Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-16 10:50:02 to 2020-11-17 22:56:31 UTC [more...]

[Intel-gfx] [PATCH 01/28] drm/i915/selftests: Improve granularity for mocs reset checks
 2020-11-17 22:56 UTC  (41+ messages)
` [Intel-gfx] [PATCH 02/28] drm/i915/selftests: Small tweak to put the termination conditions together
` [Intel-gfx] [PATCH 03/28] drm/i915/gem: Drop free_work for GEM contexts
` [Intel-gfx] [PATCH 04/28] drm/i915/gt: Ignore dt==0 for reporting underflows
` [Intel-gfx] [PATCH 05/28] drm/i915/gt: Track the overall busy time
` [Intel-gfx] [PATCH 06/28] drm/i915/gt: Include semaphore status in print_request()
` [Intel-gfx] [PATCH 07/28] drm/i915: Lift i915_request_show()
` [Intel-gfx] [PATCH 08/28] drm/i915/gt: Show all active timelines for debugging
` [Intel-gfx] [PATCH 09/28] drm/i915: Lift waiter/signaler iterators
` [Intel-gfx] [PATCH 10/28] drm/i915: Show timeline dependencies for debug
` [Intel-gfx] [PATCH 11/28] drm/i915/gt: Defer enabling the breadcrumb interrupt to after submission
` [Intel-gfx] [PATCH 12/28] drm/i915/gt: Track signaled breadcrumbs outside of the breadcrumb spinlock
` [Intel-gfx] [PATCH 13/28] drm/i915/gt: Don't cancel the interrupt shadow too early
` [Intel-gfx] [PATCH 14/28] drm/i915/gt: Free stale request on destroying the virtual engine
` [Intel-gfx] [PATCH 15/28] drm/i915/gt: Protect context lifetime with RCU
` [Intel-gfx] [PATCH 16/28] drm/i915/gt: Split the breadcrumb spinlock between global and contexts
` [Intel-gfx] [PATCH 17/28] drm/i915/gt: Move the breadcrumb to the signaler if completed upon cancel
` [Intel-gfx] [PATCH 18/28] drm/i915/gt: Decouple completed requests on unwind
` [Intel-gfx] [PATCH 19/28] drm/i915/gt: Check for a completed last request once
` [Intel-gfx] [PATCH 20/28] drm/i915/gt: Replace direct submit with direct call to tasklet
` [Intel-gfx] [PATCH 21/28] drm/i915/gt: ce->inflight updates are now serialised
` [Intel-gfx] [PATCH 22/28] drm/i915/gt: Use virtual_engine during execlists_dequeue
` [Intel-gfx] [PATCH 23/28] drm/i915/gt: Decouple inflight virtual engines
` [Intel-gfx] [PATCH 24/28] drm/i915/gt: Defer schedule_out until after the next dequeue
` [Intel-gfx] [PATCH 25/28] drm/i915/gt: Remove virtual breadcrumb before transfer
` [Intel-gfx] [PATCH 26/28] drm/i915/gt: Shrink the critical section for irq signaling
` [Intel-gfx] [PATCH 27/28] drm/i915/gt: Resubmit the virtual engine on schedule-out
` [Intel-gfx] [PATCH 28/28] drm/i915/gt: Simplify virtual engine handling for execlists_hold()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/28] drm/i915/selftests: Improve granularity for mocs reset checks
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] i915/gem_flink_race: Fix error in buffer usage
 2020-11-17 22:28 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/perf: workaround register corruption in OATAILPTR
 2020-11-17 22:11 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/gem: Remove incorrect early dbg print
 2020-11-17 21:36 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 1/8] drm/i915/gt: Lock intel_engine_apply_whitelist with uncore->lock
 2020-11-17 20:34 UTC  (12+ messages)
` [Intel-gfx] [PATCH 2/8] drm/i915/gt: Refactor _wa_add to reuse wa_index and wa_list_grow
` [Intel-gfx] [PATCH 3/8] drm/i915/gt: Check for conflicting RING_NONPRIV
` [Intel-gfx] [PATCH 4/8] drm/i915/gt: Enable dynamic adjustment of RING_NONPRIV
` [Intel-gfx] [PATCH 5/8] drm/i915/perf: Ensure observation logic is not clock gated
` [Intel-gfx] [PATCH 6/8] drm/i915/perf: Whitelist OA report trigger registers
` [Intel-gfx] [PATCH 7/8] drm/i915/perf: Whitelist OA counter and buffer registers
` [Intel-gfx] [PATCH 8/8] drm/i915/perf: Map OA buffer to user space for gen12 performance query
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/8] drm/i915/gt: Lock intel_engine_apply_whitelist with uncore->lock

[Intel-gfx] [CI 00/15] Rebased remaining big joiner series
 2020-11-17 19:47 UTC  (16+ messages)
` [Intel-gfx] [CI 01/15] drm/i915: Copy the plane hw state directly for Y planes
` [Intel-gfx] [CI 02/15] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3
` [Intel-gfx] [CI 03/15] drm/i915: Try to make bigjoiner work in atomic check
` [Intel-gfx] [CI 04/15] drm/i915/dp: Modify VDSC helpers to configure DSC for Bigjoiner slave
` [Intel-gfx] [CI 05/15] drm/i915/dp: Master/Slave enable/disable sequence for bigjoiner
` [Intel-gfx] [CI 06/15] drm/i915: HW state readout for Bigjoiner case
` [Intel-gfx] [CI 07/15] drm/i915: Add crtcs affected by bigjoiner to the state
` [Intel-gfx] [CI 08/15] drm/i915: Add planes "
` [Intel-gfx] [CI 09/15] drm/i915: Get the uapi state from the correct plane when bigjoiner is used
` [Intel-gfx] [CI 10/15] drm/i915: Add bigjoiner aware plane clipping checks
` [Intel-gfx] [CI 11/15] drm/i915: Add debugfs dumping for bigjoiner, v3
` [Intel-gfx] [CI 12/15] drm/i915: Disable legacy cursor fastpath for bigjoiner
` [Intel-gfx] [CI 13/15] drm/i915: Fix cursor src/dst rectangle with bigjoiner
` [Intel-gfx] [CI 14/15] drm/i915: Add bigjoiner state dump
` [Intel-gfx] [CI 15/15] drm/i915: Enable bigjoiner

[Intel-gfx] [PATCH 00/21] Introduce Alderlake-S
 2020-11-17 19:33 UTC  (27+ messages)
` [Intel-gfx] [PATCH 01/21] drm/i915/dg1: Enable ports
` [Intel-gfx] [PATCH 02/21] drm/i915/tgl: Fix macros for TGL SOC based WA
` [Intel-gfx] [PATCH 03/21] drm/i915/adl_s: Add ADL-S platform info and PCI ids
` [Intel-gfx] [PATCH 04/21] x86/gpu: add ADL_S stolen memory support
` [Intel-gfx] [PATCH 05/21] drm/i915/adl_s: Add PCH support
` [Intel-gfx] [PATCH 06/21] drm/i915/adl_s: Add Interrupt Support
` [Intel-gfx] [PATCH 07/21] drm/i915/adl_s: Add PHYs for Alderlake S
` [Intel-gfx] [PATCH 08/21] drm/i915/adl_s: Configure DPLL for ADL-S
` [Intel-gfx] [PATCH 09/21] drm/i915/adl_s: Configure Port clock registers "
` [Intel-gfx] [PATCH 10/21] drm/i915/adl_s: Add HTI support and initialize display "
` [Intel-gfx] [PATCH 11/21] drm/i915/adl_s: Add adl-s ddc pin mapping
` [Intel-gfx] [PATCH 12/21] drm/i915/adl_s: Add vbt port and aux channel settings for adls
` [Intel-gfx] [PATCH 13/21] drm/i915/adl_s: Update combo PHY master/slave relationships
` [Intel-gfx] [PATCH 14/21] drm/i915/adl_s: Update PHY_MISC programming
` [Intel-gfx] [PATCH 15/21] drm/i915/adl_s: Add display, gt, ctx and ADL-S
` [Intel-gfx] [PATCH 16/21] drm/i915/adl_s: MCHBAR memory info registers are moved
` [Intel-gfx] [PATCH 17/21] drm/i915/adl_s: Add power wells
` [Intel-gfx] [PATCH 18/21] drm/i915/adl_s: Re-use TGL GuC/HuC firmware
` [Intel-gfx] [PATCH 19/21] drm/i915/display: Add HAS_D12_PLANE_MINIMIZATION
` [Intel-gfx] [PATCH 20/21] drm/i915/adl_s: Load DMC
` [Intel-gfx] [PATCH 21/21] drm/i915/adl_s: Update memory bandwidth parameters

[Intel-gfx] [PATCH 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-17 19:09 UTC  (25+ messages)
` [Intel-gfx] [PATCH 05/27] drm/i915/pxp: Enable ioctl action to set the ring3 context
` [Intel-gfx] [PATCH 06/27] drm/i915: Rename the whitelist to allowlist
` [Intel-gfx] [PATCH 07/27] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [PATCH 10/27] drm/i915/pxp: Enable ioctl action to reserve session slot
` [Intel-gfx] [PATCH 20/27] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH 22/27] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [PATCH 23/27] mei: bus: enable pavp device
` [Intel-gfx] [PATCH 25/27] drm/i915/uapi: introduce drm_i915_gem_create_ext for TGL

[Intel-gfx] [PATCH] drm/i915/phy: Quieten state loss across suspend
 2020-11-17 17:40 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/lspcon: enter standby mode to enhance power saving
 2020-11-17 16:29 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v2] drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platforms
 2020-11-17 16:06 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Tweaked Wa_14010685332 for PCHs used on gen11 platforms (rev4)

[Intel-gfx] [PATCH 00/23] drm/i915: Big bigjoiner series
 2020-11-17 15:52 UTC  (33+ messages)
` [Intel-gfx] [PATCH 01/23] drm/i915: Copy the plane hw state directly for Y planes
` [Intel-gfx] [PATCH 11/23] drm/i915: Try to make bigjoiner work in atomic check
` [Intel-gfx] [PATCH 13/23] drm/i915/dp: Master/Slave enable/disable sequence for bigjoiner
` [Intel-gfx] [PATCH 14/23] drm/i915: HW state readout for Bigjoiner case
` [Intel-gfx] [PATCH 15/23] drm/i915: Add crtcs affected by bigjoiner to the state
` [Intel-gfx] [PATCH 16/23] drm/i915: Add planes "
` [Intel-gfx] [PATCH 17/23] drm/i915: Get the uapi state from the correct plane when bigjoiner is used
` [Intel-gfx] [PATCH 18/23] drm/i915: Add bigjoiner aware plane clipping checks
` [Intel-gfx] [PATCH 19/23] drm/i915: Add debugfs dumping for bigjoiner, v3
` [Intel-gfx] [PATCH 20/23] drm/i915: Disable legacy cursor fastpath for bigjoiner
` [Intel-gfx] [PATCH 21/23] drm/i915: Fix cursor src/dst rectangle with bigjoiner
` [Intel-gfx] [PATCH 22/23] drm/i915: Add bigjoiner state dump
` [Intel-gfx] [PATCH 23/23] drm/i915: Enable bigjoiner

[Intel-gfx] [PATCH] drm/i915: Register DMAR fault handler
 2020-11-17 15:46 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix the DDI encoder names
 2020-11-17 15:40 UTC 

[Intel-gfx] [PATCH v3 00/19] drm/i915: Futher cleanup around hpd pins and port identfiers
 2020-11-17 15:23 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 03/19] drm/i915: Give DDI encoders even better names

[Intel-gfx] Does the intel driver support faking a connected monitor?
 2020-11-17 14:52 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/rkl: new rkl ddc map for different PCH
 2020-11-17 14:26 UTC  (3+ messages)
` [Intel-gfx] [PATCH v4] "
` [Intel-gfx] [PATCH v5] "

[Intel-gfx] [PATCH i-g-t] gem_wsim: Implement device selection
 2020-11-17 14:06 UTC  (7+ messages)
` [Intel-gfx] [PATCH i-g-t v2] "
  ` [Intel-gfx] [igt-dev] "

[Intel-gfx] [PATCH stable-5.4] drm/i915: Correctly set SFC capability for video engines
 2020-11-17 10:19 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Correctly set SFC capability for video engines (rev2)

[Intel-gfx] [CI] drm/i915/dg1: Enable ports
 2020-11-17 10:06 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH 3/3] drm/qxl: Remove fbcon acceleration leftovers
 2020-11-17 10:01 UTC  (3+ messages)
` [Intel-gfx] [PATCH] "

[Intel-gfx] [PULL] gvt-fixes
 2020-11-17  2:39 UTC 

[Intel-gfx] [PATCH] drm/i915: Handle max_bpc==16
 2020-11-17  1:02 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Handle max_bpc==16 (rev2)
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/selftests: Fix wrong return value of perf_request_latency()
 2020-11-16 22:09 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/selftests: Fix wrong return value of perf_series_engines()
 2020-11-16 21:26 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-16 19:48 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 05/27] drm: fix some "

[Intel-gfx] [PATCH i-g-t 1/5] intel_gpu_top: User friendly device listing
 2020-11-16 18:45 UTC  (8+ messages)
` [Intel-gfx] [PATCH i-g-t 2/5] lsgpu: "
` [Intel-gfx] [PATCH i-g-t 3/5] lib/igt_device_scan: Remember PCI card index after scanning
` [Intel-gfx] [PATCH i-g-t 4/5] lsgpu: Add filter type print-out selection
` [Intel-gfx] [PATCH i-g-t 5/5] intel_gpu_top: Default GPU list to PCI mode
  ` [Intel-gfx] [igt-dev] "

[Intel-gfx] [RFC i-g-t 0/5] User friendly lsgpu/intel_gpu_top device listing
 2020-11-16 17:07 UTC  (7+ messages)
` [Intel-gfx] [RFC i-g-t 3/5] lib/igt_device_scan: Remember PCI card index after scanning
` [Intel-gfx] [igt-dev] [RFC i-g-t 0/5] User friendly lsgpu/intel_gpu_top device listing

[Intel-gfx] [PATCH 18/27] drm/i915/pxp: Implement funcs to create the TEE channel (fwd)
 2020-11-15 16:33 UTC 

[Intel-gfx] USB-C DP mode problem on linux
 2020-11-15 15:45 UTC  (5+ messages)

[Intel-gfx] [PATCH v2] drm/i915/gt: Track the overall busy time
 2020-11-16 14:46 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gt: Track the overall busy time (rev2)

[Intel-gfx] [PXP CLEAN PATCH v06 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-16 14:27 UTC  (4+ messages)
` [Intel-gfx] [PXP CLEAN PATCH v06 02/27] drm/i915/pxp: Enable PXP irq worker and callback stub

[Intel-gfx] [PATCH] drm/i915/gt: Track the overall busy time
 2020-11-16 13:10 UTC 

[Intel-gfx] [PATCH i-g-t] tools/intel_gpu_top: Show the active device
 2020-11-16 11:12 UTC  (2+ messages)
` [Intel-gfx] [igt-dev] "


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