intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-22 09:19:32 to 2011-05-05 02:57:05 UTC [more...]

[PATCH 1/2] drm: Export the command-line mode parser
 2011-05-05  2:40 UTC  (11+ messages)
` [PATCH 2/2] drm/i915/lvds: Use i915.lvds_fixed_mode= as a last resort
                ` [PATCH] drm/i915: Fix unset margins flag in drm_mode_parse_command_line_for_connector

Pending i915 fixes
 2011-05-04 21:59 UTC  (11+ messages)
` [PATCH 03/17] drm/i915: Release object along create user fb error path
` [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga
` [PATCH 08/17] drm/i915: Move the tracking of dpms_mode down into crtc enable/disable

A few more fixes for .39
 2011-05-04 20:01 UTC 

i915 llc for -next
 2011-05-04 19:47 UTC  (12+ messages)
` [PATCH 04/13] drm/i915: Introduce i915_gem_object_finish_gtt()
` [PATCH 07/13] drm/i915: Mark the cursor and the overlay as being part of the display planes
` [PATCH 11/13] drm/i915: Prevent mmap access through the GTT of snooped pages
` [PATCH 12/13] drm/i915: Prevent mixing of snooped and tiling modes for old chipsets

[PATCH] drm/i915: Clear any errors recorded before i915.ko is loaded
 2011-05-04 19:32 UTC  (3+ messages)

Scaling control for HDMI output from GM45?
 2011-05-03 11:43 UTC  (4+ messages)

[PATCH] drm/i915: fix user irq miss in BSD ring on g4x
 2011-05-03  4:42 UTC 

fix irq miss in bsd ring on g4x v4
 2011-05-03  4:41 UTC 

[RFC] Ivy Bridge supprt v2
 2011-05-02 20:07 UTC  (42+ messages)
` [PATCH 01/19] drm/i915: make FDI training a display function
` [PATCH 02/19] drm/i915: split irq handling into per-chipset functions
` [PATCH 03/19] drm/i915: split enable/disable vblank code into chipset specific functions
` [PATCH 04/19] drm/i915: add IS_GEN7 macro to cover Ivy Bridge and later
` [PATCH 05/19] drm/i915: add IS_IVYBRIDGE macro for checks
` [PATCH 06/19] drm/i915: Ivy Bridge has split display and pipe control
` [PATCH 07/19] drm/i915: add swizzle/tiling support for Ivy Bridge
` [PATCH 08/19] drm/i915: manual FDI training "
` [PATCH 09/19] drm/i915: automatic FDI training support "
` [PATCH 10/19] drm/i915: treat Ivy Bridge watermarks like Sandy Bridge
` [PATCH 11/19] drm/i915: interrupt & vblank support for Ivy Bridge
` [PATCH 12/19] drm/i915: page flip "
` [PATCH 13/19] drm/i915: untested DP "
` [PATCH 14/19] drm/i915: ring "
` [PATCH 15/19] agp/intel: add Ivy Bridge support
` [PATCH 16/19] drm/i915: add PantherPoint PCH ID
` [PATCH 17/19] drm/i915: add Ivy Bridge PCI IDs and driver feature structs
` [PATCH 18/19] drm/i915: set IBX pch type explicitly
` [PATCH 19/19] drm/i915: split clock gating init into per-chipset functions

[PATCH 3/3] [drm/i915] - Implement manual override of LVDS single/dual channel mode
 2011-05-01  6:51 UTC  (2+ messages)

Graphical corruption post 2.6.38
 2011-04-29 20:16 UTC  (8+ messages)

Sandy Bridge (i7/H67) and connected screens
 2011-04-29 14:39 UTC  (5+ messages)

[PATCH 0/4] Re-enable RC6 on Ironlake
 2011-04-28 17:10 UTC  (7+ messages)
` [PATCH 4/4] drm/i915: re-enable rc6 for ironlake

[PATCH 1/2] drm/i915: fix user irq miss in BSD ring on g4x
 2011-04-28  9:15 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: clean up unused ring_get_irq/ring_put_irq functions

fix irq miss in bsd ring on g4x v3
 2011-04-28  9:13 UTC 

[PATCH] drm/i915: Try to clarify the function and file naming
 2011-04-28  8:45 UTC  (3+ messages)

[PATCH 0/3] a few small cleanups in intel_ringbuffer.c
 2011-04-28  8:42 UTC  (6+ messages)
` [PATCH 1/3] drm/i915/ringbuffer: kill snb blt workaround
` [PATCH 2/3] drm/i915/ringbuffer: kill pipe_control->gtt_offset
` [PATCH 3/3] drm/i915/ringbuffer: embed pipe_control into struct ring_buffer

[PATCH 1/2] drm/i915:merge ring_put/get_irq into bsd_ring_put/get_irq v2
 2011-04-28  8:20 UTC  (4+ messages)
` [PATCH 2/2] drm/i915:fix irq miss in bsd ring for g4x v2

SandyBridge encoding code merged to libva master
 2011-04-28  8:08 UTC  (2+ messages)

g4x bsd user irq miss fix v2
 2011-04-28  6:58 UTC 

[PATCH 1/2] drm/i915:merge ring_put/get_irq into bsd_ring_put/get_irq
 2011-04-28  6:58 UTC  (2+ messages)
` [PATCH 2/2] drm/i915:fix irq miss in bsd ring for g4x

DisplayPort support
 2011-04-28  5:49 UTC  (7+ messages)

[PATCH 1/2] drm/i915:merge ring_put/get_irq into bsd_ring_put/get_irq
 2011-04-28  3:23 UTC  (6+ messages)
` [PATCH 2/2] drm/i915:fix irq miss in bsd ring for g4x

Initial Ivy Bridge support
 2011-04-27 21:28 UTC  (32+ messages)
` [PATCH 01/16] drm/i915: make FDI training a display function
` [PATCH 02/16] drm/i915: split irq handling into per-chipset functions
` [PATCH 03/16] drm/i915: split enable/disable vblank code into chipset specific functions
` [PATCH 04/16] drm/i915: add Ivy Bridge PCI IDs and flags
` [PATCH 05/16] drm/i915: add IS_GEN7 macro to cover Ivy Bridge and later
` [PATCH 06/16] agp/intel: add Ivy Bridge support
` [PATCH 07/16] drm/i915: add PantherPoint PCH ID
` [PATCH 08/16] drm/i915: Ivy Bridge has split display and pipe control
` [PATCH 09/16] drm/i915: add swizzle/tiling support for Ivy Bridge
` [PATCH 10/16] drm/i915: automatic FDI training "
` [PATCH 11/16] drm/i915: manual FDI training "
` [PATCH 12/16] drm/i915: treat Ivy Bridge watermarks like Sandy Bridge
` [PATCH 13/16] drm/i915: interrupt & vblank support for Ivy Bridge
` [PATCH 14/16] drm/i915: page flip "
` [PATCH 15/16] drm/i915: untested DP "
` [PATCH 16/16] drm/i915: ring "

[PATCH 1/7] drm/i915: automatic FDI training support for Ivy Bridge
 2011-04-27 20:52 UTC  (10+ messages)
` [PATCH 2/7] drm/i915: manual FDI training "
` [PATCH 3/7] drm/i915: treat Ivy Bridge watermarks like Sandy Bridge
` [PATCH 4/7] drm/i915: interrupt & vblank support for Ivy Bridge
` [PATCH 5/7] drm/i915: page flip "
` [PATCH 6/7] drm/i915: untested DP "
` [PATCH 7/7] drm/i915: ring "

[PATCH] fix interrupt request miss problem in bsd ring for g4x
 2011-04-27 16:07 UTC  (10+ messages)

can I use blitter engine on sandy bridge platform to strech/shrink?
 2011-04-26 15:43 UTC 

[PATCH 5/5] drm/i915: debugfs interface for forcewake reference count
 2011-04-26  7:57 UTC  (5+ messages)

[PATCH] Fix a bug of testing preferred mode
 2011-04-26  6:48 UTC  (2+ messages)

forcewake v5
 2011-04-25 18:25 UTC  (13+ messages)
` [PATCH 3/5] drm/i915: forcewake struct mutex locking fixes
` [PATCH 4/5] drm/i915: move gen6 rps handling to workqueue

[PATCH 2/5] drm/i915: reference counted forcewake
 2011-04-25 18:23 UTC  (2+ messages)

[PATCH 1/5] drm/i915: proper use of forcewake
 2011-04-25 18:22 UTC  (2+ messages)

[PATCH] drm/i915: fix intel_crtc_get_clock pipe reads after "cleanup"
 2011-04-22 23:08 UTC  (5+ messages)

[PATCH] drm/i915: remove unused variables from DP training
 2011-04-22 19:06 UTC 

Share common logic between eDP and LVDS in panel
 2011-04-22 18:07 UTC  (22+ messages)
` [PATCH 01/10] drm/i915/lvds: Rename intel_lvds to intel_lvds_encoder
` [PATCH 02/10] drm/i915/lvds: Introduce intel_lvds_connector
` [PATCH 03/10] drm/i915/lvds: Move the acpi_lid_notifier from drm_i915_private to the connector
` [PATCH 04/10] drm/i915/lvds: Move some connector specific info across from the encoder
` [PATCH 05/10] drm/i915: Move the ACPI lid notifier away from LVDS to the generic panel
` [PATCH 06/10] drm/i915/dp: Enable lid notifier for eDP
` [PATCH 07/10] drm/i915: Move the fixed_mode away from drm_i915_private and to the panel
` [PATCH 08/10] drm/i915/dp: If the panel has a fixed_mode, it can only be eDP
` [PATCH 09/10] drm/i015: Share the EDID caching logic and mode query between LVDS and eDP
` [PATCH 10/10] drm/i915: Only force a modeset on a lid event if fbcon is active

[PATCH] NEWS: fix typo (s/2.14/2.15/) to match corresponding release
 2011-04-22 13:19 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).