public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2013-09-17 07:49:29 to 2013-09-19 20:00:48 UTC [more...]

[PATCH 0/4] Haswell modeset fixes
 2013-09-19 20:00 UTC 

[PATCH 1/6] drm/i915: Fix HSW parity test
 2013-09-19 19:59 UTC  (27+ messages)
` [PATCH 2/6] drm/i915: Add second slice l3 remapping
    ` [PATCH] [v3] "
` [PATCH 3/6] drm/i915: Make l3 remapping use the ring
` [PATCH 4/6] drm/i915: Keep a list of all contexts
` [PATCH 5/6] drm/i915: Do remaps for "
    ` [PATCH] [v3] "
` [PATCH 6/6] drm/i915: s/HAS_L3_GPU_CACHE/HAS_L3_DPF
    ` [PATCH] [v2] "
` [PATCH 07/14] intel_l3_parity: Fix indentation
` [PATCH 08/14] intel_l3_parity: Assert all GEN7+ support
` [PATCH 09/14] intel_l3_parity: Use getopt for the l3 parity tool
` [PATCH 10/14] intel_l3_parity: Hardware info argument
` [PATCH 11/14] intel_l3_parity: slice support
` [PATCH 12/14] intel_l3_parity: Actually support multiple slices
` [PATCH 13/14] intel_l3_parity: Support error injection
` [PATCH 14/14] intel_l3_parity: Support a daemonic mode

Regression: bisected: commit 7c510133d93 breaks video
 2013-09-19 18:54 UTC  (5+ messages)

HDMI stereo support v5
 2013-09-19 18:49 UTC  (22+ messages)
` [PATCH 01/20] drm: Add a SET_CLIENT_CAP ioctl
` [PATCH 02/20] drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfo
` [PATCH 03/20] drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl
` [PATCH 04/20] drm/edid: Expose mandatory stereo modes for HDMI sinks
` [PATCH 05/20] drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()
` [PATCH 06/20] drm: Reject modes with more than 1 stereo flags set
` [PATCH 07/20] drm: Set the relevant infoframe field when scanning out a 3D mode
` [PATCH 08/20] drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes
` [PATCH 09/20] drm: Carry over the stereo flags when adding the alternate mode
` [PATCH 10/20] drm: Make exposing stereo modes a per-connector opt-in
` [PATCH 11/20] drm: Remove clock_index from struct drm_display_mode
` [PATCH 12/20] drm: Remove synth_clock "
` [PATCH 13/20] drm: Introduce a crtc_clock for "
` [PATCH 14/20] drm: Implement timings adjustments for frame packing
` [PATCH 15/20] drm/i915: Use crtc_clock in intel_dump_crtc_timings()
` [PATCH 16/20] drm/i915: Use crtc_clock with the adjusted mode
` [PATCH 17/20] drm/i915: Use adjusted_mode in the fastboot hack to disable pfit
` [PATCH 18/20] drm/i915: Ask the DRM core do make stereo timings adjustements
` [PATCH 19/20] drm/i915: Prefer crtc_{h|v}display for pipe src dimensions
  ` [Intel-gfx] "
` [PATCH 20/20] drm/i915: Allow stereo modes on HDMI

[PATCH 5/6] drm/i915: Use the new vm [un]bind functions
 2013-09-19 18:36 UTC  (26+ messages)
` [PATCH 5/6] [v3] "
                            ` [PATCH] [v4] "
                                ` [PATCH] [v5] "
                                    ` [PATCH] [v6] "
                                      ` [PATCH] [v7] "

[PATCH] drm/i915/vlv: honor i915_enable_rc6 boot param on VLV
 2013-09-19 16:33 UTC 

[PATCH] drm/i915: dump crtc timings from the pipe config
 2013-09-19 13:46 UTC  (4+ messages)

[PATCH 1/5] drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern
 2013-09-19 13:40 UTC  (27+ messages)
` [PATCH 2/5] drm/i915: Use kcalloc more
    ` [PATCH] "
` [PATCH 3/5] drm/i915: Ditch INTELFB_CONN_LIMIT
    ` [PATCH] "
` [PATCH 4/5] drm/i915: check for allocation overflow in error state capture
` [PATCH 5/5] drm/i915: Use unsigned for overflow checks in execbuf
    ` [PATCH] "

[PATCH] drm/i915: register backlight device also when backlight class is a module
 2013-09-19 12:40 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 00/19] drm-intel-collector push simple patches for review
 2013-09-19 12:11 UTC  (8+ messages)
` [PATCH 08/19] drm/i915: write D_COMP using the mailbox
` [PATCH 15/19] drm/i915: i915.quirks_set/quirks_mask overrides dmi match
  ` [Intel-gfx] "

[PULL] drm-intel-fixes
 2013-09-19  8:38 UTC 

[PATCH] [RFC] mm/shrinker: Add a shrinker flag to always shrink a bit
 2013-09-19  8:04 UTC  (9+ messages)
` [Intel-gfx] "

[RFC][PATCH 0/2] drm/i915: Refactor plane enabling/disabling during modeset
 2013-09-18 21:31 UTC  (4+ messages)
` [RFC][PATCH 1/2] drm/i915: Move plane enable/disable related code around
` [RFC][PATCH 2/2] drm/i915: Disable/enable planes as the first/last thing during modeset

BUG: sleeping function called from invalid context on 3.10.10-rt7
 2013-09-18 17:03 UTC  (5+ messages)

[PATCH v2 0/3] Fix Win8 backlight issue
 2013-09-18 12:36 UTC  (12+ messages)
` [PATCH v2 1/3] backlight: introduce backlight_device_registered
` [PATCH v2 2/3] ACPI / video: seperate backlight control and event interface
` [PATCH v2 3/3] ACPI / video: Do not register backlight if win8 and native interface exists

[PATCH 0/2] drm/i915: HSW modeset hang fix v2
 2013-09-18  8:01 UTC  (9+ messages)
` [PATCH v2 1/2] drm/i915: do not update cursor in crtc mode set
` [PATCH v2 2/2] drm/i915: Don't enable the cursor on a disable pipe
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 0/2] drm/i915: HSW modeset hang fix v2

linux-next: manual merge of the drm-intel tree with Linus' tree
 2013-09-18  1:25 UTC 

linux-next: manual merge of the drm-intel tree with Linus' tree
 2013-09-18  1:20 UTC 

[PATCH 0/8] DPF (GPU l3 parity detection) improvements
 2013-09-17 23:59 UTC  (18+ messages)
` [PATCH 5/8] drm/i915: Add second slice l3 remapping
` [PATCH 8/8] drm/i915: Do remaps for all contexts
` [PATCH 10/16] intel_l3_parity: Assert all GEN7+ support

[RFC][PATCH] drm/i915: Fix VGA handling using stop_machine() or mmio
 2013-09-17 21:07 UTC 

[PATCH 1/6] drm/i915: trace vm eviction instead of everything
 2013-09-17 17:00 UTC  (8+ messages)
` [PATCH 4/6] drm/i915: Add bind/unbind object functions to VM
            ` [PATCH 4/6] [v5] "

[PATCH 1/2] drm/i915: WARN is the DP aux read or write is too big
 2013-09-17 16:08 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: check for more ASLC interrupts

[PATCH] drm/i915: Finish enabling rps before use by sysfs or debugfs
 2013-09-17 16:05 UTC  (3+ messages)

[PATCH] drm/i915: only report hpd connector status change when it actually changed
 2013-09-17 15:27 UTC  (4+ messages)

HDMI stereo support v4
 2013-09-17 13:48 UTC  (18+ messages)
` [PATCH 05/12] drm/edid: Expose mandatory stereo modes for HDMI sinks
` [PATCH 10/12] drm: Don't allow multiple buffers fb with stereo modes
  ` [Intel-gfx] "
` [PATCH 11/12] drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes
    ` [Intel-gfx] "

[PATCH 00/11] drm/i915: VGA vs. power well, round 2
 2013-09-17 11:35 UTC  (4+ messages)
` [PATCH v2 01/11] drm/i915: Change i915_request power well handling

[PATCH 0/14] drm/i915: pipe_config, adjusted_mode vs. requested_mode, etc. v2
 2013-09-17  9:56 UTC  (4+ messages)
` [PATCH 14/14] drm/i915: Fix cursor visibility checks also for the right/bottom screen edges

[PATCH 06/11] drm/i915: Add intel_dotclock_calculate()
 2013-09-17  8:16 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/6] drm/i915: Double wide pipe config
 2013-09-17  8:06 UTC  (3+ messages)
` [PATCH 6/6] drm/i915: Convert overlay double wide check over to "


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