intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-04-12 17:41:51 to 2011-04-16 14:18:49 UTC [more...]

i915 next, post-llc
 2011-04-16 14:18 UTC  (29+ 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

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  (71+ messages)
` [PATCH 01/30] drm/i915: Split the crtc_mode_set function along HAS_PCH_SPLIT() lines
` [PATCH 02/30] drm/i915: Move the vblank pre/post modeset to the common crtc_mode_set
` [PATCH 03/30] drm/i915: Remove the PCH paths from the pre-Ironlake crtc_mode_set()
` [PATCH 04/30] drm/i915: Drop the eDP paths from the pre-Ironlake crtc_mode_set
` [PATCH 05/30] drm/i915: Drop the remaining bit of Ironlake code from i9xx_crtc_mode_set()
` [PATCH 06/30] drm/i915: Drop non-HAS_PCH_SPLIT() code from ironlake_crtc_mode_set()
` [PATCH 07/30] drm/i915: Drop remaining pre-Ironlake "
` [PATCH 08/30] drm/i915: Clean up leftover DPLL and LVDS register choice from pch split
` [PATCH 09/30] drm/i915: Fold the DPLL limit defines into the structs that use them
` [PATCH 10/30] drm/i915: fix ilk rc6 teardown locking
` [PATCH 11/30] drm/1915: ringbuffer wait for idle function
` [PATCH 12/30] drm/i915: fix rc6 initialization on Ironlake
` [PATCH 13/30] drm/i915: re-enable rc6 for ironlake
` [PATCH 14/30] drm/i915: use i915_enable_rc6 on SNB too
` [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 19/30] drm/i915: Use the uncached domain for the display planes v2
` [PATCH 20/30] drm/i915: Use the CPU domain for snooped pwrites
` [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 25/30] drm/i915: s/addr & ~PAGE_MASK/offset_in_page(addr)/
` [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
` [PATCH 30/30] drm/i915: Only print out the actual number of fences for i915_error_state

forcewake v4 (now with spinlock)
 2011-04-16  7:05 UTC  (10+ 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

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 

Intel 2011Q1 release
 2011-04-15 10:40 UTC  (2+ messages)
` suggestions for Web site (was: Intel 2011Q1 release)

[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  (7+ messages)
` Manual control of LVDS pixel formats and dual channel mode
  ` [PATCH 1/2] drm/i915: Implement direct support for 24 bit LVDS pixel format
  ` [PATCH 2/2] drm/i915: Implement manual override of LVDS single/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  (5+ messages)

force wake reference counting (another try)
 2011-04-13  6:35 UTC  (10+ messages)

GM45: Some strange GPU hang while trying to playback using xv output
 2011-04-12 22:09 UTC  (2+ 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).