intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-04-30 15:45:47 to 2010-05-19 22:04:15 UTC [more...]

[PATCH 0/9] [RFC] fair-lru eviction
 2010-05-19 22:04 UTC  (20+ messages)
` [PATCH 1/9] list.h: add list_for_each_entry_safe_from_reverse
` [PATCH 2/9] drm: use list_for_each_entry in drm_mm.c
` [PATCH 3/9] drm: kill drm_mm_node->private
` [PATCH 4/9] drm: kill dead code in drm_mm.c
` [PATCH 5/9] drm: sane naming for drm_mm.c
` [PATCH 6/9] drm_mm: extract check_free_mm_node
` [PATCH 7/9] drm: implement helper functions for scanning lru list
` [PATCH 8/9] drm/i915: prepare for fair lru eviction
` [PATCH 9/9] drm/i915: implement "

[PATCH 1/4] introduce intel_ring_buffer structure
 2010-05-19 17:33 UTC  (21+ messages)
` [PATCH 2/4] convert render engine to use intel_ring_buffer
` [PATCH 3/4] add BSD ring buffer support
` [PATCH 4/4] adapt intel_ring_buffer into gem

[PATCH 0/3] implement multiple ring buffer V1
 2010-05-19 17:26 UTC  (2+ messages)

[PATCH 3/3] implement BSD ring buffer V1
 2010-05-19  9:36 UTC 

[PATCH 2/3] convert some gem structures to per-ring V1
 2010-05-19  9:35 UTC 

[PATCH 1/3] introduce intel_ring_buffer structure V1
 2010-05-19  9:34 UTC 

Picture quality on laptop LCD with i915GM chipset
 2010-05-19  4:11 UTC  (3+ messages)

looking for cOherEnCY
 2010-05-19  1:53 UTC 

[PATCH] gpu/drm/i915: Don't disable panel for modesetting if pfit hasn't changed
 2010-05-18 20:12 UTC  (2+ messages)

Unexpected behaviour of xrandr and the Intel driver on monitor hotplug
 2010-05-18 17:57 UTC  (4+ messages)

[PATCH] agp/intel: Restrict GTT mapping to valid range on i915 and i945
 2010-05-18 11:24 UTC 

[PATCH v2] drm/i915: Add CxSR support on Pineview DDR3
 2010-05-18 10:58 UTC 

[PATCH] drm/i915: Add CxSR support on Pineview DDR3
 2010-05-18 10:24 UTC  (3+ messages)

[PATCH] enable multiple ring buffer
 2010-05-17 18:04 UTC  (2+ messages)

Query on Intel IGP and audio over displayport
 2010-05-17 15:21 UTC  (3+ messages)

[2.6.34, patch] i915: fix lock imbalance on error path
 2010-05-17 13:23 UTC 

Intel drivers
 2010-05-17 12:24 UTC 

[PATCH] drm/i915: Fail to load driver if KMS request without GEM
 2010-05-17  8:23 UTC 

Picture quality on laptop LCD with i915GM chipset
 2010-05-16 20:11 UTC  (2+ messages)

[PATCH] [RFC] drm/i915: Restore LRU evict order, with a twist!
 2010-05-16 17:16 UTC  (3+ messages)

Picture quality on laptop LCD with i915GM chipset
 2010-05-16 16:51 UTC  (8+ messages)

[PATCH] drm/i915: Kill dangerous pending-flip debugging
 2010-05-15 16:31 UTC  (2+ messages)

Intelligent power sharing driver
 2010-05-15 16:29 UTC  (11+ messages)
` [PATCH 1/2] timer: add on-stack deferrable timer interfaces
` [PATCH 2/2] x86 platform driver: intelligent power sharing driver

xrandr scaling bug
 2010-05-15  5:00 UTC 

[PATCH] Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."
 2010-05-14  5:39 UTC  (4+ messages)

[PATCH] drm/i915: Fix PIPE_CONTROL command on Sandybridge
 2010-05-14  2:53 UTC 

[PATCH 1/2] drm/i915/dp: Only enable enhanced framing if the sink supports it
 2010-05-13 18:45 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/dp: Add DPCD data to debug output

[RFT] eDP setup fix
 2010-05-13 18:07 UTC  (5+ messages)
` [PATCH] drm/i915/edp: Use fixed panel timing information from VBT

[PATCH] put intel gem buffer objects on diet (resend)
 2010-05-13  9:49 UTC  (2+ messages)
` [PATCH] drm/i915: combine all small integers into one single bitfield

[PATCH] drm/i915: Reject bind_to_gtt() early if object > aperture
 2010-05-13  8:36 UTC 

[PATCH] Replace x allocator functions with direct libc calls
 2010-05-12 22:57 UTC 

[PATCH] drm/i915: Fix HDMI mode select for Cougarpoint PCH
 2010-05-12  3:02 UTC 

[PATCH] drm/i915: Protect mmaped buffers from casual eviction
 2010-05-11 22:57 UTC  (3+ messages)

[PATCH] drm/i915: Record error batch buffers using iomem
 2010-05-11 19:22 UTC  (4+ messages)

Page flipping not working as expected for compositing - engineering resource available to help fix it
 2010-05-11  8:40 UTC  (6+ messages)

Intel poor performance in simple OpenGL program
 2010-05-11  0:40 UTC 

[PATCH 3/4] drm/i915: adjust fence registers asynchronously on tiling changes
 2010-05-10 22:49 UTC  (3+ messages)
` [PATCH] drm/i915: adjust fence registers asynchronously on tiling changes v2

Reverted commit - why?
 2010-05-10 20:00 UTC 

[PATCH] drm/i915: Fix DDC bus selection for multifunction SDVO
 2010-05-10 15:38 UTC  (8+ messages)

[PATCH] drm/i915: Mark the object as dirty when setting to the CPU write domain
 2010-05-09 21:09 UTC  (2+ messages)

[PATCH 0/4] gtt cache coherency checker for i830 class hw
 2010-05-09 11:41 UTC  (5+ messages)
` [PATCH 1/4] agp/intel-gtt: steal the last gtt page
` [PATCH 2/4] drm/i915: add locking around chipset flush
` [PATCH 3/4] agp/intel-gtt: check cache-coherency on i830 class chipsets
` [PATCH 4/4] agp/intel-gtt: extract mch buffer flush in i830 chipset flush

Game locking up machine on i915 [solved]
 2010-05-08 15:03 UTC 

[PATCH 0/2] put intel gem buffer objects on diet
 2010-05-07 22:29 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: combine all small integers into one single bitfield

[PATCH] drm/i915: Fix out of tree builds
 2010-05-07 22:26 UTC  (2+ messages)

[PATCH] drm/i915: intel hw has only one gpu write domain
 2010-05-07 20:53 UTC  (2+ messages)

bad render errors (Re: Page flipping not working as expected for compositing - engineering resource available to help fix it)
 2010-05-07 15:32 UTC  (2+ messages)

Game locking up machine on i915 - please confirm/object it's gfx related
 2010-05-07 13:10 UTC 

Framebuffer compression on GM45 disabled with KMS
 2010-05-07 11:19 UTC  (12+ messages)

i915GM 2D+3D intel driver regression
 2010-05-06 16:07 UTC  (15+ messages)

i915GM+vertical RR+FPS+OpenGL
 2010-05-06  3:12 UTC 

[PATCH 1/4] introduce intel_ring_buffer structure
 2010-05-06  2:25 UTC  (6+ messages)
` [PATCH 2/4] convert render engine to use intel_ring_buffer
` [PATCH 3/4] add BSD ring buffer support
` [PATCH 4/4] adapt intel_ring_buffer into gem

i915GM+vertical RR+FPS+OpenGL
 2010-05-06  1:56 UTC  (2+ messages)

[PATCH] drm/i915: Use spatio-temporal dithering on PCH
 2010-05-05 18:34 UTC  (3+ messages)

Patch review
 2010-05-05 18:27 UTC  (4+ messages)

X (or the screensaver or the compositor) sometimes wedges on resume
 2010-05-05  3:42 UTC 

i915GM 2D+3D intel driver regression
 2010-05-05  2:06 UTC 

Extreme memory usage when running USDX with Intel driver
 2010-05-04 22:27 UTC  (4+ messages)

Use PIPE_CONTROL where possible
 2010-05-03 19:41 UTC  (4+ messages)
` [PATCH 3/5] drm/i915: use PIPE_CONTROL to retire commands

[PATCH] drm/i915: don't queue flips during a flip pending event
 2010-05-03 19:40 UTC  (2+ messages)

[PATCH 0/4] Attempt to re-enable FBC on gen3
 2010-05-02 21:26 UTC  (7+ messages)
` [PATCH 2/4] drm/i915: Push an fbc disable across suspend

[PATCH 4/4] drm/i915: report all active objects as busy
 2010-05-02 21:19 UTC  (4+ messages)
` [PATCH] drm/i915: report all active objects as busy v2

[PATCH] Fix out of tree builds broken by i915/i915_trace_points.c
 2010-05-02 18:18 UTC  (2+ messages)

laptop monitor calibration
 2010-05-01  0:03 UTC 


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