messages from 2020-07-14 14:56:07 to 2020-07-15 11:52:32 UTC [more...]
[Intel-gfx] [PATCH 01/66] drm/i915: Reduce i915_request.lock contention for i915_request_wait
2020-07-15 11:51 UTC (29+ messages)
` [Intel-gfx] [PATCH 02/66] drm/i915: Remove i915_request.lock requirement for execution callbacks
` [Intel-gfx] [PATCH 04/66] drm/i915: Add a couple of missing i915_active_fini()
` [Intel-gfx] [PATCH 10/66] drm/i915: Soften the tasklet flush frequency before waits
` [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 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 23/66] drm/i915/gem: Include cmdparser in common execbuf pinning
` [Intel-gfx] [PATCH 26/66] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 31/66] drm/i915/gt: Acquire backing storage for the context
` [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 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 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 48/66] drm/i915: Strip out internal priorities
` [Intel-gfx] [PATCH 50/66] drm/i915: Replace engine->schedule() with a known request operation
` [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 61/66] drm/i915/gt: Support creation of 'internal' rings
` [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] sw_sync deadlock avoidance, take 3
2020-07-15 11:47 UTC (11+ 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] [PATCH 01/23] Revert "drm/i915/gem: Async GPU relocations only"
2020-07-15 11:42 UTC (7+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/23] Revert "drm/i915/gem: Async GPU relocations only" (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
` [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 00/25] dma-fence annotations, round 3
2020-07-15 9:17 UTC (12+ messages)
` [Intel-gfx] [PATCH 04/25] drm/vkms: Annotate vblank timer
` [Intel-gfx] [PATCH 19/25] drm/amdgpu: s/GFP_KERNEL/GFP_ATOMIC in scheduler code
[Intel-gfx] [PATCH 1/2] dma-buf/dma-fence: Trim dma_fence_add_callback()
2020-07-15 11:17 UTC (3+ 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] [PATCH v12 0/3] drm/i915: timeline semaphore support
2020-07-15 11:11 UTC (2+ messages)
[Intel-gfx] [PATCH] drm/i915: Reduce i915_request.lock contention for i915_request_wait
2020-07-15 10:50 UTC
[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 (9+ messages)
` [Intel-gfx] [PATCH 2/3] dma-buf/sw_sync: Separate signal/timeline locks
` [Intel-gfx] [PATCH v2] "
` [Intel-gfx] [PATCH 3/3] dma-buf/selftests: Add locking selftests for sw_sync
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] dma-buf/sw_sync: Avoid recursive lock during fence signal. (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
[Intel-gfx] [PATCH] drm/i915/gt: Trace placement of timeline HWSP
2020-07-15 7:43 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[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 (63+ messages)
` [Intel-gfx] [PATCH v2 01/59] drm/kmb: Add support for KeemBay Display
` [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 (10+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.BUILD: warning "
` [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] drm/i915/tgl+: Fix Combo PHY DPLL fractional divider for 38.4MHz ref clock
2020-07-15 0:55 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v5 1/2] drm/i915/display: Implement HOBL
2020-07-14 22:43 UTC (4+ messages)
[Intel-gfx] [PATCH 0/1] Allow privileged user to map the OA buffer
2020-07-14 20:24 UTC (5+ messages)
` [Intel-gfx] [PATCH 1/1] drm/i915/perf: Map OA buffer to user space
[Intel-gfx] [PATCH] drm/i915: Avoid modeset when content protection changes
2020-07-14 20:15 UTC (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [RFC 00/60] DG1 LMEM enabling
2020-07-14 19:26 UTC (7+ messages)
` [Intel-gfx] [RFC 53/60] drm/i915: Create stolen memory region from local memory
[Intel-gfx] [PATCH 1/2] drm/i915/ddi: Don't frob the DP link scramble disabling flag
2020-07-14 18:17 UTC (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/ddi: Don't rewrite DDI_BUF_CTL reg during DP link training
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] drm/i915/ddi: Don't frob the DP link scramble disabling flag
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v2] drm/i915/selftest: Fix an error code in live_noa_gpr()
2020-07-14 18:12 UTC (5+ messages)
[Intel-gfx] [PATCH 1/4] drm/i915: Pack struct intel_cdclk_vals
2020-07-14 18:09 UTC (9+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915: Fix some whitespace
` [Intel-gfx] [PATCH 3/4] drm/i915: Make i830 .get_cdclk() assignment less confusing
` [Intel-gfx] [PATCH 4/4] drm/i915: Nuke force_min_cdclk_changed
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/4] drm/i915: Pack struct intel_cdclk_vals
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH 03/25] dma-buf.rst: Document why idenfinite fences are a bad idea
2020-07-14 17:46 UTC (3+ messages)
` [Intel-gfx] [PATCH 1/2] dma-buf.rst: Document why indefinite "
[Intel-gfx] [PATCH] drm/i915/selftest: Fix an error code in live_noa_gpr()
2020-07-14 17:07 UTC (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftest: Fix an error code in live_noa_gpr() (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "
[Intel-gfx] [PATCH v4 1/5] drm/i915: Add enable/disable flip done and flip done handler
2020-07-14 17:04 UTC (4+ messages)
` [Intel-gfx] [RFC PATCH] drm/i915: g4x_get_flip_counter() can be static
[Intel-gfx] s/obj->mm.lock//
2020-07-14 15:21 UTC (7+ messages)
` [Intel-gfx] [PATCH 12/20] drm/i915/gem: Asynchronous GTT unbinding
` [Intel-gfx] [PATCH 13/20] drm/i915/gem: Bind the fence async for execbuf
[Intel-gfx] [PATCH] drm/i915/gt: Assert the kernel context is using the HWSP
2020-07-14 15:04 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "
[Intel-gfx] [PATCH 0/9] drm: Add privacy-screen class and connector properties
2020-07-14 15:00 UTC (4+ messages)
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