Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-14 20:58:41 to 2020-07-15 14:03:50 UTC [more...]

[Intel-gfx] [PATCH 1/2] dma-buf/dma-fence: Trim dma_fence_add_callback()
 2020-07-15 14:03 UTC  (8+ 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 1/2] drm/i915: Remove i915_request.lock requirement for execution callbacks
 2020-07-15 14:00 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2] "

[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] [PULL] drm-intel-next
 2020-07-15 13:33 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-15 13:28 UTC  (68+ 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 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] 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] [PATCH i-g-t 0/2] test/kms_cursor_crc: tie some loose ends in the prepare_crtc
 2020-07-15 13:02 UTC  (5+ 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] 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] drm/i915: Reduce i915_request.lock contention for i915_request_wait
 2020-07-15 12:34 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 01/23] Revert "drm/i915/gem: Async GPU relocations only"
 2020-07-15 11:42 UTC  (4+ 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] [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 v2 00/59] Add support for KeemBay DRM driver
 2020-07-15  1:48 UTC  (62+ messages)
` [Intel-gfx] [PATCH v2 02/59] drm/kmb: Added id to kmb_plane
` [Intel-gfx] [PATCH v2 03/59] drm/kmb: Set correct values in the LAYERn_CFG register
` [Intel-gfx] [PATCH v2 04/59] drm/kmb: Use biwise operators for register definitions
` [Intel-gfx] [PATCH v2 05/59] drm/kmb: Updated kmb_plane_atomic_check
` [Intel-gfx] [PATCH v2 06/59] drm/kmb: Initial check-in for Mipi DSI
` [Intel-gfx] [PATCH v2 07/59] drm/kmb: Set OUT_FORMAT_CFG register
` [Intel-gfx] [PATCH v2 08/59] drm/kmb: Added mipi_dsi_host initialization
` [Intel-gfx] [PATCH v2 09/59] drm/kmb: Part 1 of Mipi Tx Initialization
` [Intel-gfx] [PATCH v2 10/59] drm/kmb: Part 2 "
` [Intel-gfx] [PATCH v2 11/59] drm/kmb: Use correct mmio offset from data book
` [Intel-gfx] [PATCH v2 12/59] drm/kmb: Part3 of Mipi Tx initialization
` [Intel-gfx] [PATCH v2 13/59] drm/kmb: Part4 of Mipi Tx Initialization
` [Intel-gfx] [PATCH v2 14/59] drm/kmb: Correct address offsets for mipi registers
` [Intel-gfx] [PATCH v2 15/59] drm/kmb: Part5 of Mipi Tx Intitialization
` [Intel-gfx] [PATCH v2 16/59] drm/kmb: Part6 of Mipi Tx Initialization
` [Intel-gfx] [PATCH v2 17/59] drm/kmb: Part7 "
` [Intel-gfx] [PATCH v2 18/59] drm/kmb: Part8 "
` [Intel-gfx] [PATCH v2 19/59] drm/kmb: Added ioremap/iounmap for register access
` [Intel-gfx] [PATCH v2 20/59] drm/kmb: Register IRQ for LCD
` [Intel-gfx] [PATCH v2 21/59] drm/kmb: IRQ handlers for LCD and mipi dsi
` [Intel-gfx] [PATCH v2 22/59] drm/kmb: Set hardcoded values to LCD_VSYNC_START
` [Intel-gfx] [PATCH v2 23/59] drm/kmb: Additional register programming to update_plane
` [Intel-gfx] [PATCH v2 24/59] drm/kmb: Add ADV7535 bridge
` [Intel-gfx] [PATCH v2 25/59] drm/kmb: Display clock enable/disable
` [Intel-gfx] [PATCH v2 26/59] drm/kmb: rebase to newer kernel version
` [Intel-gfx] [PATCH v2 27/59] drm/kmb: minor name change to match device tree
` [Intel-gfx] [PATCH v2 28/59] drm/kmb: Changed MMIO size
` [Intel-gfx] [PATCH v2 29/59] drm/kmb: Defer Probe
` [Intel-gfx] [PATCH v2 30/59] drm/kmb: call bridge init in the very beginning
` [Intel-gfx] [PATCH v2 31/59] drm/kmb: Cleanup probe functions
` [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 34/59] drm/kmb: Enable MSS_CAM_CLK_CTRL for LCD and MIPI
` [Intel-gfx] [PATCH v2 35/59] drm/kmb: Remove declaration of irq_lcd/irq_mipi
` [Intel-gfx] [PATCH v2 36/59] drm/kmb: Enable MIPI TX HS Test Pattern Generation
` [Intel-gfx] [PATCH v2 37/59] drm/kmb: Set MSS_CAM_RSTN_CTRL along with enable
` [Intel-gfx] [PATCH v2 38/59] drm/kmb: Mipi DPHY initialization changes
` [Intel-gfx] [PATCH v2 39/59] drm/kmb: Fixed driver unload
` [Intel-gfx] [PATCH v2 40/59] drm/kmb: Added LCD_TEST config
` [Intel-gfx] [PATCH v2 41/59] drm/kmb: Changes for LCD to Mipi
` [Intel-gfx] [PATCH v2 42/59] drm/kmb: Update LCD programming to match MIPI
` [Intel-gfx] [PATCH v2 43/59] drm/kmb: Changed name of driver to kmb-drm
` [Intel-gfx] [PATCH v2 44/59] drm/kmb: Mipi settings from input timings
` [Intel-gfx] [PATCH v2 45/59] drm/kmb: Enable LCD interrupts
` [Intel-gfx] [PATCH v2 46/59] drm/kmb: Enable LCD interrupts during modeset
` [Intel-gfx] [PATCH v2 47/59] drm/kmb: Don’t inadvertantly disable LCD controller
` [Intel-gfx] [PATCH v2 48/59] drm/kmb: SWAP R and B LCD Layer order
` [Intel-gfx] [PATCH v2 49/59] drm/kmb: Disable ping pong mode
` [Intel-gfx] [PATCH v2 50/59] drm/kmb: Do the layer initializations only once
` [Intel-gfx] [PATCH v2 51/59] drm/kmb: Write to LCD_LAYERn_CFG "
` [Intel-gfx] [PATCH v2 52/59] drm/kmb: Cleaned up code
` [Intel-gfx] [PATCH v2 53/59] drm/kmb: disable the LCD layer in EOF irq handler
` [Intel-gfx] [PATCH v2 54/59] drm/kmb: Initialize uninitialized variables
` [Intel-gfx] [PATCH v2 55/59] drm/kmb: Added useful messages in LCD ISR
` [Intel-gfx] [PATCH v2 56/59] kmb/drm: Prune unsupported modes
` [Intel-gfx] [PATCH v2 57/59] drm/kmb: workaround for dma undeflow issue
` [Intel-gfx] [PATCH v2 58/59] drm/kmb: Get System Clock from SCMI
` [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] drm/i915/fbc: Limit cfb to the first 256MiB of stolen on g4x+
 2020-07-15  1:41 UTC  (4+ messages)
` [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] 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 "


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