public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2012-10-31 20:13:53 to 2012-11-03 00:42:05 UTC [more...]

[RFC] Suspend/resume without VT switches
 2012-11-03  0:42 UTC  (11+ messages)
` [PATCH 1/2] PM: make VT switching to the suspend console optional
` [PATCH 2/2] drm/i915: support resume without VT switch

[PATCH 0/3] drm/i915: eDP scaling mode change support
 2012-11-03  0:16 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH 1/4] drm/i915: don't block resume on fb console resume v2
 2012-11-02 23:28 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: put ring frequency and turbo setup into a work queue v5
` [PATCH 3/4] drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex
` [PATCH 4/4] drm/i915: don't rewrite the GTT on resume v4

[PATCH] drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex
 2012-11-02 22:48 UTC 

[PATCH 00/10] shrink dev_priv by 300 lines
 2012-11-02 21:56 UTC  (18+ messages)
` [PATCH 01/10] drm/i915: move the suspend/resume register file out of dev_priv
` [PATCH 02/10] drm/i915: move dev_priv->(rps|ips) out of line
` [PATCH 03/10] drm/i915: move pwrctx/renderctx to the other ilk power state
` [PATCH 04/10] drm/i915: move dri1 dungeon out of dev_priv
` [PATCH 05/10] drm/i915: extract dev_priv fbc state into separate substruct
` [PATCH 06/10] drm/i915: extract l3_parity substruct from dev_priv
` [PATCH 07/10] drm/i915: move dev_priv->mm out of line
` [PATCH 08/10] drm/i915: extract hangcheck/reset/error_state state into substruct
` [PATCH 09/10] drm/i915: kill dev_priv->modeset_on_lid
` [PATCH 10/10] drm/i915: move fence_regs to the fence lru

[PATCH] drm/i915: Flush outstanding unpin tasks before pageflipping
 2012-11-02 21:31 UTC  (11+ messages)

[PATCH 0/3] drm/i915: i915_gem_execbuffer_wait_for_flips and other flip stuff
 2012-11-02 18:44 UTC  (16+ messages)
` [PATCH 1/3] drm/i915: Wait for pending flips in intel_pipe_set_base()
` [PATCH 2/3] drm/i915: Wake up pending flip waiters when the GPU hangs
` [PATCH 3a/3] drm/i915: Avoid i915_gem_execbuffer_wait_for_flips() on SNB+
` [PATCH v2 3b/3] drm/i915: Kill i915_gem_execbuffer_wait_for_flips()

[PATCH 1/4] drm/i915: don't block resume on fb console resume v2
 2012-11-02 17:13 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: put ring frequency and turbo setup into a work queue v4
` [PATCH 3/4] drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex
` [PATCH 4/4] drm/i915: don't rewrite the GTT on resume v4

[PATCH 1/4] drm/i915: don't block resume on fb console resume
 2012-11-02 16:40 UTC  (9+ messages)
` [PATCH 2/4] drm/i915: put ring frequency and turbo setup into a work queue v3
` [PATCH 3/4] drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex
` [PATCH 4/4] drm/i915: don't rewrite the GTT on resume v3

[RFC] Async flips
 2012-11-02 16:00 UTC  (9+ messages)
` [PATCH 1/2] drm: add flags argument to crtc page_flip callback

[PATCH 1/8] drm/i915: implement WaDisableL3CacheAging on VLV
 2012-11-02 15:34 UTC  (11+ messages)
` [PATCH 4/8] drm/i915: implement WaDisableVLVClockGating_VBIIssue "
` [PATCH 6/8] drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op
` [PATCH 8/8] drm/i915: add clock gating regs to VLV offset check function

[PATCH 1/4] drm/i915: set the correct number of FDI lanes on Haswell
 2012-11-02 15:20 UTC  (8+ messages)
` [PATCH 2/4] drm/i915: fix Haswell FDI link training code
` [PATCH 3/4] drm/i915: fix Haswell FDI link disable path
` [PATCH 4/4] drm/i915: use PIPECONF_INTERLACE_MASK_HSW on lpt_enable_pch_transcoder

[PATCH 1/5 v4] drm/i915: Stop using AGP layer for GEN6+
 2012-11-02 12:30 UTC  (7+ messages)
` [PATCH 2/5] drm/i915: Calculate correct stolen size for GEN7+
` [PATCH 3/5] drm/i915: Kill off now unused gen6+ AGP code
` [PATCH 4/5] drm/i915: flush system agent TLBs on SNB
` [PATCH 5/5] drm/i915: Move the remaining gtt code

[PATCH 1/2] drm: fix order of event_lock wrt. vblank_time_clock
 2012-11-02 11:30 UTC  (10+ messages)
` [PATCH 2/2] drm/i915: lock event_lock for drm_vblank_off()
` [PATCH v2 0/4] drm/exynos, intel: fix locking for flip/vbl event list
` [PATCH v2 1/4] drm/exynos: hold event_lock while accessing pageflip_event_list
` [PATCH v2 2/4] drm/exynos: call drm_vblank_put for each queued flip event
` [PATCH v2 3/4] drm/exynos: fix lockdep for event_lock wrt. vbl_time_lock
` [PATCH v2 4/4] drm: hold event_lock while accessing vblank_event_list

[PATCH] drm/i915: remove HAS_eDP as unnecessary and inconsistent indirection
 2012-11-02 10:12 UTC  (2+ messages)

[pull] drm-intel-next for 3.8
 2012-11-02  9:24 UTC 

[PATCH] drm/i915: pass adjusted_mode to intel_choose_pipe_bpp_dither(), again
 2012-11-02  8:59 UTC  (2+ messages)

[PATCH 01/18] drm: Introduce drm_mm_create_block()
 2012-11-02  8:54 UTC  (8+ messages)
` [PATCH 02/18] drm/i915: Fix detection of stolen base for gen2
` [PATCH 03/18] drm/i915: Fix location of stolen memory register for SandyBridge+

dmesg filter
 2012-11-01 22:33 UTC  (5+ messages)
` [PATCH] scripts: Add a dmesg filter to prettify ioctl traces

[PATCH 0/5] ivb fdi b/c fixes
 2012-11-01 22:03 UTC  (15+ messages)
` [PATCH 1/5] drm/i915: check whether the pch is the soulmate of the cpu
` [PATCH 2/5] drm/i915: drop unnecessary check from fdi_link_train code
` [PATCH 3/5] drm/i915: CPT/PPT pch transcoder workaround
  ` [PATCH] drm/i915: CPT/PPT pch dp "
` [PATCH 4/5] drm/i915: implement WADP0ClockGatingDisable
` [PATCH 5/5] drm/i915: kill pch_init_clock_gating indirection

[PATCH 1/2] drm: add helper to sort panels to the head of the connector list
 2012-11-01 21:16 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: move panel connectors to the front

[PATCH 00/36] Haswell VGA fixes
 2012-11-01 21:09 UTC  (33+ messages)
` [PATCH 06/36] drm/i915: train Haswell FDI at the right time
` [PATCH 07/36] drm/i915: use the right FDI_RX_CTL register on Haswell
` [PATCH 10/36] drm/i915: program the FDI RX TUSIZE register on hsw_fdi_link_train
` [PATCH 11/36] drm/i915: properly program FDI_RX_MISC pwrdn lane values on HSW
` [PATCH 16/36] drm/i915: try each voltage twice at hsw_fdi_link_train
` [PATCH 18/36] drm/i915: don't write FDI_RX_TUSIZE on lpt_pch_enable
` [PATCH 19/36] drm/i915: rename intel_enable_pch_pll to ironlake_enable_pch_pll
` [PATCH 26/36] drm/i915: remove IBX code from lpt_enable_pch_transcoder
` [PATCH 27/36] drm/i915: don't assert_pch_pll_enabled on lpt_enable_pch_transcoder
` [PATCH 28/36] drm/i915: use CPU and PCH transcoders "
` [PATCH 29/36] drm/i915: use PIPECONF_INTERLACE_MASK_HSW "
` [PATCH 30/36] drm/i915: don't rely on previous values when setting LPT TRANSCONF
` [PATCH 31/36] drm/i915: don't assert_pch_ports_disabled on LPT
` [PATCH 32/36] drm/i915: use CPU and PCH transcoders on lpt_disable_pch_transcoder
` [PATCH 33/36] drm/i915: implement timing override workarounds on LPT
` [PATCH 34/36] drm/i915: don't intel_disable_pch_pll on Haswell/LPT
` [PATCH 35/36] drm/i915: don't limit Haswell CRT encoder to pipe A
` [PATCH 36/36] drm/i915: don't assert disabled FDI before disabling the FDI

[PATCH v2] drm/i915: Add SURFLIVE register definitions
 2012-11-01 20:39 UTC  (2+ messages)

[PATCH] drm/i915: Only check for valid PP_{ON, OFF}_DELAYS on pre ILK hardware
 2012-11-01 16:24 UTC  (3+ messages)

[PATCH 00/11] drm/i915: Patches cherry-picked from drm_atomic
 2012-11-01 14:40 UTC  (27+ messages)
` [PATCH 01/11] drm/i915: Fix display pixel format handling
` [PATCH 02/11] drm/i915: Add SURFLIVE register definitions
` [PATCH 05/11] drm/i915: Check framebuffer stride more thoroughly
` [PATCH 06/11] drm/i915: Check the framebuffer offset
` [PATCH 07/11] drm/i915: pixel_size == cpp
` [PATCH 08/11] drm/i915: Bad pixel formats can't reach the sprite code
` [PATCH 11/11] drm/i915: Introduce intel_crtc_update_sarea_pos()

[QA 11/01] Testing report for `drm-intel-testing` (was: Updated -next)
 2012-11-01 13:17 UTC 

[PATCH 1/2] drm: add helper to sort panels to the head of the connector list
 2012-11-01 12:02 UTC  (9+ messages)
` [PATCH 1/4] drm/doc: Helpers are not a Midlayer!
  ` [PATCH 2/4] drm/doc: integrate crtc helper api into docbook
  ` [PATCH 3/4] drm/doc: integrate fb helper reference into docs
  ` [PATCH 4/4] drm/doc: add new dp helpers into drm DocBook

[pull] drm-intel-fixes
 2012-11-01  9:10 UTC 

[PATCH 0/2] drm/i915: Page flip stuff
 2012-11-01  8:58 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: Kill i915_gem_execbuffer_wait_for_flips()

[PATCH] drm/i915: move encoder->mode_set calls to crtc_mode_set
 2012-11-01  8:15 UTC  (4+ messages)

[PATCH 1/3] drm/i915: don't block resume on fb console resume
 2012-10-31 20:44 UTC  (4+ messages)
` [PATCH 2/3] drm/i915: put ring frequency and turbo setup into a work queue v2


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