intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-13 06:35:57 to 2011-04-19 20:32:16 UTC [more...]

Modesetting fixes for pre-ILK, 915GM especially
 2011-04-19 20:32 UTC  (3+ messages)
` [PATCH 1/3] drm/i915: Check that the plane points to the pipe's framebuffer before enabling
` [PATCH 2/3] drm/i915: Attach a fb to the load-detect pipe

[RFC] Deep color support
 2011-04-19 19:56 UTC  (11+ messages)
` [PATCH 1/7] drm/i915: color range only works on pre-ILK
` [PATCH 2/7] drm/i915: don't set transcoder bpc on CougarPoint
` [PATCH 3/7] drm/i915: set bpc for DP transcoder
` [PATCH 4/7] drm/i915: split out Ironlake pipe bpp picking code
` [PATCH 5/7] drm/i915: split out plane update code
` [PATCH 6/7] drm/i915: use pipe bpp in DP link bandwidth calculations
` [PATCH 7/7] drm/i915: use pipe bpp when setting HDMI bpc
` [ANCIENT PATCH] Enable 30-bit depth

[PATCH 0/5] various small patches for -next
 2011-04-19 20:46 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: downgrade non-lethal BUG_ONs
` [PATCH 2/5] drm/i915: not finding a fence is a non-recoverable condition
` [PATCH 3/5] drm/i915: check gpu_write_list in move_to_flushing
` [PATCH 4/5] drm/i915: fix relaxed tiling on gen2: y-tiling on i855gm
` [PATCH 5/5] drm/i915: fix relaxed tiling on gen2: tile height

forcewake v4 (now with spinlock)
 2011-04-19 15:12 UTC  (14+ messages)
` (no subject)
` [PATCH 1/3] drm/i915: proper use of forcewake
` [PATCH 2/3] drm/i915: reference counted forcewake
` [PATCH 3/3] drm/i915: userspace interface to the forcewake

Intel 2011Q1 release
 2011-04-19 14:59 UTC  (5+ messages)
` suggestions for Web site (was: Intel 2011Q1 release)

i915 next, post-llc
 2011-04-19  6:20 UTC  (33+ messages)
` [PATCH 01/21] drm/i915: Cache GT fifo count for SandyBridge
` [PATCH 02/21] drm/i915: Refactor pwrite/pread to use single copy of get_user_pages
` [PATCH 03/21] drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/
` [PATCH 04/21] drm/i915: Maintain fenced gpu access until we flush the fence
` [PATCH 05/21] drm/i915: Invalidate fenced read domains upon flush
` [PATCH 06/21] drm/i915: Pass the fence register number to be written
` [PATCH 07/21] drm/i915: Track fence setup separately from fenced object lifetime
` [PATCH 08/21] drm/i915: Only print out the actual number of fences for i915_error_state
` [PATCH 09/21] drm/i915: Implement direct support for 24 bit LVDS pixel format
` [PATCH 10/21] drm/i915: Implement manual override of LVDS single/dual channel mode
` [PATCH 11/21] drm/i915/tv: Use a direct pointer for tv_mode
` [PATCH 12/21] drm/i915: Replace ironlake_compute_wm0 with g4x_compute_wm0
` [PATCH 13/21] drm/i915/crt: Explicitly return false if connected to a digital monitor
` [PATCH 14/21] drm/i915/i2c: Convert from using GMBUS1 + reg_offset idiom to reg + 0
` [PATCH 15/21] drm/i915/gmbus: Reset the controller on initialisation
` [PATCH 16/21] drm/i915: Retire requests before disabling pagefaults
` [PATCH 17/21] drm/i915: Repeat retiring of requests until the seqno is stable
` [PATCH 18/21] drm/i915: Split out i915_gem_object_move_to_ring() from execbuffer
` [PATCH 19/21] drm/i915: Enable the use of GPU semaphores whilst page-flipping
` [PATCH 20/21] drm/i915: Use a slab for object allocation
` [PATCH 21/21] drm/i915: Introduce vmap (mapping of user pages into video memory) ioctl

[PATCH] drm/i915: Check that the plane points to the pipe's framebuffer before enabling
 2011-04-19  5:55 UTC  (4+ messages)
    ` [PATCH] drm/i915: Check that the plane points to the pipes "

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

[PATCH] drm/i915: Prevent use of pages >4GiB on 965G[M]
 2011-04-17 16:37 UTC 

[PATCH] drm/i915/tv: Clear state sense detection for Cantiga
 2011-04-17  8:11 UTC 

_swrast_write_rgba_span calling NULL rb->PutRow
 2011-04-17  1:57 UTC 

i915 llc for -next
 2011-04-16 11:00 UTC  (35+ messages)
` [PATCH 01/13] drm/i915: Rename agp_type to cache_level
    ` [PATCH] "
` [PATCH 02/13] drm/i915: Do not clflush snooped objects
` [PATCH 03/13] drm/i915: Introduce i915_gem_object_finish_gpu()
` [PATCH 04/13] drm/i915: Introduce i915_gem_object_finish_gtt()
` [PATCH 05/13] drm/i915/gtt: Split out i915_gem_gtt_rebind_object()
` [PATCH 06/13] drm/i915: Add an interface to dynamically change the cache level
` [PATCH 07/13] drm/i915: Mark the cursor and the overlay as being part of the display planes
` [PATCH 08/13] drm/i915: Pin after setting to the display plane
  ` [PATCH 1/2] drm/i915: Combine pinning "
    ` [PATCH 2/2] drm/i915: Use the uncached domain for the display planes
      ` [PATCH] drm/i915: Combine pinning with setting to the display plane
` [PATCH 09/13] drm/i915: Use the uncached domain for the display planes
` [PATCH 10/13] drm/i915: Use the CPU domain for snooped pwrites
` [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 13/13] drm/i915: Use the LLC mode on gen6 for everything but display

[PATCH 0/4] embed drm_mm_node
 2011-04-16 10:59 UTC  (10+ messages)
` [PATCH 1/4] drm/i915: embed struct drm_mm_node into struct drm_i915_gem_object
` [PATCH 2/4] drm/i915: kill obj->gtt_offset
` [PATCH 3/4] drm/i915: kill gtt_list
` [PATCH 4/4] drm/i915: use drm_mm_for_each_scanned_node_reverse helper

[PATCH] drm/i915: Release object along create user fb error path
 2011-04-16  9:25 UTC 

i915 next
 2011-04-16  8:03 UTC  (53+ messages)
` [PATCH 15/30] drm/i915: Rename agp_type to cache_level
` [PATCH 16/30] drm/i915: Mark the cursor and the overlay as being part of the display planes
` [PATCH 17/30] drm/i915: Do not clflush snooped objects
` [PATCH 18/30] drm/i915: Add an interface to dynamically change the cache level
    ` [PATCH 1/3] drm/i915: Introduce i915_gem_object_finish_gpu()
      ` [PATCH 2/3] drm/i915: Introduce i915_gem_object_finish_gtt()
      ` [PATCH 3/3] drm/i915: Add an interface to dynamically change the cache level
` [PATCH 21/30] drm/i915: Redirect GTT mappings to the CPU page if cache-coherent
    ` [PATCH] "
        ` [PATCH] drm/i915: Prevent mmap access through the GTT of snooped pages
` [PATCH 22/30] drm/i915: Use the LLC mode on gen6 for everything but display
` [PATCH 23/30] drm/i915: Cache GT fifo count for SandyBridge
` [PATCH 24/30] drm/i915: Refactor pwrite/pread to use single copy of get_user_pages
` [PATCH 26/30] drm/i915: Maintain fenced gpu access until we flush the fence
` [PATCH 27/30] drm/i915: Invalidate fenced read domains upon flush
` [PATCH 28/30] drm/i915: Pass the fence register number to be written
` [PATCH 29/30] drm/i915: Track fence setup separately from fenced object lifetime

i915 drm GPU hung errors with kernel 2.6.38.2 on 82865G chipset
 2011-04-15 21:50 UTC 

oops in i915_driver_irq_handler
 2011-04-15 12:54 UTC 

[PATCH] Use SwapbuffersWait config option to control waiting on fullscreen swaps
 2011-04-14 20:08 UTC  (3+ messages)

Intel HD 2000 drivers
 2011-04-14 17:48 UTC  (2+ messages)

Screen corrupted in Xorg with KMS on 945GM/GMS, 943/940GML chipset with kernel 2.6.38.2
 2011-04-14 14:56 UTC  (3+ messages)

[ANNOUNCE] xf86-video-intel 2.15.0
 2011-04-14  9:26 UTC 

i915 fixes
 2011-04-14  6:58 UTC  (9+ messages)
` [PATCH 1/3] drm/i915: Initialise g4x watermarks for disabled pipes
` [PATCH 2/3] drm/i915: Move the irq wait queue initialisation into the ring init
` [PATCH 3/3] drm/i915: Disable all outputs early, before KMS takeover

[PATCH] drm/i915: Relinquish any fence when changing cache levels
 2011-04-13 21:42 UTC  (6+ messages)

[PATCH 2/3] [drm/i915] - Implement ability to disabled LVDS fixed mode
 2011-04-13 20:44 UTC  (5+ messages)
` Manual control of LVDS pixel formats and dual channel mode

slow graphics after Suspend to RAM
 2011-04-13 13:11 UTC  (3+ messages)

[PATCH] drm/i915: Prevent mixing of snooped and tiling modes for old chipsets
 2011-04-13 10:09 UTC 

[PATCH] drm/i915: Sanitize the output registers after resume
 2011-04-13  6:53 UTC  (3+ messages)

force wake reference counting (another try)
 2011-04-13  6:35 UTC  (9+ 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).