messages from 2012-08-28 06:49:50 to 2012-09-04 19:25:17 UTC [more...]
[PATCH 00/58] modeset-rework, the basic conversion
2012-09-04 19:25 UTC (22+ messages)
` [PATCH 01/58] drm/i915: add crtc->enable/disable vfuncs insted of dpms
` [PATCH 02/58] drm/i915: rip out crtc prepare/commit indirection
` [PATCH 03/58] drm/i915: add direct encoder disable/enable infrastructure
` [PATCH 04/58] drm/i915/hdmi: convert to encoder->disable/enable
` [PATCH 05/58] drm/i915/tv: convert to encoder enable/disable
[ANNOUNCE] xf86-video-intel 2.20.6
2012-09-04 13:56 UTC (3+ messages)
` [Intel-gfx] "
` [Intel-gfx] [ANNOUNCE] "
GMA3150
2012-09-04 13:56 UTC (2+ messages)
[PATCH 1/4] intel_reg_dumper: Add a single register decode mode
2012-09-04 11:57 UTC (6+ messages)
` [PATCH 2/4] intel_reg_dumper: Also decode registers given by address
` [PATCH 3/4] intel_reg_dumper: Allow partial register names on the command line
` [PATCH 4/4] intel_reg_dumper: Add more information when dumping single registers
[PATCH] drm/i915: do not expose a dysfunctional backlight interface to userspace
2012-09-04 7:39 UTC (4+ messages)
[PATCH 1/2] drm/i915: Enable some sysfs stuff without CONFIG_PM
2012-09-03 20:48 UTC (5+ messages)
` [PATCH 2/2] drm/i915: Add current GPU freq to sysfs
[PATCH 1/2] intel_reg_dumper: Add a single register decode mode
2012-09-03 15:35 UTC (6+ messages)
` [PATCH 2/2] intel_reg_dumper: Decode FDI_RX_IIR
[PATCH 1/4] drm/i915: Extract forcewake ack timeout
2012-09-03 8:42 UTC (7+ messages)
` [PATCH 2/4] drm/i915: use cpu_relax() in wait_for_atomic
` [PATCH 3/4] drm/i915: Change forcewake timeout to 2ms
` [PATCH 4/4 v2] drm/i915: Never read FORCEWAKE
[PATCH] drm/i915: add a tracepoint for gpu frequency changes
2012-09-03 7:56 UTC (18+ messages)
` [Intel-gfx] "
[PATCH] drm/i915: only enable sdvo hotplug irq if needed
2012-09-03 7:44 UTC (6+ messages)
` [PATCH v2] "
` [PATCH] drm/i915: fix sdvo hotplug support check and activation
[PATCH] drm/i915: move i915_get_extra_insdone out of CONFIG_DEBUG_FS block
2012-09-03 7:34 UTC (3+ messages)
[PATCH] drm/i915: Convert remaining debugfs iterators over rings to for_each_ring()
2012-09-03 7:33 UTC (3+ messages)
[PATCH 1/2] drm/i915: align vlv forcewake with common lore
2012-09-03 7:30 UTC (5+ messages)
` [PATCH 2/2] drm/i915: differe error message between forcwake timeouts
Porting PRIME to SNA?
2012-09-02 8:12 UTC (2+ messages)
[PATCH] intel: properly test for HAS_LLC
2012-09-01 7:58 UTC (2+ messages)
xf86-video-intel 2.20.5 does not detect PCI_CHIP_SANDYBRIDGE_M_GT1
2012-08-31 21:57 UTC (10+ messages)
[PATCH] drm/i915: add tons of modeset state checks
2012-08-31 18:12 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/i915: improve modeset state checking after dpms calls
[PATCH 56/58] drm/i915: push commit_output_state past the crtc/encoder preparing
2012-08-31 18:12 UTC (2+ messages)
` [PATCH] "
[PATCH] drm/i915: initialize dpio_lock spin lock
2012-08-31 12:50 UTC
[PATCH xf86-video 1/2] dri: print error message if drmModeRmFB fails
2012-08-31 11:31 UTC (2+ messages)
` [PATCH xf86-video 2/2] dri: fix leakage of FB when closing the screen
[PULL] drm-intel-next
2012-08-31 9:03 UTC
[QA 08/31] Testing report for `drm-intel-testing` (was: Updated -next)
2012-08-31 3:03 UTC
Next iteration of stolen support
2012-08-30 18:50 UTC (27+ messages)
` [PATCH 01/24] drm/i915: Introduce drm_i915_gem_object_ops
` [PATCH 02/24] drm/i915: Pin backing pages whilst exporting through a dmabuf vmap
` [PATCH 03/24] drm/i915: Pin backing pages for pwrite
` [PATCH 04/24] drm/i915: Pin backing pages for pread
` [PATCH 05/24] drm/i915: Replace the array of pages with a scatterlist
` [PATCH 06/24] drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops
` [PATCH 07/24] drm: Introduce drm_mm_create_block()
` [PATCH 08/24] drm/i915: Fix detection of stolen base for gen2
` [PATCH 09/24] drm/i915: Fix location of stolen memory register for SandyBridge+
` [PATCH 10/24] drm/i915: Avoid clearing preallocated regions from the GTT
` [PATCH 11/24] drm: Introduce an iterator over holes in the drm_mm range manager
` [PATCH 12/24] drm/i915: Delay allocation of stolen space for FBC
` [PATCH 13/24] drm/i915: Defer allocation of stolen memory for FBC until first use
` [PATCH 14/24] drm/i915: Allow objects to be created with no backing pages, but stolen space
` [PATCH 15/24] drm/i915: Differentiate between prime and stolen objects
` [PATCH 16/24] drm/i915: Support readback of stolen objects upon error
` [PATCH 17/24] drm/i915: Handle stolen objects in pwrite
` [PATCH 18/24] drm/i915: Handle stolen objects for pread
` [PATCH 19/24] drm/i915: Introduce i915_gem_object_create_stolen()
` [PATCH 20/24] drm/i915: Allocate fbcon from stolen memory
` [PATCH 21/24] drm/i915: Allocate ringbuffers "
` [PATCH 22/24] drm/i915: Allocate overlay registers "
` [PATCH 23/24] drm/i915: Use a slab for object allocation
` [PATCH 24/24] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl
[PATCH] intel_reg_dumper: Add a single register decode mode
2012-08-30 16:41 UTC (2+ messages)
[PATCH] drm/i915/hdmi: only enable audio if there's a hdmi sink
2012-08-30 15:32 UTC (2+ messages)
Stolen pages, with a little surprise
2012-08-30 15:09 UTC (4+ messages)
` [PATCH 22/29] drm/i915: Handle stolen objects in pwrite
[PATCH 0/4] drm/i915: backlight fixes and cleanup
2012-08-30 9:29 UTC (15+ messages)
` [PATCH 1/4] drm/i915: save/restore the legacy backlight control
` [PATCH 2/4] drm/i915: remove combination mode for backlight control, again
` [PATCH 4/4] drm/i915: remove module parameter and quirk for inverting brightness
[PATCH] drm/i915/edp: get the panel delay before powering up
2012-08-30 9:01 UTC (2+ messages)
[PATCH 57/58] drm/i915: disable all crtcs at suspend time
2012-08-29 21:13 UTC (2+ messages)
` [PATCH] drm/i915: no longer call drm_helper_resume_force_mode
intel graphics rc6 power saving causes flickering
2012-08-29 20:52 UTC (3+ messages)
[PATCH 00/76] modeset rework, lightly reworked
2012-08-29 17:49 UTC (19+ messages)
` [PATCH 01/76] drm/fb-helper: don't clobber output routing in setup_crtcs
` [PATCH 02/76] drm/i915: add missing gen2 pipe A quirk entries
` [PATCH 03/76] drm/i915/ns2501: kill pll A enabling hack
` [PATCH 04/76] drm/i915: rip out the overlay pipe A workaround
` [PATCH 05/76] drm/i915: prepare load-detect pipe code for dpms changes
` [PATCH 06/76] drm/i915: simplify dvo dpms interface
` [PATCH 07/76] drm/i915: kill a few unused things in dev_priv
` [PATCH 08/76] drm/i915: extract ironlake_fdi_pll_disable
` [PATCH 09/76] drm/i915: add crtc->enable/disable vfuncs insted of dpms
[PATCH 1/3] intel_reg_dumper: Fix pipe name in comment
2012-08-29 15:49 UTC (5+ messages)
` [PATCH 2/3] intel_reg_dumper: Dump FDI_RX_DEBUG registers
[PATCH] drm/i915: Set DERRMR around batches required vblank events
2012-08-29 15:33 UTC (2+ messages)
[PATCH 50/58] drm/i915: compute masks of crtcs affected in set_mode
2012-08-29 10:34 UTC (2+ messages)
` [PATCH] "
[PULL] drm-intel-fixes
2012-08-29 8:30 UTC
[PATCH 11/58] drm/i915: convert dpms functions of dvo/sdvo/crt
2012-08-29 7:12 UTC (2+ messages)
` [PATCH] "
[RFC 00/30] Haswell clocking+HDMI+DP+eDP fixes
2012-08-28 22:07 UTC (31+ messages)
` [RFC 01/30] drm/i915: rewrite the LCPLL code
` [RFC 02/30] drm/i915: disable DDI pipes and ports when initializing
` [RFC 03/30] drm/i915: wait for idle DDI_BUF_CTL after disabling it
` [RFC 04/30] drm/i915: implement DDI disable function
` [RFC 05/30] drm/i915: implement intel_ddi_pll_mode_set
` [RFC 06/30] drm/i915: extract intel_ddi_enable pipe from intel_ddi_mode_set
` [RFC 07/30] drm/i915: make intel_ddi_enable_pipe work on DP
` [RFC 08/30] drm/i915: don't sleep after selecting the DDI pipe clock
` [RFC 09/30] drm/i915: add DP support to intel_ddi_pll_mode_set
` [RFC 10/30] drm/i915: add DP support to intel_ddi_disable_port
` [RFC 11/30] drm/i915: add DP support to intel_ddi_mode_set
` [RFC 12/30] drm/i915: add basic Haswell DP link train bits
` [RFC 13/30] drm/i915: add intel_ddi_commit
` [RFC 14/30] drm/i915: fix Haswell M/N registers
` [RFC 15/30] drm/i915: fix DP AUX register definitions on Haswell
` [RFC 16/30] drm/i915: disable DDI on intel_dp_link_down
` [RFC 17/30] drm/i915: add intel_ddi_prepare_link_retrain
` [RFC 18/30] drm/i915: add DP support to intel_ddi_disable
` [RFC 19/30] drm/i915: add Haswell DP encoder_helper function definitions
` [RFC 20/30] drm/i915: add TRANSCODER_EDP
` [RFC 21/30] drm/i915: enable eDP on Haswell
` [RFC 22/30] drm/i915: don't run PCH code on non-PCH ports
` [RFC 23/30] drm/i915: init DP on port B
` [RFC 24/30] drm/i915: simplify assignments inside intel_dp.c
` [RFC 25/30] drm/i915: add intel_dp_to_dev and intel_hdmi_to_dev
` [RFC 26/30] drm/i915: create intel_digital_port and use it
` [RFC 27/30] drm/i915: remove encoder args from intel_{dp, hdmi}_add_properties
` [RFC 28/30] drm/i915: split intel_hdmi_init into encoder and connector pieces
` [RFC 29/30] drm/i915: split intel_dp_commit "
` [RFC 30/30] drm/i915: make DDI an encoder
[PATCH 0/3] Some forcewake fixes
2012-08-28 16:27 UTC (7+ messages)
` [PATCH 2/3] drm/i915: Change forcewake timeout to 2ms
[PATCH 0/8] rps locking fixes v2
2012-08-28 16:14 UTC (3+ messages)
` [PATCH 7/8] drm/ips: move drps/ips/ilk related variables into dev_priv->ips
[PATCH 0/4] Haswell GPU hang fixes
2012-08-28 15:17 UTC (5+ messages)
` [PATCH 3/4] drm/i915: add workaround to gen7_render_ring_flush
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