Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-05 10:57:05 to 2015-06-09 16:19:28 UTC [more...]

[PATCH 02/55] drm/i915: Reserve ring buffer space for i915_add_request() commands
 2015-06-09 16:00 UTC  (3+ messages)

[PATCH 00/55] Remove the outstanding_lazy_request
 2015-06-09 15:56 UTC  (3+ messages)
` [PATCH 14/56] drm/i915: Make retire condition check for requests not objects

[PATCH v3 0/6] Add Per-context WA using WA batch buffers
 2015-06-09 15:34 UTC  (12+ messages)
` [PATCH v3 1/6] drm/i915/gen8: Add infrastructure to initialize "
` [PATCH v3 2/6] drm/i915/gen8: Re-order init pipe_control in lrc mode

[PATCH] drm/i915: Correcting the reg definitions for PORT_DFT
 2015-06-09 15:24 UTC  (9+ messages)

[PATCH v4 00/27] drm/i915: Convert to atomic, part 2
 2015-06-09 15:04 UTC  (6+ messages)
` [PATCH v4 19/27] drm/i915: Read hw state into an atomic state struct, v2

[PATCH v2 01/10] drm/i915: Initialize Color Manager
 2015-06-09 14:58 UTC  (27+ messages)
  ` [PATCH v2 04/10] drm: Add Gamma correction structure
  ` [PATCH v2 05/10] drm: Add a new function for updating color blob
  ` [PATCH v2 06/10] drm: Avoid atomic commit path for CRTC property (Gamma)
` [PATCH v2 00/10] Color Manager Implementation
  ` [PATCH v2 02/10] drm/i915: Attach color properties to CRTC
  ` [PATCH v2 08/10] drm: Add CSC correction structure
  ` [PATCH v2 10/10] drm/i915: Add CSC support for CHV/BSW
  ` [PATCH v2 07/10] drm/i915: Add pipe level Gamma correction "

[PATCH 0/4] drm: Add decoding for DRM/KMS and i915 ioctls
 2015-06-09 14:38 UTC  (12+ messages)
` [PATCH 1/4] drm: Add config for detecting libdrm
` [PATCH 2/4] drm: Add dispatcher and driver identification for DRM
  ` [PATCH 3/4] drm: Add decoding of i915 ioctls
` [PATCH 4/4] drm: Add decoding of DRM and KMS ioctls

[RFC 00/11] TDR/watchdog timeout support for gen8
 2015-06-09 12:27 UTC  (23+ messages)
` [RFC 01/11] drm/i915: Early exit from semaphore_waits_for for execlist mode
` [RFC 02/11] drm/i915: Introduce uevent for full GPU reset
` [RFC 03/11] drm/i915: Add reset stats entry point for per-engine reset
` [RFC 04/11] drm/i915: Adding TDR / per-engine reset support for gen8
` [RFC 05/11] drm/i915: Extending i915_gem_check_wedge to check engine reset in progress
` [RFC 06/11] drm/i915: Disable warnings for TDR interruptions in the display driver
` [RFC 07/11] drm/i915: Reinstate hang recovery work queue
` [RFC 08/11] drm/i915: Watchdog timeout support for gen8
` [RFC 09/11] drm/i915: Fake lost context interrupts through forced CSB check
` [RFC 10/11] drm/i915: Debugfs interface for per-engine hang recovery
` [RFC 11/11] drm/i915: TDR/watchdog trace points

drm/i915/hsw/bdw: Enable resource streamer v3
 2015-06-09 11:48 UTC  (9+ messages)
` [PATCH 1/3] drm/i915: Enable resource streamer bits on MI_BATCH_BUFFER_START
` [PATCH 2/3] drm/i915: Enable Resource Streamer state save/restore
` [PATCH 3/3] drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag

[PATCH] drm/i915: Mark the final obj->pages sg entry as last
 2015-06-09 10:06 UTC  (4+ messages)
    ` [Intel-gfx] "

[PATCH 1/2] drm/i915: PPGTT Cacheability Override
 2015-06-09  9:20 UTC  (5+ messages)
` [PATCH 2/2] drm/i915/bdw: WaGttCachingOffByDefault: bdw

[PATCH v2 0/5] Partial GGTT views
 2015-06-09  8:56 UTC  (3+ messages)
` [PATCH v3 3/4] drm/i915: Add a partial GGTT view type

[PATCH] Fix suspend from resume for IBM x30
 2015-06-09  8:25 UTC 

[PATCH 0/2] drm/i915/bxt: work around HW coherency issue
 2015-06-09  8:21 UTC  (11+ messages)
` [PATCH 1/2] drm/i915/bxt: work around HW coherency issue when accessing GPU seqno
` [PATCH 2/2] drm/i915/bxt: work around HW coherency issue for cached GEM mappings

[PATCH v4] drm/i915: Fix DDC probe for passive adapters
 2015-06-09  7:44 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] [rfc] hack patch to fix dirty on offload screens
 2015-06-09  7:32 UTC  (2+ messages)

linux-next: manual merge of the drm tree with the drm-intel-fixes tree
 2015-06-09  1:58 UTC  (3+ messages)

[PATCH igt] tests: add kms_frontbuffer_tracking
 2015-06-08 21:43 UTC  (2+ messages)

[PATCH] drm/i915: Reinstate order of operations in {intel, logical}_ring_begin()
 2015-06-08 18:51 UTC 

[PATCH 00/24] Convert to atomic, part 3
 2015-06-08 17:25 UTC  (11+ messages)
` [PATCH 08/24] drm/i915: Do not add planes from intel_atomic_setup_scalers

[PATCH] tests/gem_storedw_batches_loop: add subtest for cached mappings
 2015-06-08 17:17 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/2] drm/i915: Use masked write for Context Status Buffer Pointer
 2015-06-08 11:40 UTC  (7+ messages)
` [PATCH 2/2] drm/i915: Let hardware keep track of ctx buf read pointer

[PATCH v2 00/27] Convert to atomic, part 3
 2015-06-08  8:22 UTC  (3+ messages)
` [PATCH v2 09/27] drm/i915: Assign a new pll from the crtc check function

drm/i915: WARN_ON(dev_priv->mm.busy)
 2015-06-08  5:56 UTC  (2+ messages)
` [BUG, bisect] "

[PATCH] drm/i915: Use helper to set CRTC state's mode
 2015-06-08  4:59 UTC  (3+ messages)

output stutters
 2015-06-07 17:11 UTC 

[PATCH 0/5] Ring frequency & Rpe changes for SKL
 2015-06-07 13:02 UTC  (6+ messages)
` [PATCH 1/5] drm/i915/skl: Retrieve the Rpe value from Pcode
` [PATCH 2/5] drm/i915/skl: Ring frequency table programming changes
` [PATCH 3/5] drm/i915/skl: Restrict the ring frequency table programming to SKL
` [PATCH 4/5] drm/i915: Corrected the platform checks in i915_ring_freq_table function
` [PATCH 5/5] drm/i915/skl: Updated the i915_ring_freq_table debugfs function

[PATCH] sna: Partly revert "sna: Compilation fixes for stable distros"
 2015-06-06 13:58 UTC  (8+ messages)

[PATCH v3 6/6] drm/i915/gen8: Add WaRsRestoreWithPerCtxtBb workaround
 2015-06-06  8:20 UTC  (3+ messages)

[PATCH] drm/i915 : Added Programming of the MOCS
 2015-06-06  6:18 UTC  (6+ messages)
` [PATCH v2] "

pull request: linux-firmware: i915 firmware components
 2015-06-05 21:58 UTC 

pull request: linux-firmware: i915 firmware components
 2015-06-05 21:56 UTC 

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

[PATCH 1/3] drm/nouveau: Use drm_vblank_on/off consistently
 2015-06-05 19:40 UTC  (6+ messages)

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

[PATCH 1/6] intel: Defer setting madv on the bo cache
 2015-06-05 16:52 UTC  (3+ messages)

[PATCH 1/7] drm/i915: Make broxton_set_cdclk() static
 2015-06-05 16:40 UTC  (7+ messages)
` [PATCH 7/7] drm/i915/skl: Warn if the cached cdclk freq is not the requested one

[RFC] drm/i915/lrc: Update PDPx registers with lri commands
 2015-06-05 15:42 UTC 

[PATCH i-g-t] pm_rpm: Update the debugfs filename
 2015-06-05 15:34 UTC  (3+ messages)
  ` [PATCH i-g-t v2] "

[PATCH i-g-t] build: Add the automake subdir-objects option
 2015-06-05 14:51 UTC 

[PATCH] drm/i915: Make sure our labels start at column 0
 2015-06-05 14:51 UTC  (7+ messages)

No mouse cursor with intelddx-2-99-917-338-g7d30ccea214b at lightdm-login
 2015-06-05 14:50 UTC  (3+ messages)

[PATCH v3 4/6] drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround
 2015-06-05 14:48 UTC  (3+ messages)

[PATCH 00/03] Preventing zero GPU virtual address allocation
 2015-06-05 14:13 UTC  (11+ messages)

[PATCH v3 5/6] drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
 2015-06-05 13:57 UTC  (2+ messages)

[PATCH v3 3/6] drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
 2015-06-05 13:56 UTC  (2+ messages)

No mouse cursor with intelddx-2-99-917-338-g7d30ccea214b at lightdm-login
 2015-06-05 13:42 UTC  (12+ messages)

[PATCH 2/2] drm/i915/skl: Add debug messages at the start/end of DMC firmware loading
 2015-06-05 13:01 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2015-06-05 13:00 UTC 

[PATCH] drm/i915: Avoid fluctuating to UNKNOWN connector status during forced probes
 2015-06-05 11:10 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).