public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2012-06-12 13:01:50 to 2012-06-20 16:24:55 UTC [more...]

[PATCH] drm/i915: add energy counter support for IVB
 2012-06-20 16:17 UTC  (10+ messages)

[PATCH 01/14] drm/i915: ValleyView mode setting limits and PLL functions
 2012-06-20 15:35 UTC  (22+ messages)
` [PATCH 02/14] drm/i915: Enable DP panel power sequencing for ValleyView
` [PATCH 03/14] drm/i915: add ValleyView specific CRT detect function
` [PATCH 04/14] drm/i915: add HDMI and DP port enumeration on ValleyView
` [PATCH 05/14] drm/i915: access VLV regs through read/write switch
` [PATCH 06/14] drm/i915: VLV VGA port only handles on & off, like PCH VGA
` [PATCH 07/14] agp/intel: allow cacheable and GDFT PTEs on ValleyView
` [PATCH 08/14] drm/i915: support page flipping "
` [PATCH 09/14] drm/i915: enable display messages to GT "
` [PATCH 10/14] agp/intel: use correct GTT offset on VLV
` [PATCH 11/14] drm/i915: don't enable PPGTT on VLV yet
` [PATCH 12/14] drm/i915: don't account for shared interrupts on VLV
` [PATCH 13/14] drm/i915: fix initial IRQ masking "
` [PATCH 14/14] drm/i915: bind driver to ValleyView chipsets

[PATCH] drm/i915: disable flushing_list/gpu_write_list
 2012-06-20 11:55 UTC  (3+ messages)

[PATCH] drm/i915: Fix eDP blank screen after S3 resume on HP desktops
 2012-06-20  9:39 UTC  (5+ messages)

[PATCH] drm/i915: fix hard-hangs while resetting the gpu on some ilks
 2012-06-20  9:33 UTC  (4+ messages)
  ` [PATCH] drm/i915: don't call modeset_init_hw in i915_reset

[PATCH] drm/i915: return -ENODEV if hw context are not supported
 2012-06-20  9:18 UTC  (3+ messages)

[Bug 51061] GPU Hang using VAAPI
 2012-06-20  7:33 UTC  (3+ messages)

[PATCH 1/4] drm/i915: fix module unload after context merge
 2012-06-19 21:19 UTC  (11+ messages)
` [PATCH 2/4] drm/i915: initialize the context idr unconditionally
` [PATCH 3/4] drm/i915: return -ENOENT if the context doesn't exist
` [PATCH 4/4] drm/i915/context: shut up compiler
  ` [PATCH] drm/i915: fix module unload after context merge

[PATCH] [RFC] intel: Non-LLC based non-blocking maps
 2012-06-19 19:50 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915: simplify context_idr_cleanup
 2012-06-19 18:27 UTC 

[PATCH] intel uxa: Fix use-after-free
 2012-06-19 15:53 UTC 

[PATCH 1/1] drm/i915: prevent possible pin leak on error path
 2012-06-18 22:04 UTC  (2+ messages)

[PATCH 1/4] drm/i915: disable RCBP and VDS unit clock gating on SNB and VLV
 2012-06-18 16:45 UTC  (6+ messages)
` [PATCH 2/4] drm/i915: load boot context at driver init time
` [PATCH 3/4] drm/i915: add TDL unit clock gating disable for VLV
` [PATCH 4/4] drm/i915: add L3 bank clock gating disable on VLV

Optimal configuration for video frames to OpenGL Texture
 2012-06-18 15:31 UTC 

[PATCH] drm/i915: fixup hangman rebase goof-up
 2012-06-18  8:37 UTC  (6+ messages)

[PATCH] drm/i915: set IDICOS to medium uncore resources
 2012-06-18  8:35 UTC  (4+ messages)

[PATCH] drm/i915: disable contexts on old HW
 2012-06-18  8:13 UTC  (2+ messages)

[PATCH] Support for the ns2501 dvo
 2012-06-17 20:40 UTC  (9+ messages)
      ` [PATCH v3] Support for ns2501 DVO

[pull] drm-intel-fixes
 2012-06-16 13:40 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Group the GT routines together in both code and vtable
 2012-06-15 18:31 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: Implement w/a for sporadic read failures on waking from rc6

[PATCH] drm/i915: cache the EDID for eDP panels
 2012-06-15 17:41 UTC  (9+ messages)

Stupid question: Latest GIT repository?
 2012-06-15 15:08 UTC  (4+ messages)

[PATCH 0/2] Valleyview PLL fix and cleanup
 2012-06-15 14:38 UTC  (3+ messages)
` [PATCH 1/2] drm/i915 : fix incorrect p2 values for Valleyview
` [PATCH 2/2] drm/i915: cleanup Valleyview PLL calculation

[PATCH] Revert "drm/i915/dp: Use auxch precharge value of 5 everywhere"
 2012-06-15  8:50 UTC  (3+ messages)

[PATCH] drm/i915: cache the EDID for eDP panels
 2012-06-14 19:02 UTC 

[PATCH] drm/i915: cache the EDID for eDP panels
 2012-06-14 18:55 UTC  (3+ messages)

[PATCH 01/10] drm/i915: ValleyView mode setting limits and PLL functions
 2012-06-14 18:20 UTC  (10+ messages)
` [PATCH 02/10] drm/i915: Enable DP panel power sequencing for ValleyView
` [PATCH 03/10] drm/i915: add ValleyView specific CRT detect function
` [PATCH 04/10] drm/i915: add HDMI and DP port enumeration on ValleyView
` [PATCH 05/10] drm/i915: access VLV regs through read/write switch
` [PATCH 06/10] drm/i915: VLV VGA port only handles on & off, like PCH VGA
` [PATCH 07/10] agp/intel: allow cacheable and GDFT PTEs on ValleyView
` [PATCH 08/10] drm/i915: support page flipping "
` [PATCH 09/10] drm/i915: enable display messages to GT "
` [PATCH 10/10] drm/i915: bind driver to ValleyView chipsets

[PATCH] drm/i915: cache the EDID for eDP panels
 2012-06-14 17:20 UTC  (3+ messages)

[PATCH] drm/i915: cache the EDID for eDP panels
 2012-06-14 17:19 UTC 

[PATCH 00/25] i915 HW context support
 2012-06-14 16:04 UTC  (13+ messages)
` [PATCH 03/25 v2] drm/i915: context basic create & destroy
` [PATCH 04/25] drm/i915: add context information to objects
` [PATCH 07/25] drm/i915: context trace events
` [PATCH 24/25] contexts: basic test coverage
  ` [PATCH] "

[libva] GPU hung
 2012-06-14  1:32 UTC  (8+ messages)

[PATCH] drm/i915: don't probe oui for eDP panels
 2012-06-13 21:06 UTC  (3+ messages)
` [PATCH] drm/i915: eDP aux needs vdd

[PATCH] drm/i915: Switch off FBC when disabling the primary plane when obscured
 2012-06-13 18:10 UTC  (10+ messages)

[PATCH] i965: Add hardware context support
 2012-06-13 17:59 UTC  (2+ messages)

Remaining VLV patches
 2012-06-13 17:19 UTC  (16+ messages)
` [PATCH 1/7] drm/i915: ValleyView mode setting limits and PLL functions
` [PATCH 2/7] drm/i915: Enable DP panel power sequencing for ValleyView
` [PATCH 3/7] drm/i915: add ValleyView specific CRT detect function
` [PATCH 4/7] drm/i915: add HDMI and DP port enumeration on ValleyView
` [PATCH 5/7] drm/i915: access VLV regs through read/write switch
` [PATCH 6/7] drm/i915: bind driver to ValleyView chipsets
` [PATCH 7/7] drm/i915: VLV VGA port only handles on & off, like PCH VGA

[PATCH] drm/i915: kick any firmware framebuffers before claiming the gtt
 2012-06-13 11:30 UTC  (3+ messages)

[PATCH] Avoid calling xf86nameCompare() with a NULL pointer
 2012-06-12 20:30 UTC  (3+ messages)

[PATCH 00/12] clear up drm/agp initialization madness
 2012-06-12 20:22 UTC  (3+ messages)

[PATCH 1/4] drm/i915: pnv has a backlight polarity control bit, too
 2012-06-12 17:29 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: clear up backlight #define confusion on gen4+
` [PATCH 4/4] drm/i915: allow pipe A for lvds on gen4

[PATCH] drm/i915: ensure HDMI port is disabled inside set_infoframes
 2012-06-12 17:21 UTC  (5+ messages)

Register "linking"
 2012-06-12 15:47 UTC  (2+ messages)

1080i content on 1080i shakes
 2012-06-12 15:34 UTC  (5+ messages)

[PATCH 3/4] drm/i915: properly enable the blc controller on the right pipe
 2012-06-12 15:15 UTC  (3+ messages)
` [PATCH] "


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