messages from 2020-07-14 21:00:58 to 2020-07-15 22:40:35 UTC [more...]
[Intel-gfx] [PATCH v6 01/11] HAX to make DSC work on the icelake test system
2020-07-15 22:42 UTC (8+ messages)
` [Intel-gfx] [PATCH v6 02/11] drm/i915: Remove hw.mode
` [Intel-gfx] [PATCH v6 04/11] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3
` [Intel-gfx] [PATCH v6 05/11] drm/i915: Try to make bigjoiner work in atomic check
` [Intel-gfx] [PATCH v6 06/11] drm/i915: Enable big joiner support in enable and disable sequences
` [Intel-gfx] [PATCH v6 07/11] drm/i915: Make hardware readout work on i915
` [Intel-gfx] [PATCH v6 08/11] drm/i915: Link planes in a bigjoiner configuration, v3
` [Intel-gfx] [PATCH v6 10/11] drm/i915: Add intel_update_bigjoiner handling
[Intel-gfx] [PATCH] Revert "Revert "drm/i915/dp: Correctly advertise HBR3 for GEN11+""
2020-07-15 22:18 UTC (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915/selftests: Mock the status_page.vma for the kernel_context
2020-07-15 20:02 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
2020-07-15 19:55 UTC (75+ messages)
` [Intel-gfx] [PATCH 02/66] drm/i915: Remove i915_request.lock requirement for execution callbacks
` [Intel-gfx] [PATCH 03/66] drm/i915: Remove requirement for holding i915_request.lock for breadcrumbs
` [Intel-gfx] [PATCH 04/66] drm/i915: Add a couple of missing i915_active_fini()
` [Intel-gfx] [PATCH 05/66] drm/i915: Skip taking acquire mutex for no ref->active callback
` [Intel-gfx] [PATCH 06/66] drm/i915: Export a preallocate variant of i915_active_acquire()
` [Intel-gfx] [PATCH 07/66] drm/i915: Keep the most recently used active-fence upon discard
` [Intel-gfx] [PATCH 08/66] drm/i915: Make the stale cached active node available for any timeline
` [Intel-gfx] [PATCH 09/66] drm/i915: Provide a fastpath for waiting on vma bindings
` [Intel-gfx] [PATCH 10/66] drm/i915: Soften the tasklet flush frequency before waits
` [Intel-gfx] [PATCH 11/66] drm/i915: Preallocate stashes for vma page-directories
` [Intel-gfx] [PATCH 12/66] drm/i915: Switch to object allocations for page directories
` [Intel-gfx] [PATCH 13/66] drm/i915/gem: Don't drop the timeline lock during execbuf
` [Intel-gfx] [PATCH 14/66] drm/i915/gem: Rename execbuf.bind_link to unbound_link
` [Intel-gfx] [PATCH 15/66] drm/i915/gem: Break apart the early i915_vma_pin from execbuf object lookup
` [Intel-gfx] [PATCH 16/66] drm/i915/gem: Remove the call for no-evict i915_vma_pin
` [Intel-gfx] [PATCH 17/66] drm/i915: Add list_for_each_entry_safe_continue_reverse
` [Intel-gfx] [PATCH 18/66] drm/i915: Always defer fenced work to the worker
` [Intel-gfx] [PATCH 19/66] drm/i915/gem: Assign context id for async work
` [Intel-gfx] [PATCH 20/66] drm/i915/gem: Separate the ww_mutex walker into its own list
` [Intel-gfx] [PATCH 21/66] drm/i915/gem: Asynchronous GTT unbinding
` [Intel-gfx] [PATCH 22/66] drm/i915/gem: Bind the fence async for execbuf
` [Intel-gfx] [PATCH 23/66] drm/i915/gem: Include cmdparser in common execbuf pinning
` [Intel-gfx] [PATCH 24/66] drm/i915/gem: Include secure batch "
` [Intel-gfx] [PATCH 25/66] drm/i915/gem: Reintroduce multiple passes for reloc processing
` [Intel-gfx] [PATCH 26/66] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 27/66] drm/i915/gem: Pull execbuf dma resv under a single critical section
` [Intel-gfx] [PATCH 28/66] drm/i915/gem: Replace i915_gem_object.mm.mutex with reservation_ww_class
` [Intel-gfx] [PATCH 29/66] drm/i915: Hold wakeref for the duration of the vma GGTT binding
` [Intel-gfx] [PATCH 30/66] drm/i915: Specialise "
` [Intel-gfx] [PATCH 31/66] drm/i915/gt: Acquire backing storage for the context
` [Intel-gfx] [PATCH 32/66] drm/i915/gt: Push the wait for the context to bound to the request
` [Intel-gfx] [PATCH 33/66] drm/i915: Remove unused i915_gem_evict_vm()
` [Intel-gfx] [PATCH 34/66] drm/i915/gt: Decouple completed requests on unwind
` [Intel-gfx] [PATCH 35/66] drm/i915/gt: Check for a completed last request once
` [Intel-gfx] [PATCH 36/66] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] [PATCH 37/66] drm/i915/gt: Free stale request on destroying the virtual engine
` [Intel-gfx] [PATCH 38/66] drm/i915/gt: Use virtual_engine during execlists_dequeue
` [Intel-gfx] [PATCH 39/66] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 40/66] drm/i915/gt: Defer schedule_out until after the next dequeue
` [Intel-gfx] [PATCH 41/66] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 42/66] drm/i915/gt: Simplify virtual engine handling for execlists_hold()
` [Intel-gfx] [PATCH 43/66] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] [PATCH 44/66] drm/i915/gt: Drop atomic for engine->fw_active tracking
` [Intel-gfx] [PATCH 45/66] drm/i915/gt: Extract busy-stats for ring-scheduler
` [Intel-gfx] [PATCH 46/66] drm/i915/gt: Convert stats.active to plain unsigned int
` [Intel-gfx] [PATCH 47/66] drm/i915: Lift waiter/signaler iterators
` [Intel-gfx] [PATCH 48/66] drm/i915: Strip out internal priorities
` [Intel-gfx] [PATCH 49/66] drm/i915: Remove I915_USER_PRIORITY_SHIFT
` [Intel-gfx] [PATCH 50/66] drm/i915: Replace engine->schedule() with a known request operation
` [Intel-gfx] [PATCH 51/66] drm/i915/gt: Do not suspend bonded requests if one hangs
` [Intel-gfx] [PATCH 52/66] drm/i915: Teach the i915_dependency to use a double-lock
` [Intel-gfx] [PATCH 53/66] drm/i915: Restructure priority inheritance
` [Intel-gfx] [PATCH 54/66] drm/i915/gt: Remove timeslice suppression
` [Intel-gfx] [PATCH 55/66] drm/i915: Fair low-latency scheduling
` [Intel-gfx] [PATCH] "
` [Intel-gfx] [PATCH 56/66] drm/i915/gt: Specify a deadline for the heartbeat
` [Intel-gfx] [PATCH 57/66] drm/i915: Replace the priority boosting for the display with a deadline
` [Intel-gfx] [PATCH 58/66] drm/i915: Move saturated workload detection to the GT
` [Intel-gfx] [PATCH 59/66] Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
` [Intel-gfx] [PATCH 60/66] drm/i915/gt: Couple tasklet scheduling for all CS interrupts
` [Intel-gfx] [PATCH 61/66] drm/i915/gt: Support creation of 'internal' rings
` [Intel-gfx] [PATCH 62/66] drm/i915/gt: Use client timeline address for seqno writes
` [Intel-gfx] [PATCH 63/66] drm/i915/gt: Infrastructure for ring scheduling
` [Intel-gfx] [PATCH 64/66] drm/i915/gt: Implement ring scheduler for gen6/7
` [Intel-gfx] [PATCH 65/66] drm/i915/gt: Enable ring scheduling "
` [Intel-gfx] [PATCH 66/66] drm/i915/gem: Remove timeline nesting from snb relocs
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH] drm/i915: Be wary of data races when reading the active execlists
2020-07-15 19:22 UTC (2+ messages)
[Intel-gfx] [PATCH 1/2] drm/i915: Remove i915_request.lock requirement for execution callbacks
2020-07-15 18:47 UTC (8+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2] drm/i915: Remove i915_request.lock requirement for execution callbacks (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v2 00/59] Add support for KeemBay DRM driver
2020-07-15 18:38 UTC (14+ messages)
` [Intel-gfx] [PATCH v2 32/59] drm/kmb: Revert dsi_host back to a static variable
` [Intel-gfx] [PATCH v2 33/59] drm/kmb: Initialize clocks for clk_msscam, clk_mipi_ecfg, & clk_mipi_cfg
` [Intel-gfx] [PATCH v2 55/59] drm/kmb: Added useful messages in LCD ISR
` [Intel-gfx] [PATCH v2 57/59] drm/kmb: workaround for dma undeflow issue
` [Intel-gfx] [PATCH v2 59/59] drm/kmb: work around for planar formats
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add support for KeemBay DRM driver
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH CI] drm/i915/display: Implement HOBL
2020-07-15 18:37 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PATCH] drm/i915/gt: Only transfer the virtual context to the new engine if active
2020-07-15 18:09 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
[Intel-gfx] [PULL] drm-misc-fixes
2020-07-15 17:17 UTC
[Intel-gfx] [PATCH i-g-t 0/2] test/kms_cursor_crc: tie some loose ends in the prepare_crtc
2020-07-15 16:22 UTC (6+ messages)
` [Intel-gfx] [PATCH i-g-t 1/2] test/kms_cursor_crc: release old pipe_crc before create a new one
` [Intel-gfx] [PATCH i-g-t 2/2] test/kms_cursor_crc: align the start of the CRC capture to a vblank
[Intel-gfx] [PATCH] drm/i915: Reduce i915_request.lock contention for i915_request_wait
2020-07-15 16:11 UTC (8+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915/fbc: Limit cfb to the first 256MiB of stolen on g4x+
2020-07-15 15:17 UTC (8+ messages)
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/fbc: Limit cfb to the first 256MiB of stolen on g4x+ (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 1/2] dma-buf/dma-fence: Trim dma_fence_add_callback()
2020-07-15 14:46 UTC (10+ messages)
` [Intel-gfx] [PATCH 2/2] dma-buf/dma-fence: Add quick tests before dma_fence_remove_callback
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] dma-buf/dma-fence: Trim dma_fence_add_callback()
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH 01/23] Revert "drm/i915/gem: Async GPU relocations only"
2020-07-15 14:06 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/23] Revert "drm/i915/gem: Async GPU relocations only" (rev3)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PULL] drm-intel-next
2020-07-15 14:05 UTC (3+ messages)
[Intel-gfx] [PATCH 00/25] dma-fence annotations, round 3
2020-07-15 13:51 UTC (10+ messages)
` [Intel-gfx] [PATCH 08/25] drm/malidp: Annotate dma-fence critical section in commit path
` [Intel-gfx] [PATCH 19/25] drm/amdgpu: s/GFP_KERNEL/GFP_ATOMIC in scheduler code
[Intel-gfx] [PATCH v5 1/2] drm/i915/display: Implement HOBL
2020-07-15 13:45 UTC (5+ messages)
[Intel-gfx] Fixes that failed to apply to v5.8-rc5
2020-07-15 13:16 UTC
[Intel-gfx] [PATCH i-g-t 0/2] minor improvements to the kms_cursor_crc doc and some comments cleanup
2020-07-15 13:15 UTC (2+ messages)
[Intel-gfx] [PULL] drm-intel-fixes
2020-07-15 13:08 UTC
[Intel-gfx] sw_sync deadlock avoidance, take 3
2020-07-15 12:37 UTC (13+ messages)
` [Intel-gfx] [PATCH 1/2] dma-buf/sw_sync: Avoid recursive lock during fence signal
` [Intel-gfx] [PATCH 2/2] dma-buf/selftests: Add locking selftests for sw_sync
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] dma-buf/sw_sync: Avoid recursive lock during fence signal
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v8 00/12] Introduce CAP_PERFMON to secure system performance monitoring and observability
2020-07-14 15:27 UTC (10+ messages)
[Intel-gfx] [PATCH v12 0/3] drm/i915: timeline semaphore support
2020-07-15 11:11 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v2
2020-07-15 10:49 UTC (2+ messages)
` [Intel-gfx] [PATCH] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v3
[Intel-gfx] sw_sync callback deadlock
2020-07-15 9:25 UTC (8+ messages)
` [Intel-gfx] [PATCH v2 1/3] dma-buf/sw_sync: Avoid recursive lock during fence signal
` [Intel-gfx] [PATCH v2 2/3] dma-buf/sw_sync: Separate signal/timeline locks
` [Intel-gfx] [PATCH v2 3/3] dma-buf/selftests: Add locking selftests for sw_sync
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/3] dma-buf/sw_sync: Avoid recursive lock during fence signal
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH -next] drm/i915: Remove unused inline function drain_delayed_work()
2020-07-15 9:06 UTC (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 1/3] dma-buf/sw_sync: Avoid recursive lock during fence signal
2020-07-15 8:57 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/gt: Trace placement of timeline HWSP
2020-07-15 7:43 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915/display: remove debug message from error path
2020-07-15 2:34 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH] drm/i915/tgl+: Fix Combo PHY DPLL fractional divider for 38.4MHz ref clock
2020-07-15 0:55 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
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