public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2013-05-22 15:34:55 to 2013-05-28 15:08:41 UTC [more...]

[PATCH 00/18] Introduce the Haswell VECS
 2013-05-28 15:08 UTC  (21+ messages)
` [PATCH 08/18] drm/i915: Create a more generic pm handler for hsw+
` [PATCH 09/18] drm/i915: make PM interrupt writes non-destructive
` [PATCH 10/18] drm/i915: Create an ivybridge_irq_preinstall
` [PATCH 11/18] drm/i915: Add PM regs to pre install
` [PATCH 12/18] drm/i915: Convert irq_refounct to struct
` [PATCH 13/18] drm/i915: consolidate interrupt naming scheme
` [PATCH 14/18] drm/i915: vebox interrupt get/put
` [PATCH 15/18] drm/i915: Enable vebox interrupts
` [PATCH 16/18] drm/i915: add VEBOX into debugfs
` [PATCH 17/18] drm/i915: add I915_EXEC_VEBOX to i915_gem_do_execbuffer()

[i-g-t PATCH] tests/gem_wait_render_timeout: make sure the GPU is idle before exiting
 2013-05-28 14:35 UTC  (5+ messages)
` [i-g-t PATCH v2 1/2] lib: make sure all rings are idle in gpu_quiescent_gpu()
` [i-g-t PATCH v2 2/2] tests/lib: make sure the GPU is idle at test start and exit
  ` [i-g-t PATCH v3 "

[PATCH 1/2] drm/i915: consolidate and tighten encoder cloning checks
 2013-05-28 14:30 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: drop a few really redundant WARNs in hsw mode_set
` [PATCH] "

[PATCH] drm/i915: hw state readout&check support for cpu_transcoder
 2013-05-28 14:29 UTC  (12+ messages)
` [PATCH 1/3] "
  ` [PATCH 2/3] drm/i915: fixup i915_pipe_enabled check in i915_irq.c
  ` [PATCH 3/3] drm/i915: add basic pipe config dump support
    ` [PATCH] "

[PATCH -next] drm/i915: fix error return code in init_pipe_control()
 2013-05-28 10:05 UTC  (3+ messages)

[PATCH] drm/i915: document why dvo/sdvo/crt need a special dpms function
 2013-05-28  9:57 UTC  (2+ messages)

[PATCH 0/9] pll limit fixes and a few other things
 2013-05-28  9:54 UTC  (4+ messages)
` [PATCH 7/9] drm/i915: store adjust dotclock in adjustede_mode->clock
  ` [PATCH] drm/i915: store adjusted "

[PATCH] drm/i915: Avoid promoting a simulated hang to 'wedged'
 2013-05-28  9:38 UTC 

[PATCH 0/4] drm/i915: remove is_cpu_edp()
 2013-05-28  9:37 UTC  (16+ messages)
` [PATCH 1/4] drm/i915: stop using is_cpu_edp() in intel_disable/post_disable_dp
  ` [PATCH v2 "
` [PATCH 2/4] drm/i915: merge VLV eDP and DP AUX clock divider calculation

[PATCH] drm/i915: Fix spurious -EIO/SIGBUS on wedged gpus
 2013-05-28  9:22 UTC  (3+ messages)

[PULL] drm-intel-fixes
 2013-05-28  9:20 UTC  (2+ messages)

Backport of "drm/i915: Fix detection of base of stolen memory"
 2013-05-28  2:59 UTC  (2+ messages)

[PATCH 0/5] Haswell watermarks
 2013-05-27 19:21 UTC  (16+ messages)
` [PATCH 1/5] drm/i915: add "enable" argument to intel_update_sprite_watermarks
` [PATCH 2/5] drm/i915: add haswell_update_sprite_wm
` [PATCH 3/5] drm/i915: properly set HSW WM_PIPE registers
` [PATCH 4/5] drm/i915: properly set HSW WM_LP watermarks
` [PATCH 5/5] drm/i915: add support for 5/6 data buffer partitioning on Haswell

[PATCH 1/5] drm/i915: pass seqno to i915_hangcheck_ring_idle
 2013-05-27 17:42 UTC  (7+ messages)
` [PATCH 3/5] drm/i915: introduce i915_hangcheck_ring_hung
` [PATCH 4/5] drm/i915: detect hang using per ring hangcheck_score

[ANNOUNCE] xf86-video-intel 2.21.8
 2013-05-27 13:10 UTC 

[PATCH] drm/i915: release scratch page at module unload
 2013-05-27  9:46 UTC  (3+ messages)

[PATCH 0/4 V6] Power-well API implementation for Haswell
 2013-05-27  9:15 UTC  (5+ messages)
` [PATCH 1/4 V6] ALSA: hda - Fix runtime PM check
` [PATCH 2/4] ALSA: hda - Move azx_first_init() into azx_probe_continue()
` [PATCH 3/4 V6] ALSA: hda - Add power-welll support for haswell HDA
` [PATCH 4/4 V6] i915/drm: Add private api for power well usage

[PATCH 00/34] PPGTT prep part 2 (and unmerged part 1)
 2013-05-27  8:59 UTC  (41+ messages)
` [PATCH 01/34] drm/i915: pre-fixes for checkpatch
` [PATCH 02/34] drm/i915: use mappable size for fb kickout
` [PATCH 03/34] drm/i915: use drm_mm_takedown
` [PATCH 04/34] drm/i915: context debug messages
` [PATCH 05/34] drm/i915: Call context fini at cleanup
` [PATCH 06/34] drm/i915: make PDE|PTE platform specific
` [PATCH 07/34] drm: Optionally create mm blocks from top-to-bottom
` [PATCH 08/34] drm/i915: Use drm_mm for PPGTT PDEs
` [PATCH 09/34] drm/i915: Use PDEs as the guard page
` [PATCH 10/34] drm/i915: cleanup context fini
` [PATCH 11/34] drm/i915: Do a fuller init after reset
` [PATCH 12/34] drm/i915: Split context enabling from init
  ` [PATCH v3 "
` [PATCH 13/34] drm/i915: destroy i915_gem_init_global_gtt
` [PATCH 14/34] drm/i915: Embed PPGTT into the context
` [PATCH 15/34] drm/i915: Tie context to PPGTT
` [PATCH 16/34] drm/i915: Really share scratch page
` [PATCH 17/34] drm/i915: Combine scratch members into a struct
` [PATCH 18/34] drm/i915: Drop dev from pte_encode
` [PATCH 19/34] drm/i915: Use gtt shortform where possible
` [PATCH 20/34] drm/i915: Move fbc members out of line
` [PATCH 21/34] drm/i915: Move gtt and ppgtt under address space umbrella
` [PATCH 22/34] drm/i915: Move gtt_mtrr to i915_gtt
` [PATCH 23/34] drm/i915: Move stolen stuff "
` [PATCH 24/34] drm/i915: Move aliasing_ppgtt
` [PATCH 25/34] drm/i915: Put the mm in the parent address space
` [PATCH 26/34] drm/i915: Move object tracking lists to new mm
` [PATCH 27/34] drm/i915: Create a global list of vms
` [PATCH 28/34] drm/i915: Start using vm lists
` [PATCH 29/34] drm/i915: Remove object's gtt_offset
` [PATCH 30/34] drm: pre allocate node for create_block
` [PATCH 31/34] drm/i915: Getter/setter for object attributes
` [PATCH 32/34] drm/i915: Create VMAs (part 1)
` [PATCH 33/34] drm/i915: Create VMAs (part 2)
` [PATCH 34/34] drm/i915: Create VMAs (part 3)

Haswell: Ensuring HDA codec pins refer to physical outputs
 2013-05-27  8:21 UTC  (3+ messages)

[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww21
 2013-05-27  2:10 UTC 

[PATCH 8/9] drm/i915: Drop some no longer required mode/adjusted_mode parameters
 2013-05-26 15:48 UTC  (2+ messages)
` [PATCH] "

[PATCH] drm/i915: Fix error state memory leaks
 2013-05-25 23:56 UTC  (2+ messages)

[PATCH] drm/i915: replace snb_update_wm with haswell_update_wm on HSW
 2013-05-25 16:01 UTC  (10+ messages)

[PATCH 0/7] drm/i915: fbdev mode restoration improvements
 2013-05-24 20:24 UTC  (13+ messages)
` [PATCH 2/7] drm/i915: Don't enable cursors or sprites for fbdev
    ` [Intel-gfx] "
` [PATCH 3/7] drm/i915: Fix fbdev sprite disable code
` [PATCH 7/7] drm: Remove some unused stuff from drm_plane
  ` [Intel-gfx] "

[RFC PATCH] drm/i915: move limits, pll find functions to a new file
 2013-05-24 15:16 UTC  (2+ messages)

[PATCH 2/5] drm/i915: track ring progression using seqnos
 2013-05-24 14:16 UTC  (2+ messages)
` [PATCH 02/14] "

[PATCH] drm/i915: Haswell FBC supports up to 4096x4096
 2013-05-24 11:09 UTC  (3+ messages)

[PATCH] drm/i915: Suppress spurious EIO when moving away from the GPU domain
 2013-05-24 10:45 UTC 

[PATCH] drm/i915: Suppress spurious EIO when moving away from the GPU domain
 2013-05-24  9:36 UTC  (8+ messages)

[PATCH 4/4 V2] ALSA: hda - Continue probe in work context to avoid request_module deadlock
 2013-05-24  8:48 UTC  (7+ messages)

[PATCH] drm/i915: WA: FBC Render Nuke
 2013-05-24  8:13 UTC  (6+ messages)
` [PATCH] drm/i915: Track when we dirty the scanout with render commands

[PATCH] drm/i915: Treat resetting of the current framebuffer as a no-op
 2013-05-23 21:27 UTC  (2+ messages)

[PATCH 1/3] drm/i915: implement IPS feature
 2013-05-23 21:26 UTC  (2+ messages)

[PATCH v2 0/5] drm/i915: sideband refactoring
 2013-05-23 21:26 UTC  (12+ messages)
` [PATCH v2 1/5] drm/i915: group sideband register accessors to a new file
` [PATCH v2 2/5] drm/i915: refactor VLV IOSF sideband accessors to use one helper
` [PATCH v2 3/5] drm/i915: drop redundant warnings on not holding dpio_lock
` [PATCH v2 4/5] drm/i915: rename VLV IOSF sideband functions logically
` [PATCH v2 5/5] drm/i915: change VLV IOSF sideband accessors to not return error code

[PATCH 6/6] drm/i915: flip on a no fb -> fb transition if crtc is active v2
 2013-05-23 21:23 UTC  (2+ messages)
` [PATCH] drm/i915: flip on a no fb -> fb transition if crtc is active v3

g45-h264 branch development - stopped for good?
 2013-05-23 21:10 UTC 

Fastboot in 6 patches
 2013-05-23 18:53 UTC  (5+ messages)
` [PATCH 2/6] drm/i915: get mode clock when reading the pipe config v5

[PATCH 0/4 V5] Power-well API implementation for Haswell
 2013-05-23 15:14 UTC  (13+ messages)
` [PATCH 1/4 V5] i915/drm: Add private api for power well usage
` [PATCH 2/4 V5] ALSA: hda - Add power-welll support for haswell HDA
` [PATCH 3/4] ALSA: hda - Fix runtime PM check
    ` [alsa-devel] "
` [PATCH 4/4] ALSA: hda - Continue probe in work context to avoid request_module deadlock

[PATCH] drm/i915: Attempt to fix FBC render tracking with hardware contexts
 2013-05-23 14:45 UTC 

[PATCH 0/6] drm/i915: Unfify some modeset sequences
 2013-05-23 11:07 UTC  (5+ messages)
` [PATCH 2/6] drm/i915: Always enable the cursor right after the primary plane

[PATCH] drm/i915: avoid big kmallocs on reading error state
 2013-05-23 11:00 UTC  (3+ messages)

[PATCH 0/9] Haswell watermarks, round 1
 2013-05-23 10:51 UTC  (6+ messages)
` [PATCH 9/9] drm/i915: set FORCE_ARB_IDLE_PLANES workaround

[Intel-gfx] [PATCH 3/3] drm: Fix drm_rect documentation
 2013-05-23 10:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Cocci spatch "memdup.spatch"
 2013-05-23  6:40 UTC  (2+ messages)

[PATCH] drm/i915: Workaround incoherence with fence updates on Valleyview
 2013-05-22 18:33 UTC  (2+ messages)

[PATCH 1/4] lib: fix exit handler when multiple handlers are registered
 2013-05-22 16:18 UTC  (3+ messages)
` [PATCH 4/4] kms_flip: add subtests for the DPMS OFF->modeset->flip sequence

[pull] drm-intel-fixes
 2013-05-22 16:00 UTC  (6+ messages)


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