Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-12-14 04:08:34 to 2011-12-28 21:40:12 UTC [more...]

system freeze with kernel 3.2-rc7
 2011-12-28 21:36 UTC  (11+ messages)

[PATCH 0/3] libdrm/intel: Add support for Android
 2011-12-28 15:11 UTC  (7+ messages)
` [PATCH 1/3] intel: Disable drm_intel_probe_agp_aperture_size() on Android
` [PATCH 2/3] libdrm,intel: Factor source file lists into sources.mk
` [PATCH 3/3] libdrm,intel: Add Android makefiles

[PATCH 0/4] uxa/glamor: performance tuning
 2011-12-28 14:26 UTC  (6+ messages)
` [PATCH 1/4] uxa/glamor: Remove dead code
` [PATCH 2/4] uxa/glamor: Remove extraneous flush
` [PATCH 3/4] uxa/glamor: Let glamor do the GC validation
` [PATCH 4/4] uxa/glamor: Create glamor pixmap by default

[PATCH 0/2]: drm/i915: Disable RC6 and semaphores on SNB *again*
 2011-12-27  5:07 UTC  (4+ messages)
` [PATCH 1/2] drm/i915: Disable semaphores by default on SNB
` [PATCH 2/2] drm/i915: Disable RC6 on Sandybridge by default

More crashes with intel driver 1.10.4 and corrupted stack traces for GM45
 2011-12-26 23:15 UTC  (3+ messages)
  ` intel_drv 2.17.0 hangs X at boot while 2.15.901 works but crashes (GM45)

[ANNOUNCE] intel-gpu-tools 1.1
 2011-12-24  0:49 UTC 

[PATCH] drm/i915: Disable semaphores by default on SNB
 2011-12-23 22:02 UTC  (2+ messages)

Mode setting not working with SandyBridge
 2011-12-23 14:01 UTC 

[PATCH] uxa/glamor: Prefer to create a pure glamor pixmap
 2011-12-23 13:11 UTC  (2+ messages)

[PATCH] drm/i915: re-disable semaphores on sandy bridge
 2011-12-23 12:00 UTC 

Intel P4500 graphic driver for Slackware 13
 2011-12-23  9:38 UTC 

gen7 missed IRQ workaround series
 2011-12-22 22:55 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: Do the fallback non-IRQ wait in ring throttle, too
` [PATCH 2/3] drm/i915: Work around gen7 BLT ring synchronization issues
` [PATCH 3/3] drm/i915: Make the fallback IRQ wait not sleep

[PATCH] drm/i915: kill i915_mem.c
 2011-12-22 21:23 UTC 

[PATCH 01/43] drm/i915: kicking rings stuck on semaphores considered harmful
 2011-12-22 18:16 UTC  (77+ messages)
` [PATCH 02/43] drm/i915: don't bail out of intel_wait_ring_buffer too early
` [PATCH 03/43] drm/i915: switch ring->id to be a real id
` [PATCH 04/43] drm/i915: refactor ring error state capture to use arrays
` [PATCH 05/43] drm/i915: collect more per ring error state
` [PATCH 06/43] drm/i915: protect force_wake_(get|put) with the gt_lock
` [PATCH 07/43] drm/i915: convert force_wake_get to func pointer in the gpu reset code
` [PATCH 08/43] drm/i915: drop register special-casing in forcewake
        ` [PATCH] drm/i915: clear up I915_(READ|WRITE)_NOTRACE confusion
` [PATCH 09/43] drm/i915: introduce a vtable for gpu core functions
` [PATCH 10/43] drm/i915/ringbuffer: kill snb blt workaround
` [PATCH 11/43] drm/i915: Separate fence pin counting from normal bind pin counting
` [PATCH 12/43] drm/i915: don't trash the gtt when running out of fences
` [PATCH 13/43] drm/i915: refactor debugfs open function
` [PATCH 14/43] drm/i915: refactor debugfs create functions
` [PATCH 15/43] drm/i915: add interface to simulate gpu hangs
` [PATCH 16/43] drm/i915: rework dev->first_error locking
` [PATCH 17/43] drm/i915: destroy existing error_state when simulating a gpu hang
` [PATCH 18/43] drm/i915: fix swizzle detection for gen3
` [PATCH 19/43] drm/i915: add debugfs file for swizzling information
` [PATCH 20/43] drm/i915: swizzling support for snb/ivb
` [PATCH 21/43] drm/i915: add gen6+ registers to i915_swizzle_info
` [PATCH 22/43] drm/i915: prevent division by zero when asking for chipset power
` [PATCH 23/43] drm/i915: multithreaded forcewake is an ivb+ feature
` [PATCH 24/43] drm/i915: capture error_state also for stuck rings
` [PATCH 25/43] drm/i915: properly flush the wc buffer in pwrites to phys objects
` [PATCH 26/43] drm/i915: Only clear the GPU domains upon a successful finish
` [PATCH 27/43] drm/i915: flush overlay regfile writes
` [PATCH 28/43] drm/i915: Handle unmappable buffers during error state capture
` [PATCH 29/43] drm/i915: remove the i915_batchbuffer_info debugfs file
` [PATCH 30/43] drm/i915: reject GTT domain in relocations
` [PATCH 31/43] drm/i915: Use kcalloc instead of kzalloc to allocate array
` [PATCH 32/43] drm/i915: Avoid using mappable space for relocation processing through the CPU
` [PATCH 33/43] drm/i915: fall through pwrite_gtt_slow to the shmem slow path
` [PATCH 34/43] drm/i915: rewrite shmem_pwrite_slow to use copy_from_user
` [PATCH 35/43] drm/i915: rewrite shmem_pread_slow to use copy_to_user
` [PATCH 36/43] agp/intel-gtt: export the scratch page dma address
` [PATCH 37/43] agp/intel-gtt: export the gtt pagetable iomapping
` [PATCH 38/43] drm/i915: initialization/teardown for the aliasing ppgtt
` [PATCH 39/43] drm/i915: ppgtt binding/unbinding support
` [PATCH 40/43] drm/i915: ppgtt register definitions
` [PATCH 41/43] drm/i915: ppgtt debugfs info
` [PATCH 42/43] drm/i915: per-ring fault reg
` [PATCH 43/43] drm/i915: enable ppgtt

[PATCH] drm/i915: Set two chicken bits implicated in missed IRQs on Ivybridge
 2011-12-22 17:39 UTC  (3+ messages)

Moving intel_decode.c to libdrm
 2011-12-21 20:00 UTC  (16+ messages)
` [PATCH 01/13] intel: Import intel_decode.c from intel-gpu-tools
` [PATCH 02/13] intel: Make intel_chipset handle devid directly
` [PATCH 03/13] intel: intel: Add IS_GEN[567] macros
` [PATCH 04/13] intel: Reformat intel_decode.c from intel-gpu-tools using Lindent
` [PATCH 05/13] intel: Minor style tweaks after Lindent
` [PATCH 06/13] intel: Get intel_decode.c minimally building
` [PATCH 07/13] intel: Fix Wsigned-compare warnings (soon to be enabled)
` [PATCH 08/13] intel: Fix a ton of signed vs unsigned and const char *warnings
` [PATCH 09/13] intel: Add printflike warnings for instr_out
` [PATCH 10/13] intel: Fix printf format warnings for intel_decode
` [PATCH 11/13] intel: Remove c99ish variable declarations
` [PATCH 12/13] intel: Turn on normal warnings for intel_decode.c build
` [PATCH 13/13] intel: Disable unused decode_logic_op()

GPU hung with Linux-3.2-rc6
 2011-12-21 20:00 UTC  (2+ messages)

Fan running with Intel Graphics
 2011-12-20 20:19 UTC  (8+ messages)

[PATCH] drm/i915: Print debugfs object list sizes in kiB instead of bytes
 2011-12-20 16:58 UTC  (2+ messages)

[PATCH] drm/i915/sdvo: always set positive sync polarity
 2011-12-20  0:57 UTC 

Mode setting not working with SandyBridge
 2011-12-19 19:54 UTC 

Plane support for SNB and IVB
 2011-12-19 11:23 UTC 

i915_wait_request: BUG_ON(seqno == 0) triggered on IvyBridge
 2011-12-19  9:14 UTC  (2+ messages)

Intel graphics control center?
 2011-12-17  7:59 UTC 

[PATCH] Revert "drm/i915: fix infinite recursion on unbind due to ilk vt-d w/a"
 2011-12-16 23:33 UTC 

[PULL] drm-intel-fixes (drm/i915 driver)
 2011-12-16 17:39 UTC 

kernel BUG at drivers/gpu/drm/i915/i915_gem
 2011-12-16 17:06 UTC  (7+ messages)

[PATCH] tests/testdisplay.c: make the 3th pipe finish all the mode setting
 2011-12-16 13:17 UTC  (3+ messages)

[PATCH] uxa/glamor: Fallback to new glamor pixmap if failed to create textured pixmap
 2011-12-16 11:53 UTC  (4+ messages)

One regression in UXA
 2011-12-16  9:07 UTC  (3+ messages)

[PATCH 1/2] drm/i915: don't disable a PCH DPLL that's in use
 2011-12-16  6:36 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: only set the intel_crtc DPMS mode to on if the mode set succeeded

i915_init takes a full second of kernel init time
 2011-12-15 22:22 UTC  (10+ messages)

i9xx mode setting cleanups
 2011-12-15 20:30 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: split 9xx refclk & sdvo tv code out
` [PATCH 2/3] drm/i915: split out pll divider code
` [PATCH 3/3] drm/i915: split out DPLL update code from i9xx_crtc_mode_set

[PATCH] drm/i915: Install a backup timer-tick when waiting on a request
 2011-12-15 19:43 UTC 

[PATCH 0/3] TV Out patches to make our mode list be according to TV timing standards
 2011-12-15 16:48 UTC  (10+ messages)
` [PATCH 1/3] drm/i915: Fix TV Out refresh rate
` [PATCH 2/3] drm/i915: Removing TV Out modes
  ` [PATCH 1/2] "
` [PATCH 3/3] drm/i915: Adding 1080p modes to our TV Out mode list
  ` [PATCH 2/2] "

[PATCH 1/3] drm/i915: relative_constants_mode race fix
 2011-12-15 14:50 UTC  (10+ messages)
` [PATCH 2/3] drm/i915: Force sync command ordering (Gen6+)

[PATCH] xf86-video-intel: deactivate unused CRTCs
 2011-12-15 12:46 UTC 

[PATCH] [RFC] LLC and per-BO cache handling
 2011-12-14 23:08 UTC  (4+ messages)
` [PATCH 1/4] drm/i915: add a LLC feature flag in device description

[PATCH 0/4] patches for -next
 2011-12-14 19:13 UTC  (6+ messages)
` [PATCH 3/4] drm/i915: Update GEN6_RP_CONTROL definitions
` [PATCH 4/4] drm/i915: drpc debugfs update for gen6

[PATCH] uxa/glamor: Enable the rest glamor rendering functions
 2011-12-14 12:08 UTC  (7+ messages)


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