public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-03-15 10:54:30 to 2014-03-19 08:36:09 UTC [more...]

[PATCH 00/20] ILK+ interrupt improvements, v2
 2014-03-19  8:36 UTC  (27+ messages)
` [PATCH 03/20] drm/i915: use GEN8_IRQ_INIT on GEN5
` [PATCH 05/20] drm/i915: don't forget to uninstall the PM IRQs
` [PATCH 06/20] drm/i915: properly clear IIR at irq_uninstall on Gen5+
` [PATCH 07/20] drm/i915: add GEN5_IRQ_INIT
` [PATCH 08/20] drm/i915: check if IIR is still zero at postinstall on Gen5+
` [PATCH 09/20] drm/i915: fix SERR_INT init/reset code
` [PATCH 10/20] drm/i915: fix GEN7_ERR_INT "
` [PATCH 14/20] drm/i915: enable SDEIER later
` [PATCH 16/20] drm/i915: add missing intel_hpd_irq_uninstall
` [PATCH 18/20] drm/i915: add gen8_irq_reset
` [PATCH 20/20] drm/i915: add POSTING_READs to the IRQ init/reset macros

[RFCv3 00/14] Unified plane support
 2014-03-19  8:03 UTC  (9+ messages)
` [RFCv3 01/14] SQUASH! drm/i915: Do not dereference pointers from ring buffer in evict event
` [RFCv3 05/14] drm/i915: Restrict plane loops to only operate on overlay planes
` [RFCv3 10/14] drm/i915: Rename similar plane functions to avoid confusion
` [RFCv3 11/14] drm/i915: Intel-specific primary plane handling
` [RFCv3 13/14] drm/i915: Split cursor update code from cursor ioctl handling
` [RFCv3 14/14] drm/i915: Add cursor handlers and create cursor at crtc init

[PATCH] drm/i915: Fix up the forcewake timer initialization
 2014-03-19  7:29 UTC  (5+ messages)

linux-next: build failure after merge of the drm-intel tree
 2014-03-19  7:20 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH] drm/i915/bdw: Restore PPAT on thaw
 2014-03-19  6:57 UTC  (3+ messages)

[PATCH 3/4] drm/i915: Per-process stats work better when evaluated per-process
 2014-03-19  6:55 UTC  (3+ messages)

[PATCH 1/9] drm/i915: Clarify RC6 enabling
 2014-03-19  6:49 UTC  (7+ messages)
` [PATCH 00/11] [v2] BDW RPS + RC6 + rps fixlets
  ` [PATCH 03/11] drm/i915: Rename and comment all the RPS *stuff*

[PATCH] drm/i915/vlv: no MCHBAR on VLV
 2014-03-19  3:31 UTC  (5+ messages)

[PATCH 00/26] [RFCish] GEN7 dynamic page tables
 2014-03-19  0:58 UTC  (45+ messages)
` [PATCH 01/26] drm/i915: Split out verbose PPGTT dumping
` [PATCH 02/26] drm/i915: Extract switch to default context
` [PATCH 03/26] drm/i915: s/pd/pdpe, s/pt/pde
` [PATCH 04/26] drm/i915: rename map/unmap to dma_map/unmap
` [PATCH 05/26] drm/i915: Setup less PPGTT on failed pagedir
` [PATCH 06/26] drm/i915: Wrap VMA binding
` [PATCH 07/26] drm/i915: clean up PPGTT init error path
` [PATCH 08/26] drm/i915: Un-hardcode number of page directories
` [PATCH 09/26] drm/i915: Split out gtt specific header file
` [PATCH 10/26] drm/i915: Make gen6_write_pdes gen6_map_page_tables
` [PATCH 11/26] drm/i915: Range clearing is PPGTT agnostic
` [PATCH 12/26] drm/i915: Page table helpers, and define renames
` [PATCH 13/26] drm/i915: construct page table abstractions
` [PATCH 14/26] drm/i915: Complete page table structures
` [PATCH 15/26] drm/i915: Create page table allocators
` [PATCH 16/26] drm/i915: Generalize GEN6 mapping
` [PATCH 17/26] drm/i915: Clean up pagetable DMA map & unmap
` [PATCH 18/26] drm/i915: Always dma map page table allocations
` [PATCH 19/26] drm/i915: Consolidate dma mappings
` [PATCH 20/26] drm/i915: Always dma map page directory allocations
` [PATCH 21/26] drm/i915: Track GEN6 page table usage
` [PATCH 22/26] drm/i915: Extract context switch skip logic
` [PATCH 23/26] drm/i915: Force pd restore when PDEs change, gen6-7
` [PATCH 24/26] drm/i915: Finish gen6/7 dynamic page table allocation
` [PATCH 25/26] drm/i915: Print used ppgtt pages for gen6 in debugfs
` [PATCH 26/26] FOR REFERENCE ONLY

[PATCH] !SQUASH drm/i915: Do not dereference pointers from ring buffer in evict event
 2014-03-18 23:57 UTC 

[PATCH] drm/i915: Add a DRM property "psr"
 2014-03-18 20:53 UTC  (3+ messages)

[PATCH] drm/i915: Use the correct format string modifier for ptrdiff_t
 2014-03-18 18:58 UTC  (3+ messages)

[PATCH] uxa: Support BLT ring flushes on Broadwell, but not render ring flushes
 2014-03-18 17:08 UTC  (3+ messages)

[PATCH 1/2] intel_device: Don't close the fd on probe failure if it is server managed
 2014-03-18 16:54 UTC  (4+ messages)
` [PATCH 2/2] uxa: Add support for server managed fds

[PATCH] drm/i915: Disable stolen memory when DMAR is active
 2014-03-18 16:50 UTC  (4+ messages)
` [PATCH v2 for -fixes] "

[PATCH 1/4] tests/gem_wait_render_timeout: Use XY_COLOR_BLT instead of COLOR_BLT
 2014-03-18 14:18 UTC  (4+ messages)
` [PATCH 2/4] tests/gem_wait_render_timeout: Fix for BDW
` [PATCH 3/4] tests/gem_gtt_hog: Use XY_COLOR_BLT instead of COLOR_BLT
` [PATCH 4/4] tests/gem_gtt_hog: Fix for BDW

[PATCH 0/6] drm/i915: switch to drm core dp aux helpers
 2014-03-18 14:06 UTC  (20+ messages)
` [PATCH 1/6] drm/dp: let drivers specify the name of the I2C-over-AUX adapter
` [PATCH 2/6] drm/i915/dp: split edp_panel_vdd_on() for reuse
` [PATCH 3/6] drm/i915/dp: move edp vdd enable/disable at a lower level in i2c-over-aux
` [PATCH 4/6] drm/i915/dp: use the new drm helpers for dp aux
` [PATCH 5/6] drm/i915/dp: move dp aux ch register init to aux init
` [PATCH 6/6] drm/i915/dp: use the new drm helpers for dp i2c-over-aux

[PATCH for -fixes] Revert "drm/i915: don't touch the VDD when disabling the panel"
 2014-03-18 12:39 UTC  (2+ messages)

[PATCH 0/6] More runtime PM fixes
 2014-03-18 11:27 UTC  (6+ messages)
` [PATCH 2/6] drm/i915: properly disable the VDD when disabling the panel

[PATCH 1/1] kms_cursor_crc/Enabling this test for variable cursor width and heights
 2014-03-18 10:29 UTC  (4+ messages)
` [PATCH v2 1/1] kms_cursor_crc: Enabling this test for 128x128 and 256x256 cursors
    ` [PATCH v3 1/1] kms_cursor_crc: Enabling this test for all cursor sizes

[PATCH] drm/i915: Disable full ppgtt by default
 2014-03-18 10:19 UTC  (4+ messages)

[PATCH 1/3] lib: Export interval_tree
 2014-03-18  9:56 UTC  (6+ messages)
` [PATCH 2/3] drm/i915: Do not call retire_requests from wait_for_rendering
` [PATCH 3/3] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl

[PATCH 1/2] drm/i915: fix up semaphore_waits_for
 2014-03-18  9:26 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Add FIXME for bdw semaphore detection in hancheck
      ` [PATCH] drm/i915: make semaphore signaller detection more robust

[PATCH] drm/i915: Rename intel_setup_wm_latency() to ilk_setup_wm_latency()
 2014-03-18  9:01 UTC  (2+ messages)

[PATCH] drm/i915: Remove spurious '()' in WARN macros
 2014-03-18  9:01 UTC  (2+ messages)

[PATCH] drm/i915: Give the sprite width to the WM computation
 2014-03-18  9:00 UTC  (2+ messages)

[PATCH] prime_mmap: Add new test for calling mmap() on dma-buf fds
 2014-03-17 19:43 UTC 

v3.14-rc7: Backlight control broken on Dell XPS13
 2014-03-17 17:27 UTC  (7+ messages)

[PATCH 2/2] drm/i915: Return -ENOENT for unknown contexts
 2014-03-17 17:09 UTC  (2+ messages)
` [PATCH] tests/gem_reset_stats: run non hw context tests also on older gens

[PATCH] drm/i915: finish off reverting eDP VDD changes
 2014-03-17 17:07 UTC  (2+ messages)

[PATCH] drm/i915/bdw: Fix GEN8 GTT size calculation
 2014-03-17 17:03 UTC  (8+ messages)

[PATCH] drm/i915: Don't del_timer_sync uninitialized timer
 2014-03-17 13:52 UTC  (10+ messages)

[PULL] drm-intel-next
 2014-03-17 10:02 UTC 

[PULL] drm-intel-fixes
 2014-03-17  9:54 UTC 

[PATCH 0/3] Increase the utilization of Stolen area on VLV
 2014-03-17  9:44 UTC  (7+ messages)
` [PATCH 1/3] drm/i915: Added a new 'I915_CPU_MAP_NOT_NEEDED' flag to gem_create ioctl

yet another modesetting backtrace
 2014-03-17  8:11 UTC  (2+ messages)

[PATCH v3 1/1] drm/i915: Enabling 128x128 and 256x256 ARGB Cursor Support
 2014-03-17  5:47 UTC  (3+ messages)
` [PATCH v4 "

[PATCH 2/2] drm/i915/vlv: Replaced Blitter ring based flips with MMIO Flips for VLV
 2014-03-17  4:33 UTC  (3+ messages)
` [PATCH v2] drm/i915: Replaced Blitter ring based flips with MMIO flips "

[QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww11
 2014-03-17  3:42 UTC 

i915 KMS interferes with nVidia card
 2014-03-16 23:25 UTC  (3+ messages)

[PATCH 1/3] lib/igt_debugfs: s/igt_pipe_crc_check/igt_require_pipe_crc/
 2014-03-16 19:10 UTC  (3+ messages)
` [PATCH 2/3] lib/igt_core: Small api doc fix
` [PATCH 3/3] lib/igt_core: Document library design best practices

[PATCH 1/5] lib/igt_debugfs: implement a singleton igt_debugfs_t instance
 2014-03-16 14:02 UTC  (5+ messages)
` [PATCH 2/5] lib/igt_debugfs: Remove debugfs from igt_debugfs_open
` [PATCH 3/5] lib/igt_debugfs: Remove debugfs from igt_debugfs_fopen
` [PATCH 4/5] lib/igt_debugfs: Remove debugfs from pipe crc functions
` [PATCH 5/5] lib/igt_debugfs: Remove igt_debugfs_init

[PATCH] drm/i915: catch forcewake reference underruns
 2014-03-16  9:45 UTC 

[PATCH 1/3] drm/i915: Track the enabled PM interrupts in dev_priv
 2014-03-15 14:53 UTC  (5+ messages)
` [PATCH v4 0/3] WA for Turbo and RC6 to work together
  ` [PATCH v2 1/3] drm/i915: Track the enabled PM interrupts in dev_priv
  ` [PATCH v4 2/3] drm/i915/vlv: WA for Turbo and RC6 to work together
  ` [PATCH v3 3/3] drm/i915: Add boot paramter to control rps boost at boot time

[PATCH 1/4] drm/i915: preserve SSC if previously set v2
 2014-03-15 13:45 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: don't bother enabling swizzle bits on gen7+ v2
` [PATCH 3/4] drm/i915: use current mode if the size matches the preferred mode
` [PATCH 4/4] drm/i915: enable fastboot by default

[PATCH] drm/i915: Actually capture PP_DIR_BASE on error
 2014-03-15 11:53 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