messages from 2014-08-21 13:59:26 to 2014-08-26 09:33:33 UTC [more...]
[PATCH 0/2] Apply BDW workarounds using LRIs in render init fn
2014-08-26 9:33 UTC (3+ messages)
` [PATCH 1/2] drm/i915/bdw: Apply workarounds in render ring init function
` [PATCH 2/2] drm/i915/bdw: Export workaround data to debugfs
[PATCH 0/2] Apply BDW workarounds using LRIs in render init fn
2014-08-26 9:27 UTC (5+ messages)
` [PATCH 1/2] drm/i915/bdw: Apply workarounds in render ring init function
` [PATCH 2/2] drm/i915/bdw: Export workaround data to debugfs
[PATCH 00/14] drm/i915: edp vdd locking and prep for power sequencer kick
2014-08-26 9:21 UTC (6+ messages)
` [PATCH 07/14] drm/i915: Warn about want_panel_vdd in edp_panel_vdd_off_sync()
[PATCH] drm/i915: fix suspend/resume for GENs w/o runtime PM support
2014-08-26 9:01 UTC (4+ messages)
[PATCH] drm/edid: Reduce horizontal timings for pixel replicated modes
2014-08-26 8:11 UTC (3+ messages)
[PATCH] drm/i915/bdw: Populate lrc with aliasing ppgtt if required
2014-08-26 8:09 UTC (3+ messages)
[PATCH 0/4] drm-intel-collector - update
2014-08-26 8:05 UTC (3+ messages)
` [PATCH 4/4] drm/i915/bdw: Map unused PDPs to a scratch page
[PATCH] drm/i915: FBC flush nuke for BDW
2014-08-26 7:54 UTC (8+ messages)
[PATCH] drm/i915: Print the pipe on which the vblank wait times out
2014-08-26 7:52 UTC (3+ messages)
[PATCH] drm/i915: Use dev_priv as first argument of for_each_pipe()
2014-08-26 7:40 UTC (6+ messages)
[PATCH] drm/i915/ilk: special case enabling of PCU_EVENT interrupt
2014-08-26 7:23 UTC (3+ messages)
Fwd: i915 (possibly): Suspend regression Macbook Pro 15 (late 2013)
2014-08-26 7:17 UTC (2+ messages)
[PATCH] drm/i915: don't check for i830 in vlv specific code
2014-08-26 6:49 UTC (5+ messages)
` Ping: Status of the i830 code?
[PATCH] Merge two subtests for pm_rc6_residency IGT case
2014-08-26 6:38 UTC
[PATCH] drm/i915: Disallow any pinning when kms is enabled
2014-08-26 6:10 UTC (2+ messages)
[PATCH v2] drm/i915: Rework GPU reset sequence to match driver load & thaw
2014-08-26 6:09 UTC (12+ messages)
` [PATCH v3] "
[PATCH 11/43] drm/i915/bdw: Render moot context reset and switch with Execlists
2014-08-26 5:59 UTC (6+ messages)
` [PATCH] "
[PATCH 1/2] tests/pm_psr: Update pm_psr for new psr debug interface
2014-08-25 17:58 UTC (2+ messages)
` [PATCH 2/2] tests/kms_psr_sink_crc: Fix edp_psr debugfs interface run only on HAS_PSR
[PATCH 00/68] Broadwell 48b addressing and prelocations (no relocs)
2014-08-25 22:42 UTC (83+ messages)
` [PATCH 01/68] drm/i915: Split up do_switch
` [PATCH 02/68] drm/i915: Extract l3 remapping out of ctx switch
` [PATCH 03/68] drm/i915/ppgtt: Load address space after mi_set_context
` [PATCH 04/68] drm/i915: Fix another another use-after-free in do_switch
` [PATCH 05/68] drm/i915/ctx: Return earlier on failure
` [PATCH 06/68] drm/i915/error: vma error capture prettyify
` [PATCH 07/68] drm/i915/error: Do a better job of disambiguating VMAs
` [PATCH 08/68] drm/i915/error: Capture vmas instead of BOs
` [PATCH 09/68] drm/i915: Add some extra guards in evict_vm
` [PATCH 10/68] drm/i915: Make an uninterruptible evict
` [PATCH 11/68] drm/i915: More correct (slower) ppgtt cleanup
` [PATCH 12/68] drm/i915: Defer PPGTT cleanup
` [PATCH 13/68] drm/i915/bdw: Enable full PPGTT
` [PATCH 14/68] drm/i915: Get the error state over the wire (HACKish)
` [PATCH 15/68] drm/i915/gen8: Invalidate TLBs before PDP reload
` [PATCH 16/68] drm/i915: Remove false assertion in ppgtt_release
` [PATCH 17/68] Revert "drm/i915/bdw: Use timeout mode for RC6 on bdw"
` [PATCH 18/68] drm/i915/trace: Fix offsets for 64b
` [PATCH 19/68] drm/i915: Wrap VMA binding
` [PATCH 20/68] drm/i915: Make pin global flags explicit
` [PATCH 21/68] drm/i915: Split out aliasing binds
` [PATCH 22/68] drm/i915: fix gtt_total_entries()
` [PATCH 23/68] drm/i915: Rename to GEN8_LEGACY_PDPES
` [PATCH 24/68] drm/i915: Split out verbose PPGTT dumping
` [PATCH 25/68] drm/i915: s/pd/pdpe, s/pt/pde
` [PATCH 26/68] drm/i915: rename map/unmap to dma_map/unmap
` [PATCH 27/68] drm/i915: Setup less PPGTT on failed pagedir
` [PATCH 28/68] drm/i915: clean up PPGTT init error path
` [PATCH 29/68] drm/i915: Un-hardcode number of page directories
` [PATCH 30/68] drm/i915: Make gen6_write_pdes gen6_map_page_tables
` [PATCH 31/68] drm/i915: Range clearing is PPGTT agnostic
` [PATCH 32/68] drm/i915: Page table helpers, and define renames
` [PATCH 33/68] drm/i915: construct page table abstractions
` [PATCH 34/68] drm/i915: Complete page table structures
` [PATCH 35/68] drm/i915: Create page table allocators
` [PATCH 36/68] drm/i915: Generalize GEN6 mapping
` [PATCH 37/68] drm/i915: Clean up pagetable DMA map & unmap
` [PATCH 38/68] drm/i915: Always dma map page table allocations
` [PATCH 39/68] drm/i915: Consolidate dma mappings
` [PATCH 40/68] drm/i915: Always dma map page directory allocations
` [PATCH 41/68] drm/i915: Track GEN6 page table usage
` [PATCH 42/68] drm/i915: Extract context switch skip logic
` [PATCH 43/68] drm/i915: Track page table reload need
` [PATCH 44/68] drm/i915: Initialize all contexts
` [PATCH 45/68] drm/i915: Finish gen6/7 dynamic page table allocation
` [PATCH 46/68] drm/i915/bdw: Use dynamic allocation idioms on free
` [PATCH 47/68] drm/i915/bdw: pagedirs rework allocation
` [PATCH 48/68] drm/i915/bdw: pagetable allocation rework
` [PATCH 49/68] drm/i915/bdw: Make the pdp switch a bit less hacky
` [PATCH 50/68] drm/i915: num_pd_pages/num_pd_entries isn't useful
` [PATCH 51/68] drm/i915: Extract PPGTT param from pagedir alloc
` [PATCH 52/68] drm/i915/bdw: Split out mappings
` [PATCH 53/68] drm/i915/bdw: begin bitmap tracking
` [PATCH 54/68] drm/i915/bdw: Dynamic page table allocations
` [PATCH 55/68] drm/i915/bdw: Make pdp allocation more dynamic
` [PATCH 56/68] drm/i915/bdw: Abstract PDP usage
` [PATCH 57/68] drm/i915/bdw: Add dynamic page trace events
` [PATCH 58/68] drm/i915/bdw: Add ppgtt info for dynamic pages
` [PATCH 59/68] drm/i915/bdw: implement alloc/teardown for 4lvl
` [PATCH 60/68] drm/i915/bdw: Add 4 level switching infrastructure
` [PATCH 61/68] drm/i915/bdw: Generalize PTE writing for GEN8 PPGTT
` [PATCH 62/68] drm/i915: Plumb sg_iter through va allocation ->maps
` [PATCH 63/68] drm/i915: Introduce map and unmap for VMAs
` [PATCH 64/68] drm/i915: Depend exclusively on map and unmap_vma
` [PATCH 65/68] drm/i915: Expand error state's address width to 64b
` [PATCH 66/68] drm/i915/bdw: Flip the 48b switch
` [PATCH 67/68] drm/i915: Provide a soft_pin hook
` [PATCH 68/68] XXX: drm/i915: Unexplained workarounds
` [PATCH 1/2] intel: Split out bo allocation
` [PATCH 2/2] intel: Add prelocation support
` [PATCH] i965: First step toward prelocation
` [Mesa-dev] "
` [PATCH] no_reloc: test case
` [Intel-gfx] [PATCH 00/68] Broadwell 48b addressing and prelocations (no relocs)
3.17.0-rc1: WARNING: CPU: 1 PID: 1 at drivers/gpu/drm/i915/i915_irq.c:139 ironlake_enable_display_irq+0x7f/0x90()
2014-08-25 22:36 UTC (2+ messages)
[PATCH] drm/i915/bdw: Initialize workarounds in render ring init fn
2014-08-25 21:39 UTC (3+ messages)
[PATCH 00/43] Execlists v5
2014-08-25 21:29 UTC (13+ messages)
` [PATCH 27/43] drm/i915/bdw: Render state init for Execlists
` [PATCH 35/43] drm/i915/bdw: Make sure error capture keeps working with Execlists
[PATCH 1/5] drm/i915: Print captured bo for all VM in error state
2014-08-25 21:27 UTC (4+ messages)
` [PATCH 4/5] drm/i915: Suppress a WARN on reading an object back for a GPU hang
[PATCH 0/4] drm/i915: backlight sysfs bl_power and brightness == 0
2014-08-25 21:24 UTC (4+ messages)
` [PATCH 4/4] drm/i915: switch off backlight for backlight class 0 brightness
[PATCH] drm/i915: Idleness detection for DRRS
2014-08-25 21:12 UTC (4+ messages)
[PATCH] drm/i915: fix i915_frequency_info on BDW
2014-08-25 21:03 UTC (5+ messages)
[PATCH 2/2] drm/i915: Add 180 degree primary plane rotation support
2014-08-25 20:50 UTC (11+ messages)
` [PATCH] "
[PATCH 1/2] drm/i915: Updating plane parameters for primary plane in setplane
2014-08-25 20:42 UTC (3+ messages)
[PATCH] drm/i915: Enable vblank interrupts for CRC generation
2014-08-25 13:47 UTC (3+ messages)
[PATCH v2 0/7] Rename DP training vswing/pre-emph defines
2014-08-25 12:55 UTC (3+ messages)
` [Intel-gfx] "
[PATCH] drm/i915: Differentiate between LLC or snooped for the user
2014-08-25 12:34 UTC (2+ messages)
i915: Regression: +4W in idle power use on Macbook Pro 15 (late 2013)
2014-08-25 12:19 UTC (2+ messages)
[PATCH 1/3] drm/i915: Remove DRI1 ring accessors and API
2014-08-25 7:43 UTC (5+ messages)
` [PATCH 2/3] drm/i915: Renames variables and functions that act upon intel_engine_cs
` [PATCH 3/3] drm/i915: s/seqno/request/ tracking inside objects
[REGRESSION BISECTED] backlight control stops workin with 3.14 and later
2014-08-25 7:29 UTC (15+ messages)
[PATCH] drm/i915: Prevent negative relocation deltas from wrapping
2014-08-25 6:32 UTC (4+ messages)
` [Intel-gfx] "
Graphics driver Init code
2014-08-24 20:03 UTC (4+ messages)
[PATCH] drm/i915: Convert a couple more INTEL_INFO-esque macros to be pointer agnostic
2014-08-24 18:35 UTC
Updated drm-intel-testing
2014-08-22 20:46 UTC
[PATCH] igt/gem_workarounds: igt to test workaround registers
2014-08-22 19:42 UTC
[PATCH] drm/i915/dp: Backlight PWM enable before BL Enable assert
2014-08-22 17:12 UTC (6+ messages)
[PATCH 10.1/14] drm/i915: Reset power sequencer pipe tracking when disp2d is off
2014-08-22 14:21 UTC (2+ messages)
` [PATCH v2 "
[PATCH 0/2] Add BDW workarounds using golden render state
2014-08-22 12:10 UTC (5+ messages)
` [PATCH 1/2] drm/i915/bdw: Apply workarounds using the "
[PATCH 1/2] drm/i915: fix panel unlock register mask
2014-08-22 12:04 UTC (6+ messages)
` [PATCH 2/2] drm/i915: improve assert_panel_unlocked
` [PATCH v2 "
[PATCH 1/3] drm/i915: call lpt_init_clock_gating on BDW too
2014-08-21 21:50 UTC (7+ messages)
` [PATCH 2/3] drm/i915: rename gen8_init_clock_gating to broadwell_init_clock_gating
` [PATCH 3/3] drm/i915: send PCI_D3hot adapter opregion message on BDW RPM suspend
[PATCH] drm/i915: Ignore VBT backlight presence check on Acer C720 (4005U)
2014-08-21 16:08 UTC
[PATCH i-g-t] lib/fb: Assert, instead of silently failing, when creating fbs
2014-08-21 14:02 UTC
[PATCH i-g-t] lib/fb: Replace straight igt_fail() by asserts with debug messages
2014-08-21 14:01 UTC
[PATCH i-g-t 00/16] Use a tiling format in fb creation functions
2014-08-21 13:59 UTC (13+ messages)
` [PATCH 05/16] kms_flip: Adjust to the new igt_create_fb*() API
` [PATCH 06/16] kms_flip_tiling: Adjust to the new igt_create_.*fb() API
` [PATCH 07/16] kms_mmio_vs_cs_flip: "
` [PATCH 08/16] kms_pipe_crc_basic: Adjust to the new igt_create.*fb() API
` [PATCH 09/16] kms_plane: "
` [PATCH 10/16] kms_psr_sink_crc: "
` [PATCH 11/16] kms_render: "
` [PATCH 12/16] kms_setmode: Adjust to the "
` [PATCH 13/16] kms_sink_crc_basic: Adjust to the new "
` [PATCH 14/16] pm_lpsp: "
` [PATCH 15/16] pm_rpm: Adjust to the new igt_create*fb() API
` [PATCH 16/16] testdisplay: Make the desired tiling mode an unsigned int
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