Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-02 11:47:05 to 2015-06-04 18:27:27 UTC [more...]

[PATCH] drm/i915 : Added Programming of the MOCS
 2015-06-04 18:27 UTC 

[PATCH 00/55] Remove the outstanding_lazy_request
 2015-06-04 18:24 UTC  (26+ messages)
` [PATCH 01/55] drm/i915: Re-instate request->uniq becuase it is extremely useful
` [PATCH 02/55] drm/i915: Reserve ring buffer space for i915_add_request() commands
` [PATCH 03/55] drm/i915: i915_add_request must not fail
` [PATCH 13/55] drm/i915: Add flag to i915_add_request() to skip the cache flush
` [PATCH 18/55] drm/i915: Add explicit request management to i915_gem_init_hw()
` [PATCH 22/55] drm/i915: Update deferred context creation to do explicit request management
` [PATCH 25/55] drm/i915: Update i915_gem_object_sync() to take a request structure
` [PATCH 51/55] drm/i915: Move the request/file and request/pid association to creation time
` [PATCH 54/55] drm/i915: Remove the now obsolete 'i915_gem_check_olr()'
` [PATCH 55/55] drm/i915: Rename the somewhat reduced i915_gem_object_flush_active()
` [PATCH 14/56] drm/i915: Make retire condition check for requests not objects

[PATCH i-g-t] pm_rpm: Update the debugfs filename
 2015-06-04 17:32 UTC 

[PATCH 1/2] drm/i915: Make pc8_status report status for all runtime PM platforms
 2015-06-04 17:23 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Add runtime PM's usage_count in i915_runtime_pm_status

[PATCH 1/7] drm/i915: Make broxton_set_cdclk() static
 2015-06-04 17:21 UTC  (7+ messages)
` [PATCH 2/7] drm/i915/skl: Derive the max CDCLK from DFSM
` [PATCH 3/7] drm/i915/skl: Don't warn if reading back DPLL0 is disabled
` [PATCH 4/7] drm/i915: Don't display the boot CDCLK twice
` [PATCH 5/7] drm/i915/skl: Update the cached CDCLK at the end of set_cdclk()
` [PATCH 6/7] drm/i915/bxt: Use intel_update_cdclk() to update dev_priv->cdclk_freq
` [PATCH 7/7] drm/i915/skl: Warn if the cached cdclk freq is not the requested one

[PATCH 1/2] drm/i915: Remove unnecessary () used with WARN()
 2015-06-04 17:10 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/skl: Add debug messages at the start/end of DMC firmware loading

[PATCH] drm/i915: Make sure our labels start at column 0
 2015-06-04 16:34 UTC  (2+ messages)

[PATCH] drm/i915: Avoid fluctuating to UNKNOWN connector status during forced probes
 2015-06-04 16:28 UTC  (2+ messages)

[PATCH igt 1/4] tests/template: add IGT_TEST_DESCRIPTION
 2015-06-04 16:01 UTC  (5+ messages)
` [PATCH igt 2/4] lib/igt_aux: add functions to manipulate i915.ko parameters
` [PATCH igt 3/4] tests/kms_fbc_crc: run even if FBC is disabled by default
` [PATCH igt 4/4] tests/kms_psr_sink_crc: test even if PSR "

[PATCH v6 0/8] All sort of cdclk stuff
 2015-06-04 15:17 UTC  (15+ messages)
` [PATCH v6 1/8] drm/i915: Cache current cdclk frequency in dev_priv
` [PATCH v6 2/8] drm/i915: Use cached cdclk value
` [PATCH v6 3/8] drm/i915: Unify ilk and hsw .get_aux_clock_divider
` [PATCH v6 4/8] drm/i915: Store max cdclk value in dev_priv
` [PATCH v6 5/8] drm/i915: Don't enable IPS when pixel rate exceeds 95%
` [PATCH v6 6/8] drm/i915: Add IS_BDW_ULX
` [PATCH v6 7/8] drm/i915: BDW clock change support
` [PATCH v6 8/8] drm/i915: HSW cdclk support

[PATCH] drm/i915/bxt: fix DDI PHY vswing scale value setting
 2015-06-04 15:01 UTC 

[PATCH] drm/i915/skl: replace csr_mutex by completion in csr firmware loading
 2015-06-04 14:36 UTC  (6+ messages)

[PATCH v2 0/7] Add Per-context WA using WA batch buffers
 2015-06-04 14:30 UTC  (9+ messages)
` [PATCH v2 1/7] drm/i915/gen8: Add infrastructure to initialize "

[PATCH] perf/x86/intel/pt: Fix lockdep interaction
 2015-06-04 13:24 UTC  (3+ messages)

[PATCH v2 00/27] Convert to atomic, part 3
 2015-06-04 12:47 UTC  (28+ messages)
` [PATCH v2 01/27] drm/i915: Always reset in intel_crtc_restore_mode
` [PATCH v2 02/27] drm/i915: Use crtc state in intel_modeset_pipe_config
` [PATCH v2 03/27] drm/i915: clean up intel_sanitize_crtc, v2
` [PATCH v2 04/27] drm/i915: Update power domains only on affected crtc's
` [PATCH v2 05/27] drm/i915: add fastboot checks for has_audio and has_infoframe
` [PATCH v2 06/27] drm/i915: Clean up intel_atomic_setup_scalers slightly
` [PATCH v2 07/27] drm/i915: Add a simple atomic crtc check function, v2
` [PATCH v2 08/27] drm/i915: Move scaler setup to check crtc "
` [PATCH v2 09/27] drm/i915: Assign a new pll from the crtc check function
` [PATCH v2 10/27] drm/i915: Do not run most checks when there's no modeset
` [PATCH v2 11/27] drm/i915: Split skl_update_scaler, v2
` [PATCH v2 12/27] drm/i915: Split plane updates of crtc->atomic into a helper, v2
` [PATCH v2 13/27] drm/i915: clean up plane commit functions
` [PATCH v2 14/27] drm/i915: clean up atomic plane check functions
` [PATCH v2 15/27] drm/i915: remove force argument from disable_plane
` [PATCH v2 16/27] drm/i915: move detaching scalers to begin_crtc_commit, v2
` [PATCH v2 17/27] drm/i915: Move crtc commit updates to separate functions
` [PATCH v2 18/27] drm/i915: Handle disabling planes better
` [PATCH v2 19/27] drm/i915: atomic plane updates in a nutshell
` [PATCH v2 20/27] drm/i915: Update less state during modeset
` [PATCH v2 21/27] drm/i915: get rid of intel_plane_restore in intel_crtc_page_flip
` [PATCH v2 22/27] drm/i915: Make setting color key atomic
` [PATCH v2 23/27] drm/i915: Remove transitional references from intel_plane_atomic_check
` [PATCH v2 24/27] drm/i915: Use full atomic modeset
` [PATCH v2 25/27] drm/i915: Call plane update functions directly from intel_atomic_commit
` [PATCH v2 26/27] drm/i915: always disable irqs in intel_pipe_update_start
` [PATCH v2 27/27] drm/i915: Only commit planes on crtc's that have changed planes

[PATCH 00/21] ppgtt cleanups / scratch merge (V2)
 2015-06-04 11:24 UTC  (34+ messages)
` [PATCH 08/21] drm/i915/gtt: Introduce struct i915_page_dma
` [PATCH 09/21] drm/i915/gtt: Rename unmap_and_free_px to free_px
` [PATCH 10/21] drm/i915/gtt: Remove superfluous free_pd with gen6/7
` [PATCH 11/21] drm/i915/gtt: Introduce fill_page_dma()
` [PATCH 12/21] drm/i915/gtt: Introduce kmap|kunmap for dma page
` [PATCH 13/21] drm/i915/gtt: Use macros to access dma mapped pages
` [PATCH 14/21] drm/i915/gtt: Make scratch page i915_page_dma compatible
` [PATCH 15/21] drm/i915/gtt: Fill scratch page
` [PATCH 16/21] drm/i915/gtt: Pin vma during virtual address allocation
` [PATCH 17/21] drm/i915/gtt: Cleanup page directory encoding
` [PATCH 18/21] drm/i915/gtt: Move scratch_pd and scratch_pt into vm area
` [PATCH 19/21] drm/i915/gtt: One instance of scratch page table/directory
` [PATCH 20/21] drm/i915/gtt: Use nonatomic bitmap ops
` [PATCH 21/21] drm/i915/gtt: Reorder page alloc/free/init functions

[PATCH 1/3] drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code
 2015-06-04 11:22 UTC  (10+ messages)
` [PATCH 2/3] drm/i915: Set INSTPM_FORCE_ORDERING via LRI on gen8, drop it on gen9+
` [PATCH 3/3] drm/i915: Apply WaDisableAsyncFlipPerfMode via LRIs on gen8

[PATCH] drm/i915: Don't check modeset state in the hw state force restore path
 2015-06-04 11:13 UTC  (5+ messages)

DC6 already programmed to be disabled
 2015-06-04  9:41 UTC  (7+ messages)

[PATCH] drm/i915: Make pinned object handling more specific
 2015-06-04  9:30 UTC  (3+ messages)

[PATCH v4 00/27] drm/i915: Convert to atomic, part 2
 2015-06-04  8:51 UTC  (7+ messages)
` [PATCH v4 14/27] drm/i915: Zap call to drm_plane_helper_disable, v2
` [PATCH v4 15/27] drm/i915: Use global atomic state for staged pll config, v2
    ` [PATCH v4.1 01/13] drm/i915: Use global atomic state for staged pll, config, v3

[PATCH 1/2] drm/i915/skl: Retrieve the Rpe value from Pcode
 2015-06-04  8:30 UTC  (10+ messages)
` [PATCH 2/2] drm/i915/skl: Ring frequency table programming changes
  ` [PATCH 3/3] drm/i915/skl: Updated the i915_ring_freq_table debugfs function

[PATCH] drm/i915: Include VLV in self refresh status
 2015-06-04  8:23 UTC  (6+ messages)
` [PATCH] drm/i915: Include G4X/VLV/CHV "

[PATCH] drm/i915: Initialize HWS page address after GPU reset
 2015-06-04  8:18 UTC  (4+ messages)

[PATCH] drm/i915/skl: Fix DMC API version
 2015-06-04  7:45 UTC  (2+ messages)

[PATCH 00/24] Convert to atomic, part 3
 2015-06-04  3:39 UTC  (17+ messages)
` [PATCH 03/24] drm/i915: clean up intel_sanitize_crtc
` [PATCH 04/24] drm/i915: Update power domains only on affected crtc's
` [PATCH 07/24] drm/i915: Add a simple atomic crtc check function
` [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers

[PATCH 0/9] drm/i915: HDMI 12bpc fixes
 2015-06-03 23:24 UTC  (19+ messages)
` [PATCH v2 2/9] drm/i915: Send GCP infoframes for deep color HDMI sinks
` [PATCH v2 3/9] drm/i915: Enable default_phase in GCP when possible
` [PATCH v2 5/9] drm/i915: Fix 12bpc HDMI enable for IBX
` [PATCH v2 6/9] drm/i915: Disable all infoframes when turning off the HDMI port

intel_check_page_flip() - WARN_ON(!in_interrupt())
 2015-06-03 16:44 UTC  (3+ messages)

Deadlock in intel_user_framebuffer_destroy()
 2015-06-03 13:57 UTC  (2+ messages)

[PATCH 0/7] Color Manager Implementation
 2015-06-03 13:51 UTC  (6+ messages)
  ` [PATCH 5/7] drm/i915: Add pipe level Gamma correction for CHV/BSW

[PATCH 00/13] Update of the HDMI DPLL dividers computation
 2015-06-03 12:42 UTC  (6+ messages)
` [PATCH 09/13] drm/i915/skl: Use MISSING_CASE() in skl_wrpll_params_populate()

[PATCH v3] drm/i915/bxt: eDP Panel Power sequencing
 2015-06-03 12:01 UTC  (4+ messages)
` [PATCH v4] "

[PATCH 3.10 02/46] drm/i915: Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid}
 2015-06-03 11:42 UTC 

[PATCH i-g-t] tests/gem_reset_stats : mask off ring_stop bits
 2015-06-03  8:43 UTC  (3+ messages)

[PATCH] drm/i915/skl: Implement WaBarrierPerformanceFixDisable (again)
 2015-06-03  8:35 UTC  (6+ messages)

[PATCH] drm/i915/bxt: edp1.4 Intermediate Freq support
 2015-06-03  8:00 UTC  (5+ messages)

[PATCH v5 0/8] All sort of cdclk stuff
 2015-06-03  6:57 UTC  (4+ messages)
` [PATCH v5 1/8] drm/i915: Cache current cdclk frequency in dev_priv

FAILED: patch "[PATCH] drm/i915: Avoid GPU hang when coming out of s3 or s4" failed to apply to 4.0-stable tree
 2015-06-03  6:38 UTC 

[PATCH v3] drm/i915: Fix DDC probe for passive adapters
 2015-06-03  0:51 UTC  (8+ messages)
` [PATCH v4] "
    ` [PATCH v5] "

[PATCH v3] drm/i915: Fix DDC probe for passive adapters
 2015-06-02 13:07 UTC  (2+ messages)

[PATCH i-g-t] gem_userptr_benchmark: Test overlapping bo mmu notifier performance impact
 2015-06-02 12:52 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).