messages from 2012-08-30 15:34:00 to 2012-09-05 20:03:44 UTC [more...]
[PATCH 56/58] drm/i915: push commit_output_state past the crtc/encoder preparing
2012-09-05 19:48 UTC (6+ messages)
` [PATCH] "
` [PATCH] drm/i915: push crtc->fb update into pipe_set_base
[PATCH 00/58] modeset-rework, the basic conversion
2012-09-05 19:59 UTC (120+ messages)
` [PATCH 04/58] drm/i915/hdmi: convert to encoder->disable/enable
` [PATCH 05/58] drm/i915/tv: convert to encoder enable/disable
` [PATCH 06/58] drm/i915/lvds: convert to encoder disable/enable
` [PATCH 07/58] drm/i915/dp: "
` [PATCH 08/58] drm/i915/crt: "
` [PATCH 09/58] drm/i915/sdvo: "
` [PATCH 10/58] drm/i915/dvo: "
` [PATCH 12/58] drm/i915: rip out encoder->disable/enable checks
` [PATCH 13/58] drm/i915: clean up encoder_prepare/commit
` [PATCH 14/58] drm/i915: copy&paste drm_crtc_helper_set_config
` [PATCH 15/58] drm/i915: call set_base directly
` [PATCH 16/58] drm/i915: inline intel_best_encoder
` [PATCH 17/58] drm/i915: copy&paste drm_crtc_helper_set_mode
` [PATCH 18/58] drm/i915: simplify intel_crtc_prepare_encoders
` [PATCH 19/58] drm/i915: rip out encoder->prepare/commit
` [PATCH 20/58] drm/i915: call crtc functions directly
` [PATCH 21/58] drm/i915: WARN when trying to enabled an unused crtc
` [PATCH 22/58] drm/i915: Add interfaces to read out encoder/connector hw state
` [PATCH 23/58] drm/i915/dp: implement get_hw_state
` [PATCH 24/58] drm/i915/hdmi: "
` [PATCH 25/58] drm/i915/tv: "
` [PATCH 26/58] drm/i915/lvds: "
` [PATCH 27/58] drm/i915/crt: "
` [PATCH 28/58] drm/i915/sdvo: "
` [PATCH 29/58] drm/i915/dvo: "
` [PATCH 30/58] drm/i915: read out the modeset hw state at load and resume time
` [PATCH 31/58] drm/i915: check connector hw/sw state
` [PATCH 32/58] drm/i915: rip out intel_crtc->dpms_mode
` [PATCH 33/58] drm/i915: rip out intel_dp->dpms_mode
` [PATCH 34/58] drm/i915: ensure the force pipe A quirk is actually followed
` [PATCH 35/58] drm/i915: introduce struct intel_set_config
` [PATCH 36/58] drm/i915: extract modeset config save/restore code
` [PATCH 37/58] drm/i915: extract intel_set_config_compute_mode_changes
` [PATCH 38/58] drm/i915: extract intel_set_config_update_output_state
` [PATCH 39/58] drm/i915: implement crtc helper semantics relied upon by the fb helper
` [PATCH 40/58] drm/i915: don't update the fb base if there is no fb
` [PATCH 41/58] drm/i915: convert pointless error checks in set_config to BUGs
` [PATCH 42/58] drm/i915: don't save all the encoder/crtc state in set_config
` [PATCH 43/58] drm/i915: stage modeset output changes
` [PATCH 44/58] drm/i915: push crtc->fb update into pipe_set_base
` [PATCH] "
` [PATCH 45/58] drm/i915: remove crtc disabling special case
` [PATCH 46/58] drm/i915: move output commit and crtc disabling into set_mode
` [PATCH 47/58] drm/i915: extract adjusted mode computation
` [PATCH 48/58] drm/i915: use staged outuput config in tv->mode_fixup
` [PATCH 49/58] drm/i915: use staged outuput config in lvds->mode_fixup
` [PATCH 50/58] drm/i915: compute masks of crtcs affected in set_mode
` [PATCH] "
` [PATCH 51/58] drm/i915: implement new set_mode code flow
` [PATCH 52/58] drm/i915: push commit_output_state past crtc disabling
` [PATCH 53/58] drm/i915: s/intel_encoder_disable/intel_encoder_noop
` [PATCH 54/58] drm/i915: WARN if the pipe won't turn off
` [PATCH 55/58] drm/i915: switch the load detect code to the staged modeset config
[PATCH 57/58] drm/i915: disable all crtcs at suspend time
2012-09-05 19:56 UTC (4+ messages)
` [PATCH] drm/i915: no longer call drm_helper_resume_force_mode
[PATCH] drm/i915: add tons of modeset state checks
2012-09-05 18:34 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/i915: improve modeset state checking after dpms calls
GMA3150
2012-09-05 14:38 UTC (5+ messages)
[PATCH xf86-video 1/2] dri: print error message if drmModeRmFB fails
2012-09-05 10:19 UTC (3+ messages)
` [PATCH xf86-video 2/2] dri: fix leakage of FB when closing the screen
black screen if sna & TearFree
2012-09-05 9:42 UTC (8+ messages)
[PATCH] drm/i915: ELD info update during HDMI hot plug
2012-09-05 5:29 UTC (2+ messages)
[PATCH 11/58] drm/i915: convert dpms functions of dvo/sdvo/crt
2012-09-04 20:10 UTC (3+ messages)
` [PATCH] "
Stolen memory, again
2012-09-04 20:03 UTC (25+ 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] drm/i915: Prevent signals from interrupting memory recovery
2012-09-04 20:00 UTC
[ANNOUNCE] xf86-video-intel 2.20.6
2012-09-04 13:56 UTC (3+ messages)
` [Intel-gfx] "
` [Intel-gfx] [ANNOUNCE] "
[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 (17+ messages)
` [Intel-gfx] "
[PATCH] drm/i915: only enable sdvo hotplug irq if needed
2012-09-03 7:44 UTC (5+ 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 (8+ messages)
[PATCH] drm/i915: initialize dpio_lock spin lock
2012-08-31 12:50 UTC
[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 (20+ 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 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 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 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 17/24] drm/i915: Handle stolen objects in pwrite
` [PATCH 19/24] drm/i915: Introduce i915_gem_object_create_stolen()
` [PATCH 20/24] drm/i915: Allocate fbcon from stolen memory
` [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)
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