messages from 2013-03-26 11:48:45 to 2013-03-28 10:03:05 UTC [more...]
[pull] drm-intel-fixes
2013-03-28 10:03 UTC
[PATCH 0/8] dp/fdi m/n rework + basic pipe_config readout
2013-03-28 9:42 UTC (9+ messages)
` [PATCH 1/8] drm/i915: clear up the fdi/dp set_m_n confusion
` [PATCH 2/8] drm/i915: move dp_m_n computation to dp_encoder->compute_config
` [PATCH 3/8] drm/i915: track dp target_clock in pipe_config
` [PATCH 4/8] drm/i915: rip out superflous is_dp&is_cpu_edp tracking
` [PATCH 5/8] drm/i915: add hw state readout/checking for pipe_config
` [PATCH 6/8] drm/i915: hw readout support for ->has_pch_encoders
` [PATCH 7/8] drm/i915: create pipe_config->dpll for clock state
` [PATCH 8/8] drm/i915: move dp clock computations to encoder->compute_config
Updated fastboot patches
2013-03-28 7:27 UTC (17+ messages)
` [PATCH 1/9] drm/i915: Skip modifying PCH DREF if not changing clock sources
` [PATCH 2/9] drm/i915: Split the framebuffer_info creation into a separate routine
` [PATCH 3/9] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v2
` [PATCH 4/9] drm/i915: Retrieve the current mode upon KMS takeover v2
` [PATCH 5/9] drm/i915: Only preserve the BIOS modes if they are the preferred ones
` [PATCH 6/9] drm/i915: Validate that the framebuffer accommodates the current mode
` [PATCH 7/9] drm/i915: check panel fit status at update_plane time v2
` [PATCH 8/9] drm/i915: treat no fb -> fb as simple flip instead of full mode set
` [PATCH 9/9] drm/i915: add debug messages for mode_valid checks
[PATCH] add alias for ville
2013-03-28 0:26 UTC
[PATCH 00/13] pipe_config basic infrastructure
2013-03-27 23:50 UTC (38+ messages)
` [PATCH 01/13] drm/i915: introduce struct intel_crtc_config
` [PATCH 02/13] drm/i915: compute pipe_config earlier
` [PATCH 03/13] drm/i915: add pipe_config->timings_set
` [PATCH 04/13] drm/i915: add pipe_config->pixel_multiplier
` [PATCH 05/13] drm/i915: drop helper vtable for sdvo encoder
` [PATCH 06/13] drm/i915: add pipe_config->has_pch_encoder
` [PATCH 07/13] drm/i915: add pipe_config->limited_color_range
` [PATCH 08/13] drm/i915: introduce pipe_config->dither|pipe_bpp
` [PATCH 09/13] drm/i915: precompute pipe bpp before touching the hw
` [PATCH 10/13] drm/i915: convert DP autodither code to new infrastructure
` [PATCH 11/13] drm/i915: clean up plane bpp confusion
` [PATCH 12/13] drm/i915: clean up pipe "
` [PATCH 13/13] drm/i915: clear up the fdi/dp set_m_n confusion
[PATCH 1/2] drm/i915: fold wait_for_atomic_us into wait_for_atomic
2013-03-27 23:03 UTC (2+ messages)
` [PATCH 2/2] drm/i915: fix up _wait_for macro
regression: grass turns red
2013-03-27 21:18 UTC (6+ messages)
` [PATCH] x86, vm86: fix VM86 syscalls: use asmlinkage calling convention
` [PATCH v2] x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)
[PATCH 1/2] drm/i915: keep backlight_level and backlight device brightness in sync
2013-03-27 20:06 UTC (3+ messages)
[PATCH] drm/i915: wire up SDVO hpd support on cpt/ppt
2013-03-27 19:07 UTC (3+ messages)
[PATCH] drm/i915: Wait for vblank between disabling a sprite and unpinning the fb
2013-03-27 16:48 UTC (3+ messages)
[PATCH 8/9] drm/i915: treat no fb -> fb as simple flip instead of full mode set
2013-03-27 15:51 UTC (4+ messages)
[PATCH v3 1/4] drm: Add struct drm_rect and assorted utility functions
2013-03-27 15:46 UTC (4+ messages)
` [PATCH v3 2/4] drm: Add drm_rect_calc_{hscale, vscale}() "
` [PATCH v2 3/4] drm: Add drm_rect_debug_print()
` [PATCH v3 4/4] drm/i915: Implement proper clipping for video sprites
[PATCH] drm/i915: implement ibx_hpd_irq_setup
2013-03-27 15:42 UTC (8+ messages)
` [PATCH] drm/i915: clear crt hotplug compare voltage field before setting
[PATCH 0/1] drm/i915: Allow specifying a minimum brightness level for sysfs control
2013-03-27 15:10 UTC (14+ messages)
` [PATCH 1/1] "
[PATCH 0/8] Detect and deal with Interrupt 'Storms' from noisy Hotplug Lines
2013-03-27 15:12 UTC (13+ messages)
` [PATCH v.2 00/12] "
` [PATCH v.2 01/12] DRM/i915: Remove valleyview_hpd_irq_setup
` [PATCH v.2 02/12] DRM/I915: Add enum hpd_pin to intel_encoder
` [PATCH v.2 03/12] DRM/i915: Convert HPD interrupts to make use of HPD pin assignment in encoders
` [PATCH v.2 05/12] DRM/i915: Get rid if the 'hotplug_supported_mask' in struct drm_i915_private
` [PATCH v.2 10/12] DRM/i915: Add Reenable Timer to turn Hotplug Detection back on
[PATCH] drm/i915: Fix build failure
2013-03-27 14:06 UTC (2+ messages)
More fastboot bits
2013-03-27 13:48 UTC (33+ messages)
` [PATCH 01/13] drm/i915: Skip modifying PCH DREF if not changing clock sources
` [PATCH 02/13] drm/i915: Introduce i915_gem_object_create_stolen_for_preallocated
` [PATCH 03/13] drm/i915: Split the framebuffer_info creation into a separate routine
` [PATCH 04/13] drm: add initial_config function to fb helper
` [PATCH 05/13] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon
` [PATCH 06/13] drm/i915: Retrieve the current mode upon KMS takeover
` [PATCH 09/13] drm/i915: fix build in intel_display.c
` [PATCH 11/13] drm/i915: add clock_get for ironlake+
` [PATCH 13/13] drm/i915: check for non-native modes when inheriting a BIOS fb
[PATCH 1/3] intel_perf_counters: a little tool for dumping performance counters
2013-03-27 11:29 UTC (4+ messages)
` [PATCH 2/3] intel_perf_counters: Abstract out Ironlake-specific code
` [PATCH 3/3] intel_perf_counters: Add support for Sandybridge
[PATCH] tests: add write-verify test to gem_fence_thrash
2013-03-27 11:28 UTC (2+ messages)
Craft a list of tests to run in simulation (and tune them)
2013-03-27 2:54 UTC (10+ messages)
` [PATCH i-g-t 1/5] README: Reword a few sentences
` [PATCH i-g-t 2/5] lib: Rename IGT_QUICK to IGT_SIMULATION
` [PATCH i-g-t 3/5] tests: Use IGT_SIMULATION to tune the list of tests to run
` [PATCH i-g-t 4/5] tests: Instrument tests run in simulation to run quickly
` [PATCH i-g-t 5/5] build: Make grep silent with running make test
[PATCH 0/2] lib/scatterlist: sg_page_iter: support for memory w/o backing pages
2013-03-27 0:21 UTC (8+ messages)
` [PATCH 1/2] lib/scatterlist: sg_page_iter: support sg lists "
` [PATCH 2/2] Revert "drm/i915: set dummy page for stolen objects"
[PATCH] drm/i915: Apply alignment restrictions on scanout surfaces for VT-d
2013-03-27 0:10 UTC (3+ messages)
[PATCH 00/10] basic infrastructure for pipe_config
2013-03-26 21:32 UTC (8+ messages)
` [PATCH 08/10] drm/i915: move pipe bpp computation to pipe_config
` [PATCH 09/10] drm/i915: clean up plane bpp confusion
` [PATCH 10/10] drm/i915: clean up pipe "
[PATCH 1/4] drm/i915: add sprite restore function v3
2013-03-26 20:57 UTC (14+ messages)
` [PATCH 2/4] drm/i915: restore cursor and sprite state when forcing a config restore
` [PATCH 1/2] drm/i915: enable VT switchless resume v3
` [PATCH 2/2] drm/i915: emit a hotplug event on resume
` drm/i915: restore cursor and sprite state when forcing a config restore v2
` [PATCH 3/4] drm/i915: enable VT switchless resume v3
` [PATCH 4/4] drm/i915: emit a hotplug event on resume
[PATCH xf86-video-intel] sna: Use a more portable way to determine total RAM size
2013-03-26 20:20 UTC (2+ messages)
[PATCH 0/8] Detect and deal with Interrupt 'Storms' from noisy Hotplug Lines
2013-03-26 20:04 UTC (9+ messages)
` [PATCH 2/8] drm/i915: Set hotplug_supported_flag for all chipset generations
` [PATCH 3/8] drm/i915: Add hpd status bit to struct intel_connector
` [PATCH 4/8] drm/i915: Add Hotplug IRQ Storm detection
` [PATCH 5/8] drm/i915: Move hotplug interrupt enable for i915/i965/valleyview into a separate function
[PATCH xf86-video-intel] sna: Fix OpenBSD backlight control implementation
2013-03-26 19:57 UTC (3+ messages)
[PATCH 0/4] HSW PM - RC6 fixes, clean up and split
2013-03-26 19:49 UTC (14+ messages)
` [PATCH 3/4] drm/i915: HSW PM - removing pcode read/write
` [PATCH 4/4] drm/i915: creating Haswell rc6 function
[PATCH] drm/i915: Always call fence-lost prior to removing the fence
2013-03-26 19:21 UTC (4+ messages)
` [Intel-gfx] "
[PATCH] drm/i915: Add i915.dp_limit_max_lane_count driver option
2013-03-26 15:49 UTC (2+ messages)
VT switchless suspend/resume
2013-03-26 15:35 UTC (9+ messages)
` [PATCH 4/6] drm/i915: enable VT switchless resume v2
[PATCH] configure: Unconditionally check for valgrind
2013-03-26 13:48 UTC
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