messages from 2012-11-01 00:18:47 to 2012-11-05 13:40:42 UTC [more...]
[PATCH 01/18] drm: Introduce drm_mm_create_block()
2012-11-05 13:41 UTC (10+ 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+
` [PATCH 05/18] drm: Introduce an iterator over holes in the drm_mm range manager
[PATCH v2] drm/i915: Wait for pending flips in intel_pipe_set_base()
2012-11-05 13:20 UTC
[PATCH 0/9] dp refactoring and minor other stuff
2012-11-05 13:07 UTC (10+ messages)
` [PATCH 1/9] drm/i915: move set_pll_edp to intel_dp.c
` [PATCH 2/9] drm/i915: rip out pre-production ilk cpu edp w/a
` [PATCH 3/9] drm/i915: use wait_for_vblank instead of msleep(17)
` [PATCH 4/9] drm/i915: WARN on !crtc in intel_dp_link_down
` [PATCH 5/9] drm/i915: drop unnecessary clearing of pch dp transcoder timings
` [PATCH 6/9] drm/i915: extract common link_m_n helpers
` [PATCH 7/9] drm/i915: don't call update_watermark in crtc_mode_set
` [PATCH 8/9] drm/i915: don't call update_watermarks from haswell enable/disable code
` [PATCH 9/9] drm/i915: rip out update_linetime_wm abstraction
[PATCH 0/8] lvds cleanup
2012-11-05 12:28 UTC (9+ messages)
` [PATCH 1/8] drm/i915: add encoder->pre_pll_enable callback
` [PATCH 2/8] drm/i915: replace ad-hoc dual-link lvds checks
` [PATCH 3/8] drm/i915: move is_dual_link_lvds to intel_lvds.c
` [PATCH 4/8] drm/i915: track is_dual_link in intel_lvds
` [PATCH 5/8] drm/i915: add intel_lvds->reg
` [PATCH 6/8] drm/i915: move intel_update_lvds to intel_lvds->pre_pll_enable
` [PATCH 7/8] drm/i915: enable intel_lvds->pre_pll_enable for ilk+, too
` [PATCH 8/8] drm/i915: rip out pre-DDI stuff from haswell_crtc_mode_set
[PATCH] drm/i915/crt: fix DPMS standby and suspend mode handling
2012-11-05 11:51 UTC
[PATCH] drm/i915: Flush outstanding unpin tasks before pageflipping
2012-11-05 11:36 UTC (12+ messages)
[PATCH 1/4] drm/i915: don't block resume on fb console resume
2012-11-04 23:12 UTC (11+ 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
[PATCH 1/5 v5] drm/i915: Stop using AGP layer for GEN6+
2012-11-04 22:17 UTC (6+ messages)
` [PATCH 2/5] drm/i915: Calculate correct stolen size for GEN7+
` [PATCH 3/5 v2] drm/i915: Kill off now unused gen6+ AGP code
` [PATCH 4/5 v2] drm/i915: flush system agent TLBs on SNB
` [PATCH 5/5] drm/i915: Move the remaining gtt code
[PATCH 00/10] shrink dev_priv by 300 lines
2012-11-04 17:53 UTC (21+ 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 1/4] drm/i915: don't block resume on fb console resume v2
2012-11-03 16:33 UTC (7+ 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
[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] drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex
2012-11-02 22:48 UTC
[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
[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)
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 (8+ messages)
` [PATCH 1/5] drm/i915: check whether the pch is the soulmate of the cpu
` [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 (26+ 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 27/36] drm/i915: don't assert_pch_pll_enabled on lpt_enable_pch_transcoder
` [PATCH 29/36] drm/i915: use PIPECONF_INTERLACE_MASK_HSW "
` [PATCH 31/36] drm/i915: don't assert_pch_ports_disabled on LPT
` [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 3/5] drm/i915: CPT/PPT pch transcoder workaround
2012-11-01 16:12 UTC (6+ messages)
` [PATCH] drm/i915: CPT/PPT pch dp "
[PATCH 00/11] drm/i915: Patches cherry-picked from drm_atomic
2012-11-01 14:40 UTC (20+ 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
[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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox