public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-03-18 05:49:09 to 2014-03-20 13:42:39 UTC [more...]

[PATCH 11/11] [v3] drm/i915/bdw: Ensure a context is loaded before RC6
 2014-03-20 13:42 UTC  (5+ messages)
` [PATCH 11/11] [v4] "

[PATCH 1/2] drm/crtc-helper: fix locking for drm_helper_disable_unused_functions
 2014-03-20 13:34 UTC  (6+ messages)
` [PATCH 2/2] drm/fb-helper: improve drm_fb_helper_initial_config locking

[PATCH] drm/i915: Add a DRM property "psr"
 2014-03-20 13:31 UTC  (12+ messages)

[PATCH 0/6] SNB/BDW runtime PM
 2014-03-20 13:29 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: kill dev_priv->pm.regsave
` [PATCH 2/6] drm/i915: add gen-specific runtime suspend/resume functions
` [PATCH 4/6] drm/i915: remove HAS_PC8 check

[PATCH 00/13] Gen7 batch buffer command parser
 2014-03-20 12:40 UTC  (3+ messages)
` [PATCH 02/13] drm/i915: Implement command buffer parsing logic

[PATCH 00/26] [RFCish] GEN7 dynamic page tables
 2014-03-20 12:17 UTC  (47+ messages)
` [PATCH 01/26] drm/i915: Split out verbose PPGTT dumping
` [PATCH 02/26] drm/i915: Extract switch to default context
` [PATCH 04/26] drm/i915: rename map/unmap to dma_map/unmap
` [PATCH 06/26] drm/i915: Wrap VMA binding
` [PATCH 07/26] drm/i915: clean up PPGTT init error path
` [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 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

[RFC 1/1] drm/i915: Added support for setting plane alpha through drm property
 2014-03-20 11:58 UTC  (8+ messages)
` [PATCH 0/4] Adding support for plane alpha/color blending "
  ` [PATCH 1/4] drm: Added plane alpha and color blending property
  ` [PATCH 3/4] drm/i915: Enabling pre-multiplied alpha drm property

[PULL] PPGTT
 2014-03-20 11:12 UTC  (6+ messages)
` [PATCH 01/48] drm/i915: Fix bad refcounting on execbuf failures
  ` [PATCH 22/48] drm/i915: Use drm_mm for PPGTT PDEs
  ` [PATCH 23/48] drm/i915: One hopeful eviction on PPGTT alloc

[PATCH] drm/i915: Disable stolen memory when DMAR is active
 2014-03-20 10:21 UTC  (11+ messages)
` [PATCH v2 for -fixes] "

[PATCH] drm/i915: bdw expands ACTHD to 64bit
 2014-03-20  7:54 UTC  (3+ messages)

[PATCH 3/4] drm/i915: Per-process stats work better when evaluated per-process
 2014-03-20  7:40 UTC  (8+ messages)
    ` [PATCH 1/2] "
      ` [PATCH 2/2] drm/i915: Print how many objects are shared in per-process stats
        ` [PATCH 2/2] drm/i915: Print how many objects are shared in per-process statsg

[PATCH 1/9] drm/i915: Clarify RC6 enabling
 2014-03-20  7:35 UTC  (29+ messages)
` [PATCH 00/11] [v2] BDW RPS + RC6 + rps fixlets
  ` [PATCH 03/11] drm/i915: Rename and comment all the RPS *stuff*
  ` [PATCH 00/12] [v3] BDW RPS + RC6 + rps fixlets
    ` [PATCH 01/12] drm/i915: Reorganize the overclock code
    ` [PATCH 02/12] drm/i915: Fix coding style for RPS
    ` [PATCH 03/12] drm/i915: Store the HW min frequency as min_freq
    ` [PATCH 04/12] drm/i915: Rename and comment all the RPS *stuff*
    ` [PATCH 05/12] drm/i915: Remove extraneous MMIO for RPS
    ` [PATCH 06/12] drm/i915: remove rps local variables
    ` [PATCH 07/12] drm/i915/bdw: Set initial rps freq to RP0
    ` [PATCH 08/12] drm/i915/bdw: Extract rp_state_caps logic
    ` [PATCH 09/12] drm/i915/bdw: RPS frequency bits are the same as HSW
    ` [PATCH 10/12] drm/i915/bdw: Implement a basic PM interrupt handler
    ` [PATCH 11/12] drm/i915/bdw: Ensure a context is loaded before RC6
    ` [PATCH 12/12] drm/i915/bdw: Enable RC6

[PATCH] prime_mmap: Add new test for calling mmap() on dma-buf fds
 2014-03-20  4:31 UTC  (2+ messages)

[PATCH 00/20] ILK+ interrupt improvements, v2
 2014-03-19 17:50 UTC  (29+ 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

[PATCH 00/16] Merge PC8 with runtime PM, v3
 2014-03-19 15:45 UTC  (8+ messages)
` [PATCH 02/16] drm/i915: make PC8 be part of runtime PM suspend/resume
` [PATCH 04/16] drm/i915: remove dev_priv->pc8.requirements_met
` [PATCH 09/16] drm/i915: make intel_aux_display_runtime_get get runtime PM, not PC8

[PATCH 2/2] drm/i915: Add FIXME for bdw semaphore detection in hancheck
 2014-03-19 15:35 UTC  (4+ messages)
` [PATCH] drm/i915: make semaphore signaller detection more robust

[PULL] drm-intel-fixes
 2014-03-19 14:39 UTC 

[RFCv3 00/14] Unified plane support
 2014-03-19 14:37 UTC  (12+ 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
  ` [Intel-gfx] "
` [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] qf: Fully specify the push to the upsream hidden quilt branch
 2014-03-19 13:59 UTC 

[PATCH 0/3] tests: New userptr test case
 2014-03-19 11:13 UTC  (5+ messages)
  ` [PATCH 1/3] tests/gem_userptr_blits: Expanded userptr test cases
  ` [PATCH 2/3] tests/gem_vmap_blits: Remove obsolete test case
  ` [PATCH 3/3] tests/gem_userptr_benchmark: Benchmarking userptr surfaces and impact

[PATCH] drm/i915/vlv: no MCHBAR on VLV
 2014-03-19  9:14 UTC  (6+ messages)

[PATCH] drm/i915/bdw: Restore PPAT on thaw
 2014-03-19  8:47 UTC  (5+ messages)

[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] !SQUASH drm/i915: Do not dereference pointers from ring buffer in evict event
 2014-03-18 23:57 UTC 

[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 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  (6+ messages)
` [PATCH 4/6] drm/i915/dp: use the new drm helpers for dp 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 v2 1/1] kms_cursor_crc: Enabling this test for 128x128 and 256x256 cursors
 2014-03-18 10:29 UTC  (2+ messages)
` [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  (4+ messages)

[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)


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