intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-20 18:26:19 to 2011-04-28 08:42:28 UTC [more...]

[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] drm/i915: Try to clarify the function and file naming
 2011-04-28  8:40 UTC  (2+ messages)

[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

[PATCH 0/4] Re-enable RC6 on Ironlake
 2011-04-27 22:49 UTC  (6+ messages)
` [PATCH 4/4] drm/i915: re-enable rc6 for ironlake

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 

forcewake v5
 2011-04-26  7:57 UTC  (22+ messages)
` [PATCH 1/5] drm/i915: proper use of forcewake
` [PATCH 2/5] drm/i915: reference counted forcewake
` [PATCH 3/5] drm/i915: forcewake struct mutex locking fixes
` [PATCH 4/5] drm/i915: move gen6 rps handling to workqueue
` [PATCH 5/5] drm/i915: debugfs interface for forcewake reference count

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

Graphical corruption post 2.6.38
 2011-04-25 21:13 UTC  (7+ messages)

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

Pending i915 fixes
 2011-04-22 21:44 UTC  (29+ messages)
` [PATCH 01/17] drm/i915: Move the irq wait queue initialisation into the ring init
` [PATCH 02/17] drm/i915: Disable all outputs early, before KMS takeover
` [PATCH 03/17] drm/i915: Release object along create user fb error path
` [PATCH 04/17] drm/i915/dp: Be paranoid in case we disable a DP before it is attached
` [PATCH 05/17] drm/i915/tv: Clear state sense detection for Cantiga
` [PATCH 06/17] drm/i915: Check that the plane points to the pipe's framebuffer before enabling
` [PATCH 07/17] drm/i915: Only enable the plane after setting the fb base (pre-ILK)
` [PATCH 08/17] drm/i915: Move the tracking of dpms_mode down into crtc enable/disable
` [PATCH 09/17] drm/i915: Simplify return value from intel_get_load_detect_pipe
` [PATCH 10/17] drm/i915: Propagate failure to set mode for load-detect pipe
` [PATCH 11/17] drm/i915: Don't store temporary load-detect variables in the generic encoder
` [PATCH 12/17] drm/i915: Remove unused supported_crtc from intel_load_detect_pipe
` [PATCH 13/17] drm/i915: Pass the saved adjusted_mode when adding to the load-detect crtc
` [PATCH 14/17] drm/i915: Remove dead code from intel_get_load_detect_pipe()
` [PATCH 15/17] drm/i915: Remove dead code from intel_release_load_detect_pipe()
` [PATCH 16/17] drm/i915: Attach a fb to the load-detect pipe
` [PATCH 17/17] drm/i915: restore only the mode of this driver on lastclose (v2)

[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)

[PATCH 1/2] drm: Export the command-line mode parser
 2011-04-21 22:46 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/lvds: Use i915.lvds_fixed_mode= as a last resort

[PATCH] drm/i915/dp: Be paranoid in case we disable a DP before it is attached
 2011-04-21 15:44 UTC  (4+ messages)

[PATCH 0/5] various small patches for -next
 2011-04-21  9:23 UTC  (2+ messages)

Remove dead code from intel_get_load_detect_pipe
 2011-04-21  8:45 UTC  (17+ messages)
` [PATCH 4/6] drm/i915: Pass the saved adjusted_mode when adding to the load-detect crtc
` [PATCH 5/6] drm/i915: Remove dead code from intel_get_load_detect_pipe()
` [PATCH 6/6] drm/i915: Attach a fb to the load-detect pipe
        ` [PATCH] "
          ` When in doubt, use a temporary fb
            ` [PATCH 1/3] drm/i915: Remove dead code from intel_release_load_detect_pipe()
            ` [PATCH 2/3] drm/i915: Attach a fb to the load-detect pipe
            ` [PATCH 3/3] drm/i915: Move the tracking of dpms_mode down into crtc enable/disable

[PATCH] drm/i915: Prevent use of pages >4GiB on 965G[M]
 2011-04-21  6:03 UTC  (3+ messages)

rfc: breaking old userspace gamma for 10-bit support
 2011-04-20 19:45 UTC  (8+ messages)

[PATCH 1/6] drm/i915: Simplify return value from intel_get_load_detect_pipe
 2011-04-20 18:26 UTC  (3+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] drm/i915: Propagate failure to set mode for load-detect pipe


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).