public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2012-04-18 16:58:05 to 2012-04-23 22:41:03 UTC [more...]

[PATCH 00/22] dri1 dragon slaughtering
 2012-04-23 22:40 UTC  (31+ messages)
` [PATCH 01/22] drm/i915: properly check for MODESET for kms driver ioctls
` [PATCH 02/22] drm/i915: disallow gem ums init ioctl for kms
` [PATCH 03/22] drm/i915: rip out GEM drm feature checks
` [PATCH 04/22] drm/i915: rip out dev_priv->has_gem
` [PATCH 05/22] drm/i915: check for kms in dri1 ioctls
` [PATCH 06/22] drm/i915: move dri1 vblank stubs to i915_dma.c
` [PATCH 07/22] drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-struct
` [PATCH 08/22] drm/i915 disallow physical batchbuffers for KMS
` [PATCH 09/22] drm/i915: rip out dev_priv->tex_lru_log_granularity
` [PATCH 10/22] drm/i915: remove LP_RING&friends from modeset code
` [PATCH 11/22] drm/i915: kill intel_clear_scanline_wait
` [PATCH 12/22] drm/i915: rip out dri1 breadcrumb updates from gen5+ irq handlers
` [PATCH 13/22] drm/i915: move dri1 irq ioctl code to i915_dma.c
` [PATCH 14/22] drm/i915: extract dri1 breadcrumb update from irq handler
` [PATCH 15/22] drm/i915: move LP_RING&friends to i915_dma.c
` [PATCH 16/22] drm/i915: disallow clip rects on gen5+
` [PATCH 17/22] drm/i915: move the ips code to intel_pm.c
` [PATCH 18/22] drm/i915: move rps/emon function declarations
` [PATCH 19/22] drm/i915: kill pointless clearing of dev_priv->hws_map
` [PATCH 20/22] drm/i915: rework legacy GFX HWS handling
` [PATCH 21/22] drm/i915: fixup __iomem mixups in ringbuffer.c
` [PATCH 22/22] drm/i915: move pnv|ilk_gem_mem_freq to intel_pm.c

[PATCH] drm/i915: manage PCH PLLs separately from pipes
 2012-04-23 21:11 UTC  (8+ messages)

[PATCH] drm/i915: i8xx interrupt handler
 2012-04-23 20:51 UTC  (2+ messages)

[PATCH v2 1/2] drm/i915: fix integer overflow in i915_gem_execbuffer2()
 2012-04-23 20:44 UTC  (5+ messages)
` [PATCH v2 2/2] drm/i915: fix integer overflow in i915_gem_do_execbuffer()

[PATCH 1/2] drm/i915: clear up backlight inversion confusion on gen4
 2012-04-23 16:55 UTC  (18+ messages)
` [PATCH 2/2] drm/i915: pnv has a backlight polarity control bit, too

[PATCH 00/10] wait for BO with timeout
 2012-04-23 15:28 UTC  (30+ messages)
` [PATCH 01/10] drm/i915: remove do_retire from i915_wait_request
` [PATCH 02/10] drm/i915: move vbetool invoked ier stuff
` [PATCH 03/10] drm/i915: kill waiting_seqno
` [PATCH 04/10] drm/i915: drop polled waits from i915_wait_request
` [PATCH 05/10] drm/i915: extract __wait_seqno "
` [PATCH 06/10] drm/i915: use __wait_seqno for ring throttle
` [PATCH 07/10] drm/i915: timeout parameter for seqno wait
` [PATCH 08/10] drm/i915: real wait seqno with timeout
` [PATCH 09/10] drm/i915: wait render timeout ioctl
` [PATCH 10/10] drm/i915: s/i915_wait_reqest/i915_wait_seqno/g

Updated -next
 2012-04-23  7:40 UTC  (3+ messages)

[PATCH] drm/i915: rc6 residency (fix the fix)
 2012-04-23  7:38 UTC  (10+ messages)

Does intel GM35 support libva?
 2012-04-23  7:10 UTC  (2+ messages)

Xorg 1.10.4 / Intel(R) G35 / purple 2 pixel vertical line after resume from S3 sleep
 2012-04-17 17:29 UTC 

[PATCH] drm/i915: rc6 residency (fix the fix)
 2012-04-22 18:27 UTC 

[PATCH 1/2] drm/i915: Clarify the semantics of tiling-changed by renaming it
 2012-04-22 12:53 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: Only the zap the VMA after updating the tiling parameters

[PATCH 1/2] drm/i915: time out of load detect busy-waits
 2012-04-22  9:17 UTC  (6+ messages)
` [PATCH 2/2] drm/i915: fixup load-detect on enabled, but not active pipe
` [PATCH] drm/fixup: fixup tv load-detect on enabled but not active crtc

[PATCH] drm/i915: re-add static qualifier to get_cxsr_latency
 2012-04-22  8:55 UTC  (3+ messages)

[PATCH] drm/i915: enable DOP level clock gating
 2012-04-22  0:57 UTC 

[PATCH 0/9] i915 fixes for sparse warnings
 2012-04-21 20:59 UTC  (2+ messages)

[PATCH] drm/i915: Unconditionally initialise the interrupt workers
 2012-04-21 17:07 UTC  (4+ messages)

[PATCH] drm/i915: Remove i915_gem_ringbuffer_(data|info) from debugfs
 2012-04-21 16:59 UTC  (2+ messages)

[PATCH] drm/i915/sprite: Avoid incurring extra vblank stall when updating plane on IVB
 2012-04-21 16:53 UTC  (3+ messages)

[PATCH] drm/i915: print computed bpp in dp link configuration
 2012-04-21 16:52 UTC  (9+ messages)

[RFC] Preserve stolen objects across initialisation
 2012-04-21 16:36 UTC  (18+ messages)
` [PATCH 01/17] drm/i915: Remove the list of pinned inactive objects
` [PATCH 02/17] drm/i915: Remove the deferred-free list
` [PATCH 03/17] drm/i915: Track unbound pages
` [PATCH 04/17] drm/i915: Only pwrite through the GTT if there is space in the aperture
` [PATCH 05/17] drm/i915: Try harder to allocate an mmap_offset
` [PATCH 06/17] drm/i915/debugfs: Show (count, size) of purgeable objects in i915_gem_objects
` [PATCH 07/17] drm/i915/tv: fix open-coded ARRAY_SIZE
` [PATCH 08/17] drm: Introduce drm_mm_create_block()
` [PATCH 09/17] drm/i915: Split the stolen handling for GEM out of i915_dma.c
` [PATCH 10/17] drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.c
` [PATCH 11/17] drm/i915: Avoid clearing preallocated regions from the GTT
` [PATCH 12/17] drm/i915: Always use the scatterlists if available for GTT insertion
` [PATCH 13/17] drm/i915: Tidy handling of the scatterlist by ppgtt
` [PATCH 14/17] drm/i915: Delay allocation of stolen space for FBC
` [PATCH 15/17] drm/i915: Introduce i915_gem_object_create_for_stolen()
` [PATCH 16/17] drm/i915: Split the framebuffer_info creation into a separate routine
` [PATCH 17/17] drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon

[PATCH 00/12] Add more DMT and common modes
 2012-04-20 12:34 UTC  (9+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915/overlay: Fully configure overlay before turning on
 2012-04-20 10:49 UTC 

[PATCH] drm/i915: manage PCH PLLs separately from pipes
 2012-04-20  7:52 UTC  (6+ messages)

[PATCH] drm/i915: Suppress hotplug work during PM suspend/resume
 2012-04-19 18:11 UTC  (8+ messages)

[PATCH] drm/i915: invalidate render cache on gen2
 2012-04-19 15:13 UTC  (3+ messages)

[pull] drm-intel-fixes for 3.4-rc4
 2012-04-19 13:08 UTC 

[RFC] drm/i915: check FDI config for 3 pipe
 2012-04-18 22:32 UTC  (3+ messages)

[PATCH] drm/i915: Silence the change of LVDS sync polarity
 2012-04-18 20:51 UTC  (3+ messages)

[PATCH 0/4] intel_pm missing commits
 2012-04-18 20:36 UTC  (6+ messages)
` [PATCH 1/4] drm/i915: move drps, rps and rc6-related functions to intel_pm
` [PATCH 2/4] drm/i915: move emon functionality into intel_pm module
` [PATCH 3/4] drm/i915: move clock gating "
` [PATCH 4/4] drm/i915: add generic power management initialization

[PATCH] drm/i915: make PCH poison interrupt debug only
 2012-04-18 17:29 UTC  (2+ messages)

help on graphic performance issue
 2012-04-18 17:18 UTC  (2+ messages)

[RFC] vblank worker for asynchronous unpinning and other tasks
 2012-04-18 16:57 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: Introduce vblank work function
` [PATCH 2/5] drm/i915: Asynchronously unpin the old framebuffer after the next vblank
` [PATCH 3/5] drm/i915/sprite: Make plane switching asynchronous
` [PATCH 4/5] drm/i915: Synchronize userspace palette LUT (i.e. gamma) changes to vblank
` [PATCH 5/5] drm/i915: Up/downclock LVDS on vblanks


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