Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-03-14 13:00:15 to 2013-03-19 23:03:31 UTC [more...]

[PATCH 0/9] displayless PCH
 2013-03-19 23:06 UTC  (18+ messages)
` [PATCH 1/9] drm/i915: Move num_pipes to intel info
` [PATCH 2/9] drm/i915: Support PCH no display
` [PATCH 3/9] drm/i915: PCH_NOP
` [PATCH 6/9] drm/i915: PCH_NOP suspend/resume
` [PATCH 7/9] drm/i915: Don't wait for PCH on reset
` [PATCH 8/9] drm/i915: Set PCH_NOP

[PATCH] drm/i915: fixup pd vs pt confusion in gen6 ppgtt code
 2013-03-19 22:51 UTC 

[PATCH 01/20] drm/i915: sprite support for ValleyView v2
 2013-03-19 22:35 UTC  (26+ messages)
` [PATCH 03/20] drm/i915: add constant alpha support to sprite ioctl
` [PATCH 06/20] drm/i915: panel power sequencing for VLV eDP v2
` [PATCH 10/20] drm/i915: allow force wake at init time on VLV v2
` [PATCH 14/20] drm/i915: add media well to VLV force wake routines v2
` [PATCH 15/20] drm/i915: turbo & RC6 support for VLV v2
` [PATCH 17/20] drm/i915: don't use plane pipe select on VLV
` [PATCH 18/20] drm/i915: use VLV DIP routines on VLV v2
` [PATCH 19/20] drm/i915/dp: program VSwing and Preemphasis control settings on VLV
` [PATCH 20/20] drm/i915: VLV doesn't have HDMI on port C

[PATCH v2 0/7] xfree86: Handle drm race condition
 2013-03-19 21:13 UTC  (15+ messages)
` [PATCH v2 1/7] xfree86: (Cleanup) Close fd if drm interface 1.4 could not be set
` [PATCH v2 2/7] xfree86: Track error code and add label for error handling
` [PATCH v2 3/7] xfree86: Provide more details on failure
` [PATCH v2 4/7] xfree86: Keep trying to set interface on drm for 2 seconds
` [PATCH v2 5/7] xfree86: Fix race condition failure opening drm
` [PATCH v2 6/7] xfree86: Be verbose if waiting on opening the drm device
` [PATCH v2 7/7] xfree86: Also handle EAGAIN errors from drmSetInterfaceVersion()

[PATCH 01/10] [v2] drm/i915: Move num_pipes to intel info
 2013-03-19 19:48 UTC  (13+ messages)
` [PATCH 02/10] drm/i915: Support PCH no display
` [PATCH 03/10] drm/i915: PCH_NOP
` [PATCH 04/10] [v2] drm/i915: Don't touch South Display when PCH_NOP
` [PATCH 05/10] [v2] drm/i915: Don't initialize watermark stuff with PCH_NOP
` [PATCH 06/10] drm/i915: PCH_NOP suspend/resume
` [PATCH 07/10] drm/i915: Don't wait for PCH on reset
` [PATCH 08/10] drm/i915: Set PCH_NOP
` [PATCH 09/10] [v2] drm/i915: Introduce GEN7_FEATURES for device info
` [PATCH 10/10] [v2] drm/i915: Add a pipeless ivybridge configuration

[PATCH 1/4] drm/i915: Remove unused file arg from execbuf
 2013-03-19 19:49 UTC  (8+ messages)
` [PATCH 2/4] drm/i915: Remove unneeded dev argument
` [PATCH 3/4] drm/i915: Make eb do more

[PATCH v2 00/16] arb robustness enablers v2
 2013-03-19 19:21 UTC  (30+ messages)
` [PATCH v2 01/16] drm/i915: return context from i915_switch_context()
` [PATCH v2 02/16] drm/i915: cleanup i915_add_request
` [PATCH v2 03/16] drm/i915: reference count for i915_hw_contexts
` [PATCH v2 04/16] drm/i915: Resurrect ring kicking for semaphores, selectively
` [PATCH v2 05/16] drm/i915: pass seqno to i915_hangcheck_ring_idle
` [PATCH v2 06/16] drm/i915: track ring progression using seqnos
` [PATCH v2 07/16] drm/i915: introduce i915_hangcheck_ring_hung
` [PATCH v2 08/16] drm/i915: detect hang using per ring hangcheck_score
` [PATCH v2 09/16] drm/i915: remove i915_hangcheck_hung
` [PATCH v2 10/16] drm/i915: add struct ctx_reset_state
` [PATCH v2 11/16] drm/i915: add reset_state for hw_contexts
` [PATCH v2 12/16] drm/i915: add batch object and context to i915_add_request()
` [PATCH v2 13/16] drm/i915: mark rings which were waiting when hang happened
` [PATCH v2 14/16] drm/i915: find guilty batch buffer on ring resets
` [PATCH v2 15/16] drm/i915: refuse to submit more batchbuffers from guilty context
` [PATCH v2 16/16] drm/i915: add i915_gem_context_get_reset_status_ioctl

VT switchless suspend/resume
 2013-03-19 17:13 UTC  (7+ messages)
` [PATCH 4/6] drm/i915: enable VT switchless resume v2

[PATCH 01/26] drm/i915: sprite support for ValleyView
 2013-03-19 15:27 UTC  (4+ messages)
` [PATCH 24/26] drm/i915: VLV doesn't have HDMI on port C

[PATCH] drm/i915: don't clear pfit at startup any more
 2013-03-19 12:56 UTC  (3+ messages)

[PATCH] assembler: Add a regions visualizer tool
 2013-03-19 10:49 UTC  (3+ messages)

[PATCH 0/4] drm/i915: handle compact dma scatter lists
 2013-03-19  9:05 UTC  (3+ messages)
` [PATCH v2 4/4] drm/i915: use for_each_sg_page for setting up the gtt ptes

i915 black screen introduced by ACPI changes
 2013-03-19  8:13 UTC  (11+ messages)
                                ` [Intel-gfx] "

[PATCH 5/9] drm/i915: Don't initialize watermark stuff with PCH_NOP
 2013-03-19  0:45 UTC  (4+ messages)
` [PATCH 05/10] [v2] "

[PATCH 4/9] drm/i915: Don't touch South display when PCH_NOP
 2013-03-18 23:05 UTC  (4+ messages)
` [PATCH 04/10] [v2] drm/i915: Don't touch South Display "

[pull] drm-intel-next
 2013-03-18 21:00 UTC  (6+ messages)

[PATCH 0/8] Handle drm race condition
 2013-03-18 20:52 UTC  (11+ messages)
` [PATCH 1/8] xfree86: (Cleanup) Close fd if drm interface 1.4 could not be set
` [PATCH 2/8] xfree86: Track error code and add label for error handling
` [PATCH 3/8] xfree86: Provide more details on failure
` [PATCH 4/8] xfree86: Keep trying to set interface on drm until it succeeds
` [PATCH 5/8] xfree86: After 2 sec, abort setting drm interface version
` [PATCH 6/8] xfree86: Fix race condition failure opening drm
` [PATCH 7/8] xfree86: Be verbose if waiting on opening the drm device
` [PATCH 8/8] xfree86: Also handle EAGAIN errors from drmSetInterfaceVersion()

Revert a bunch of patches in stable kernels
 2013-03-18 20:18 UTC  (3+ messages)

[PATCH] vesa: Prevent loading if we conflict with a previously loaded driver
 2013-03-18 15:17 UTC 

[PATCH] drm/i915: Flush writes to GMBUS registers
 2013-03-18 12:48 UTC  (3+ messages)

[PATCH 0/2] Fix eDP breakages on HP Z1 desktop
 2013-03-18 10:26 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Use the fixed pixel clock for eDP in intel_dp_set_m_n()

[PATCH] Revert "drm/i915: try to train DP even harder"
 2013-03-18  9:10 UTC  (3+ messages)

[PATCH] drm/i915: remove redundant and partially broken GSE interrupt enable
 2013-03-18  9:09 UTC  (4+ messages)

i915 and eDP issue !?
 2013-03-18  6:59 UTC  (2+ messages)

[PATCH] drm/i915: Sanity check incoming ioctl data for a NULL pointer
 2013-03-17 21:58 UTC  (14+ messages)
  ` [Intel-gfx] "

[PATCH] tests: add gem_reloc_overflow to check wrapping
 2013-03-17 21:34 UTC  (2+ messages)

[PATCH 00/15] More "unclaimed register" fixes
 2013-03-17 20:57 UTC  (49+ messages)
` [PATCH 01/15] drm/i915: only disable DDI sound if intel_crtc->eld_vld
` [PATCH 02/15] drm/i915: disable sound first on intel_disable_ddi
` [PATCH 03/15] drm/i915: add intel_power_well_is_down
` [PATCH 04/15] drm/i915: don't touch the PF regs if the power well is down
` [PATCH 05/15] drm/i915: capture the correct cursor registers on IVB
` [PATCH 06/15] drm/i915: there's no DSPSIZE register on gen4+
` [PATCH 07/15] drm/i915: there's no DSPADDR register on Haswell
` [PATCH 08/15] drm/i915: remove DSPPOS register
` [PATCH 10/15] drm/i915: check the power well when capturing error state
` [PATCH 11/15] drm/i915: add HAS_POWER_WELL
` [PATCH 12/15] drm/i915: reorganize intel_lvds_supported
` [PATCH 13/15] drm/i915: don't save/restore PCH_LVDS on LPT
` [PATCH 14/15] drm/i915: check the power well on i915_pipe_enabled
` [PATCH 15/15] drm/i915: add missing space in error message

3.8.2->3.8.3 i915 regression: GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
 2013-03-17 20:10 UTC  (3+ messages)

3.8.2->3.8.3 i915 regression: GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
 2013-03-14 20:36 UTC 

[PATCH v3] drm/i915: bounds check execbuffer relocation count
 2013-03-15 12:32 UTC  (6+ messages)
        ` [Intel-gfx] "

[PATCH 9/9] drm/i915: Add a pipeless ivybridge configuration
 2013-03-15  4:05 UTC  (3+ messages)
` [PATCH 09/10] drm/i915: Introduce IVB_FEATURES for device definition

[QA 03/15] Testing report for `drm-intel-testing` (was: Updated -next)
 2013-03-15  1:56 UTC 

Regression: HSW eDP broken on 3.9-rc[12]
 2013-03-14 15:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox