messages from 2017-02-22 14:53:43 to 2017-02-23 17:52:21 UTC [more...]
[PATCH 1/5] drm/i915: Remove redundant TLB invalidate on switching contexts
2017-02-23 17:52 UTC (6+ messages)
` [PATCH 2/5] drm/i915: Remove redundant TLB invalidate on switching ppgtt
` [PATCH 3/5] drm/i915: Reduce context alignment
` [PATCH 4/5] drm/i915: Suppress context restore w/a when using MI_RESTORE_INHIBIT
` [PATCH 5/5] drm/i915: Suppress switch_mm emission between the same aliasing_ppgtt
` ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915: Remove redundant TLB invalidate on switching contexts
[PATCH 1/3] drm/i915: Refactor code to select the DDI buf translation table
2017-02-23 17:49 UTC (9+ messages)
` [PATCH 2/3] drm/i915: Refactor translate_signal_level()
` [PATCH 3/3] drm/i915: Introduce intel_ddi_dp_voltage_max()
` [PATCH v2 "
[PATCH] drm/i915: Suppress fbc suggestion to increase stolen if disabled
2017-02-23 17:39 UTC (3+ messages)
` ✗ Fi.CI.BAT: warning for "
[PATCH v2 1/2] drm/i915: signal first fence from irq handler if complete
2017-02-23 17:23 UTC (3+ messages)
` [PATCH v2 2/2] drm/i915: Delay disabling the user interrupt for breadcrumbs
` ✗ Fi.CI.BAT: failure for series starting with [v2,1/2] drm/i915: signal first fence from irq handler if complete
[RFC] drm/i915: Temporarily go realtime when polling PCODE
2017-02-23 17:02 UTC (8+ messages)
[PATCH] drm/i915: Split I915_RESET_IN_PROGRESS into two flags
2017-02-23 16:59 UTC
[drm-intel:drm-intel-nightly 1827/1945] drivers/gpu/drm/tinydrm/core/tinydrm-helpers.c:454:2-3: Unneeded semicolon
2017-02-23 16:46 UTC (2+ messages)
` [PATCH] drm/tinydrm: fix semicolon.cocci warnings
[PATCH] drm/i915/execlists: Detect an out-of-order context switch
2017-02-23 16:22 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
Make execbuf fast[er]
2017-02-23 16:18 UTC (16+ messages)
` [PATCH 01/15] drm/i915: Copy user requested buffers into the error state
` [PATCH 02/15] drm/i915: Retire an active batch pool object rather than allocate new
` [PATCH 03/15] drm/i915: Drop spinlocks around adding to the client request list
` [PATCH 04/15] drm/i915: Amalgamate execbuffer parameter structures
` [PATCH 05/15] drm/i915: Use vma->exec_entry as our double-entry placeholder
` [PATCH 06/15] drm/i915: Split vma exec_link/evict_link
` [PATCH 07/15] drm/i915: Stop using obj->obj_exec_link outside of execbuf
` [PATCH 08/15] drm/i915: Store a direct lookup from object handle to vma
` [PATCH 09/15] drm/i915: Pass vma to relocate entry
` [PATCH 10/15] drm/i915: Eliminate lots of iterations over the execobjects array
` [PATCH 11/15] drm/i915: First try the previous execbuffer location
` [PATCH 12/15] drm/i915: Wait upon userptr get-user-pages within execbuffer
` [PATCH 13/15] drm/i915: Remove superfluous i915_add_request_no_flush() helper
` [PATCH 14/15] drm/i915: Allow execbuffer to use the first object as the batch
` [PATCH 15/15] drm/i915: Async GPU relocation processing
[PATCH 0/6] Enable OA unit for Gen 8 and 9 in i915 perf
2017-02-23 15:35 UTC (9+ messages)
` [PATCH 1/6] drm/i915: expose _SLICE_MASK GETPARM
` [PATCH 2/6] drm/i915: expose _SUBSLICE_MASK GETPARM
` [PATCH 3/6] drm/i915: Add uncore mmio api for per-context registers
` [PATCH 4/6] drm/i915: Add 'render basic' Gen8+ OA unit configs
` [PATCH 5/6] drm/i915: Add OA unit support for Gen 8+
` [PATCH 6/6] drm/i915: Add more OA configs for BDW, CHV, SKL + BXT
` ✓ Fi.CI.BAT: success for Enable OA unit for Gen 8 and 9 in i915 perf
[PATCH 0/3] drm/atomic: Make drm_framebuffer_remove atomic, again
2017-02-23 15:24 UTC (7+ messages)
` [PATCH 1/3] drm/atomic: Make disable_all helper fully disable the crtc
` [PATCH 2/3] drm: Convert drm_framebuffer_remove to atomic, v4
` [PATCH 3/3] drm/atomic: Try to preserve the crtc enabled state in drm_atomic_remove_fb
[PATCH] drm/i915: Defer unmasking RPS interrupts until after making adjustments
2017-02-23 15:22 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
Preemption preparation pass phaw
2017-02-23 15:21 UTC (25+ messages)
` [PATCH v4 01/16] drm/i915: Check against the signaled bit for fences/requests
` [PATCH v4 02/16] drm/i915: Keep a global seqno per-engine
` [PATCH v4 03/16] drm/i915: Move reserve_seqno() next to unreserve_seqno()
` [PATCH v4 04/16] drm/i915: Use a local to shorten req->i915->gpu_error.wait_queue
` [PATCH v4 05/16] drm/i915: Add ourselves to the gpu error waitqueue for the entire wait
` [PATCH v4 06/16] drm/i915: Inline __i915_gem_request_wait_for_execute()
` [PATCH v4 07/16] drm/i915: Deconstruct execute fence
` [PATCH v4 08/16] drm/i915: Protect the request->global_seqno with the engine->timeline lock
` [PATCH v4 09/16] drm/i915: Take a reference whilst processing the signaler request
` [PATCH v4 10/16] drm/i915: Allow a request to be cancelled
` [PATCH v4 11/16] drm/i915: Remove the preempted request from the execution queue
` [PATCH v4 12/16] drm/i915: Exercise request cancellation using a mock selftest
` [PATCH v4 13/16] drm/i915: Replace reset_wait_queue with default_wake_function
` [PATCH v4 14/16] drm/i915: Refactor direct GPU reset from request waiters
` [PATCH v4 15/16] drm/i915: Immediately process a reset before starting waiting
` [PATCH v4 16/16] drm/i915: Remove one level of indention from wait-for-execute
` ✓ Fi.CI.BAT: success for series starting with [v4,01/16] drm/i915: Check against the signaled bit for fences/requests
[PATCH v4 0/6] HDMI 2.0: Scrambling in DRM layer
2017-02-23 15:16 UTC (20+ messages)
` [PATCH v4 1/6] drm: Add SCDC helpers
` [PATCH v4 4/6] drm: scrambling support in drm layer
` [PATCH v4 5/6] drm/i915: enable scrambling
` ✓ Fi.CI.BAT: success for HDMI 2.0: Scrambling in DRM layer (rev4)
[PATCH] drm/i915: Distinguish between timeout and error in sideband transactions
2017-02-23 14:52 UTC (2+ messages)
` ✗ Fi.CI.BAT: warning for "
[PATCH i-g-t] tests/kms_concurrent: Concurrent and interruptible subtests for atomic
2017-02-23 13:26 UTC
[PATCH v2 0/4] GLK plane/scaling fixes
2017-02-23 13:25 UTC (14+ messages)
` [PATCH v2 1/4] drm/i915/glk: Fix watermark computations for third sprite plane
` [PATCH v2 2/4] drm/i915/glk: Fix maximum scaling factor for Geminilake scalers
` [PATCH v2 3/4] drm/i915/glk: Pass dev_priv to intel_atomic_setup_scalers()
` [PATCH v2 4/4] drm/i915/glk: Fix Geminilake scalers mode programming
` ✓ Fi.CI.BAT: success for GLK plane/scaling fixes (rev2)
[PATCH] Revert "drm/i915/dp: Ratelimit DP aux timeout messages"
2017-02-23 13:16 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for "
[patch] drm/i915: return false on failure in intel_dp_compute_config()
2017-02-23 11:20 UTC (3+ messages)
[PATCH v2] drm/i915/guc: fix mmio whitelist mmio_start offset and add reminder
2017-02-23 9:36 UTC (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/guc: fix mmio whitelist mmio_start offset and add reminder (rev2)
[PATCH] drm/i915: Remove Braswell GGTT update w/a
2017-02-23 9:33 UTC (6+ messages)
[PATCH] drm/i915: Fix DisplayPort Hotplug
2017-02-23 9:22 UTC (8+ messages)
` [PATCH] drm/i915: Perform link quality check unconditionally during long pulse
` [Intel-gfx] "
[PATCH] drm/i915: Use max(render, media) for Baytrail busyness calculation
2017-02-23 9:21 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH v4 0/8] GuC Scrub vol. 1
2017-02-23 8:38 UTC (21+ messages)
` [PATCH 2/8] drm/i915/uc: Drop superfluous externs in intel_uc.h
` [PATCH 4/8] drm/i915/uc: Rename intel_?uc_init() to intel_?uc_fetch_fw()
` [PATCH 5/8] drm/i915/uc: Make intel_uc_fw_fetch() static
` [PATCH 6/8] drm/i915/guc: Extract param logic form guc_init
` [PATCH 7/8] drm/i915/guc: Simplify intel_guc_init_hw()
` [PATCH 8/8] drm/i915/uc: Simplify firmware path handling
` ✓ Fi.CI.BAT: success for GuC Scrub vol. 1 (rev4)
[PATCH i-g-t 1/2] lib/igt_debugfs: Add functions/tests for controlling/testing HPD storm logic
2017-02-23 7:26 UTC (3+ messages)
` [PATCH i-g-t 2/2] tests/chamelium: Don't sleep so much in basic hpd tests
[PATCH i-g-t] igt/drv_hangman: Fix clear_error_state
2017-02-23 2:42 UTC (6+ messages)
` [PATCH i-g-t v2] "
[lkp-robot] [drm/i915] 5a4c6f1b1b: piglit.igt.drv_hangman.error-state-basic.fail
2017-02-23 1:46 UTC
[PATCH] drm/i915: check status and reply value both in skl_pcode_try_request()
2017-02-23 0:53 UTC (5+ messages)
[PATCH] drm/i915/: DMC 1.04 for Geminilake
2017-02-22 21:22 UTC (2+ messages)
` ✗ Fi.CI.BAT: warning for "
[PATCH v3 0/8] Adding driver-private objects to atomic state
2017-02-22 21:10 UTC (8+ messages)
` [PATCH v3 4/8] drm: Add "
Pre-emption pre-enablement
2017-02-22 20:56 UTC (7+ messages)
` [PATCH v2 13/15] drm/i915: Refactor direct GPU reset from request waiters
` ✗ Fi.CI.BAT: warning for series starting with [v2,01/15] drm/i915: Keep a global seqno per-engine (rev2)
[PATCH] drm/i915: Check against the signaled bit for fences/requests
2017-02-22 20:22 UTC (5+ messages)
` [PATCH v2] "
` ✗ Fi.CI.BAT: warning for drm/i915: Check against the signaled bit for fences/requests (rev2)
[PATCH 1/5] drm/i915/gtt: Prefer i915_vm_is_48bit() over macro
2017-02-22 19:52 UTC (10+ messages)
` [PATCH 2/5] drm/i915: Don't mark pdps clear if pdps are not submitted
` [PATCH 3/5] drm/i915/gtt: Use 32bit instead of legacy
` [PATCH 4/5] drm/i915/gtt: No need to do tlb flush with 48bit vm
` [PATCH 5/5] drm/i915/gtt: Setup vm callbacks late
` ✓ Fi.CI.BAT: success for series starting with [1/5] drm/i915/gtt: Prefer i915_vm_is_48bit() over macro
[PATCH v2 10/15] drm/i915: Remove the preempted request from the execution queue
2017-02-22 18:53 UTC (2+ messages)
` [PATCH v3] "
[PATCH 1/2] drm/i915/selftests: don't leak the gem object
2017-02-22 18:52 UTC (6+ messages)
` [PATCH 2/2] drm/i915: prefer use of i915_gem_object_put
` ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/selftests: don't leak the gem object
[PATCH 0/3] Some minor i915-perf prep changes
2017-02-22 18:22 UTC (5+ messages)
` [PATCH 1/3] drm/i915/perf: improve invalid OA format debug message
` [PATCH 2/3] drm/i915/perf: better pipeline aged/aging tail updates
` [PATCH 3/3] drm/i915/perf: rate limit spurious oa report notice
` ✓ Fi.CI.BAT: success for Some minor i915-perf prep changes
[PATCH 1/2] drm/i915: signal first fence from irq handler if complete
2017-02-22 18:09 UTC (7+ messages)
` [PATCH 2/2] drm/i915: Delay disabling the user interrupt for breadcrumbs
[PATCH] drm/i915/lspcon: Switch back to PCON mode after output replug
2017-02-22 17:52 UTC (3+ messages)
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915/lspcon: Switch back to PCON mode after output replug (rev2)
[PATCH] drm: Add name for DRM_DP_DUAL_MODE_LSPCON
2017-02-22 16:52 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for "
[PATCH] drm/i915: Stop using RP_DOWN_EI on Baytrail
2017-02-22 15:52 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Stop using RP_DOWN_EI on Baytrail (rev2)
[PATCH 0/3] GLK plane/scaling fixes
2017-02-22 14:53 UTC (5+ messages)
` [PATCH 3/3] drm/i915/glk: Fix Geminilake scalers mode programming
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