messages from 2014-05-08 19:19:58 to 2014-05-12 11:29:30 UTC [more...]
[PATCH 00/71] drm/i915/chv: Add Cherryview support
2014-05-12 11:29 UTC (7+ messages)
` [PATCH 16/71] drm/i915/chv: Add DPIO offset for Cherryview. v3
` [PATCH 17/71] drm/i915/chv: Update Cherryview DPLL changes to support Port D. v2
` [PATCH 18/71] drm/i915/chv: Add vlv_pipe_to_channel
[3.14.0-rc4] regression: drm FIFO underruns
2014-05-12 11:25 UTC (9+ messages)
[PATCH] drm/i915: Gracefully handle obj not bound to GGTT in is_pin_display
2014-05-12 10:37 UTC (6+ messages)
[PATCH i-g-t 1/2] lib: add igt_set_timeout
2014-05-12 10:35 UTC (2+ messages)
` [PATCH i-g-t 2/2] lib: set a timeout when reading crc values
[PATCH] drm/i915: Adding debug code for dp_m2_n2 in crtc_config
2014-05-12 10:27 UTC (3+ messages)
` [PATCH v2] drm/i915: State readout and cross-checking for dp_m2_n2
Design review request: DRM color manager
2014-05-12 10:26 UTC (12+ messages)
[PATCH 1/1] Documentation: drm: describing drm properties exposed by various drivers
2014-05-12 8:58 UTC (10+ messages)
[PATCH] drm/i915: restore backlight precision when converting from opregion
2014-05-12 8:55 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[RFC] DisplayPort MST v0.3
2014-05-12 8:25 UTC (12+ messages)
` [PATCH 01/10] drm/dp_helper: add defines for DP 1.2 and MST support
` [PATCH 02/10] drm: add DP MST encoder type
` [PATCH 03/10] drm/i915: add some registers need for displayport MST support
` [PATCH 04/10] drm/crtc: add interface to reinitialise the legacy mode group
` [PATCH 05/10] drm: add a path blob property
` [PATCH 06/10] drm/helper: add Displayport multi-stream helper (v0.3)
` [PATCH 07/10] i915: split some DP modesetting code into a separate function
` [PATCH 08/10] drm/i915: check connector->encoder before using it
` [PATCH 09/10] i915: add DP 1.2 MST support (v0.3)
` [PATCH 10/10] i915: mst topology dumper in debugfs
[rong.r.yang@intel.com: [Intel-gfx] How user space applications load registers on HSW?]
2014-05-12 8:02 UTC (2+ messages)
` [Mesa-dev] [rong.r.yang@intel.com: "
3.15-rc5: Regression in i915 driver?
2014-05-12 7:09 UTC (4+ messages)
broken eDP device types
2014-05-11 17:45 UTC (2+ messages)
[PATCH 00/56] [RFCish] Dynamic page table alloc, 64b, and GPU/CPU mirror
2014-05-11 17:33 UTC (58+ messages)
` [PATCH 01/56] drm/i915: Fix flush before context switch comment
` [PATCH 02/56] Revert "drm/i915: Drop I915_PARAM_HAS_FULL_PPGTT again"
` [PATCH 03/56] drm/i915: Prevent signals from interrupting close()
` [PATCH 04/56] drm/i915: Wrap VMA binding
` [PATCH 05/56] drm/i915: Make pin global flags explicit
` [PATCH 06/56] drm/i915: Split out aliasing binds
` [PATCH 07/56] drm/i915: fix gtt_total_entries()
` [PATCH 08/56] drm/i915: Rename to GEN8_LEGACY_PDPES
` [PATCH 09/56] drm/i915: Split out verbose PPGTT dumping
` [PATCH 10/56] drm/i915: s/pd/pdpe, s/pt/pde
` [PATCH 11/56] drm/i915: rename map/unmap to dma_map/unmap
` [PATCH 12/56] drm/i915: Setup less PPGTT on failed pagedir
` [PATCH 13/56] drm/i915: clean up PPGTT init error path
` [PATCH 14/56] drm/i915: Un-hardcode number of page directories
` [PATCH 15/56] drm/i915: Make gen6_write_pdes gen6_map_page_tables
` [PATCH 16/56] drm/i915: Range clearing is PPGTT agnostic
` [PATCH 17/56] drm/i915: Page table helpers, and define renames
` [PATCH 18/56] drm/i915: construct page table abstractions
` [PATCH 19/56] drm/i915: Complete page table structures
` [PATCH 20/56] drm/i915: Create page table allocators
` [PATCH 21/56] drm/i915: Generalize GEN6 mapping
` [PATCH 22/56] drm/i915: Clean up pagetable DMA map & unmap
` [PATCH 23/56] drm/i915: Always dma map page table allocations
` [PATCH 24/56] drm/i915: Consolidate dma mappings
` [PATCH 25/56] drm/i915: Always dma map page directory allocations
` [PATCH 26/56] drm/i915: Track GEN6 page table usage
` [PATCH 27/56] drm/i915: Extract context switch skip logic
` [PATCH 28/56] drm/i915: Force pd restore when PDEs change, gen6-7
` [PATCH 29/56] drm/i915: Finish gen6/7 dynamic page table allocation
` [PATCH 30/56] drm/i915/bdw: Use dynamic allocation idioms on free
` [PATCH 31/56] drm/i915/bdw: pagedirs rework allocation
` [PATCH 32/56] drm/i915/bdw: pagetable allocation rework
` [PATCH 33/56] drm/i915/bdw: Make the pdp switch a bit less hacky
` [PATCH 34/56] drm/i915: num_pd_pages/num_pd_entries isn't useful
` [PATCH 35/56] drm/i915: Extract PPGTT param from pagedir alloc
` [PATCH 36/56] drm/i915/bdw: Split out mappings
` [PATCH 37/56] drm/i915/bdw: begin bitmap tracking
` [PATCH 38/56] drm/i915/bdw: Dynamic page table allocations
` [PATCH 39/56] drm/i915/bdw: Scratch unused pages
` [PATCH 40/56] drm/i915/bdw: Add ppgtt info for dynamic pages
` [PATCH 41/56] drm/i915/bdw: Optimize PDP loads
` [PATCH 42/56] TESTME: Either drop the last patch or fix it
` [PATCH 43/56] drm/i915/bdw: Add dynamic page trace events
` [PATCH 44/56] drm/i915/bdw: Make pdp allocation more dynamic
` [PATCH 45/56] drm/i915/bdw: Abstract PDP usage
` [PATCH 46/56] drm/i915/bdw: implement alloc/teardown for 4lvl
` [PATCH 47/56] drm/i915/bdw: 4 level pages tables
` [PATCH 48/56] drm/i915: Restructure map vs. insert entries
` [PATCH 49/56] drm/i915/bdw: make aliasing PPGTT dynamic
` [PATCH 50/56] drm/i915: Expand error state's address width to 64b
` [PATCH 51/56] drm/i915/bdw: Flip the 48b switch
` [PATCH 52/56] TESTME: GFX_TLB_INVALIDATE_EXPLICIT
` [PATCH 53/56] TESTME: Always force invalidate
` [PATCH 54/56] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl
` [PATCH 55/56] drm/i915: Track userptr VMAs
` [PATCH 56/56] drm/i915/userptr: Mirror GPU addr at ioctl (HACK/POC)
[PATCH] tests/gen7_forcewake_mt: Don't set the GGTT bit in SRM command
2014-05-10 21:11 UTC
[PATCH] drm/i915: Use hash tables for the command parser
2014-05-10 21:10 UTC
[RFC] drm/i915: Add variable gem object size support to i915
2014-05-10 13:42 UTC (3+ messages)
[PATCH v3] drm/i915: Debugfs disable RPS boost and idle
2014-05-10 5:07 UTC (2+ messages)
82845G/GL[Brookdale-G]/GE support for more resolution and external display
2014-05-09 22:05 UTC (2+ messages)
[PATCH] i915: Add module option to support VGA arbiter on HD devices
2014-05-09 20:20 UTC
Problems with 82845G/GL[Brookdale-G]/GE
2014-05-09 20:13 UTC
[PATCH] drm/i915/vlv: reset VLV media force wake request register
2014-05-09 18:54 UTC (4+ messages)
[PATCH] drm/i915: Increase WM memory latency values on SNB with high pixel clock
2014-05-09 17:54 UTC (6+ messages)
` [PATCH v2] drm/i915: Increase WM memory latency values on SNB
` [PATCH v2] drm/i915: Increase WM memory latency values?on SNB
[PATCH v2] drm/i915: Replaced Blitter ring based flips with MMIO flips for VLV
2014-05-09 17:18 UTC (5+ messages)
` [PATCH v3] "
[PATCH v2 0/2] render state initialization (bdw rc6)
2014-05-09 15:15 UTC (5+ messages)
` [PATCH] tools/null_state_gen: generate null render state
[PATCH 00/50] Execlists v2
2014-05-09 13:36 UTC (52+ messages)
` [PATCH 01/50] drm/i915: s/for_each_ring/for_each_active_ring
` [PATCH 02/50] drm/i915: for_each_ring
` [PATCH 03/50] drm/i915: Simplify a couple of functions thanks to for_each_ring
` [PATCH 04/50] drm/i915: Extract trivial parts of ring init (early init)
` [PATCH 05/50] drm/i915: Extract ringbuffer destroy, make destroy & alloc outside accesible
` [PATCH 06/50] drm/i915: s/intel_ring_buffer/intel_engine
` [PATCH 07/50] drm/i915: Split the ringbuffers and the rings
` [PATCH 08/50] drm/i915: Rename functions that mention ringbuffers (meaning rings)
` [PATCH 09/50] drm/i915: Plumb the context everywhere in the execbuffer path
` [PATCH 10/50] drm/i915: s/__intel_ring_advance/intel_ringbuffer_advance_and_submit
` [PATCH 11/50] drm/i915: Write a new set of context-aware ringbuffer management functions
` [PATCH 12/50] drm/i915: Final touches to ringbuffer and context plumbing and refactoring
` [PATCH 13/50] drm/i915: s/write_tail/submit
` [PATCH 14/50] drm/i915: Introduce one context backing object per engine
` [PATCH 15/50] drm/i915: Make i915_gem_create_context outside accessible
` [PATCH 16/50] drm/i915: Option to skip backing object allocation during context creation
` [PATCH 17/50] drm/i915: Extract context backing object allocation
` [PATCH 18/50] drm/i915/bdw: Macro and module parameter for LRCs (Logical Ring Contexts)
` [PATCH 19/50] drm/i915/bdw: New file for Logical Ring Contexts and Execlists
` [PATCH 20/50] drm/i915/bdw: Rework init code for Logical Ring Contexts
` [PATCH 21/50] drm/i915/bdw: A bit more advanced context init/fini
` [PATCH 22/50] drm/i915/bdw: Allocate ringbuffer backing objects for default global LRC
` [PATCH 23/50] drm/i915/bdw: Allocate ringbuffer for user-created LRCs
` [PATCH 24/50] drm/i915/bdw: Populate LR contexts (somewhat)
` [PATCH 25/50] drm/i915/bdw: Deferred creation of user-created LRCs
` [PATCH 26/50] drm/i915/bdw: Allow non-default, non-render, "
` [PATCH 27/50] drm/i915/bdw: Status page for LR contexts
` [PATCH 28/50] drm/i915/bdw: Enable execlists in the hardware
` [PATCH 29/50] drm/i915/bdw: Execlists ring tail writing
` [PATCH 30/50] drm/i915/bdw: LR context ring init
` [PATCH 31/50] drm/i915/bdw: Set the request context information correctly in the LRC case
` [PATCH 32/50] drm/i915/bdw: GEN8 new ring flush
` [PATCH 33/50] drm/i915/bdw: Always write seqno to default context
` [PATCH 34/50] drm/i915/bdw: Implement context switching (somewhat)
` [PATCH 35/50] drm/i915/bdw: Add forcewake lock around ELSP writes
` [PATCH 36/50] drm/i915/bdw: Write the tail pointer, LRC style
` [PATCH 37/50] drm/i915/bdw: Don't write PDP in the legacy way when using LRCs
` [PATCH 38/50] drm/i915/bdw: LR context switch interrupts
` [PATCH 39/50] drm/i915/bdw: Get prepared for a two-stage execlist submit process
` [PATCH 40/50] drm/i915/bdw: Handle context switch events
` [PATCH 41/50] drm/i915/bdw: Start queueing contexts to be submitted
` [PATCH 42/50] drm/i915/bdw: Display execlists info in debugfs
` [PATCH 43/50] drm/i915/bdw: Display context backing obj & ringbuffer "
` [PATCH 44/50] drm/i915/bdw: Print context state "
` [PATCH 45/50] drm/i915/bdw: Document execlists and logical ring contexts
` [PATCH 46/50] drm/i915/bdw: Avoid non-lite-restore preemptions
` [PATCH 47/50] drm/i915/bdw: Make sure gpu reset still works with Execlists
` [PATCH 48/50] drm/i915/bdw: Make sure error capture keeps working "
` [PATCH 49/50] drm/i915/bdw: Help out the ctx switch interrupt handler
` [PATCH 50/50] drm/i915/bdw: Enable logical ring contexts
[PATCH 00/10] Enable RC6/Turbo on CHV
2014-05-09 13:19 UTC (3+ messages)
` [PATCH 03/10] drm/i915/chv: Enable Render Standby (RC6) for Cherryview
[PATCH] drm/i915: Ringbuffer signal func for the second BSD ring
2014-05-09 12:44 UTC
[PATCH] tests/gem_execlist: New test for GEN8 execlist submission
2014-05-09 12:02 UTC
[PATCH] tests/gem_error_capture: Initial testcase for error state capture/dump
2014-05-09 12:07 UTC (13+ messages)
` [PATCH v2] "
[PATCH 0/4] drm/i915: Reorder planes vs. modeset on gmch platforms
2014-05-09 9:28 UTC (11+ messages)
` [PATCH 1/4] drm/i915: Convert gmch platforms over to ilk_crtc_{enable, disable}_planes()
` [PATCH 2/4] drm/i915: Disable/enable planes as the first/last thing during modeset on gmch platforms
` [PATCH 3/4] drm/i915: Kill vblank waits after pipe enable "
` [PATCH 4/4] drm/i915: Move the drm_vblank_on() calls to intel_crtc_enable_planes()
[RFC] libdrm_intel: Add support for userptr objects
2014-05-09 5:30 UTC (3+ messages)
[PATCH] UXA: Wait until a pageflip actually completes to report it
2014-05-08 21:09 UTC (8+ messages)
Broadwell bugs for the next 1.5 weeks
2014-05-08 19:51 UTC
[PATCH 34/71] drm/i915/chv: Implement stolen memory size detection
2014-05-08 19:19 UTC (3+ messages)
` [PATCH v5 34.1/71] "
` [PATCH v5 34.2/71] x86/gpu: Implement stolen memory size early quirk for CHV
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox