intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-06 16:33:03 to 2021-02-09 09:37:26 UTC [more...]

[Intel-gfx] [PATCH 01/31] drm/i915/gt: Ratelimit heartbeat completion probing
 2021-02-09  9:37 UTC  (49+ messages)
` [Intel-gfx] [PATCH 02/31] drm/i915: Move context revocation to scheduler
` [Intel-gfx] [PATCH 03/31] drm/i915: Introduce the scheduling mode
` [Intel-gfx] [PATCH 04/31] drm/i915: Move timeslicing flag to scheduler
` [Intel-gfx] [PATCH 05/31] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 06/31] drm/i915: Move busywaiting control to the scheduler
` [Intel-gfx] [PATCH 07/31] drm/i915: Move preempt-reset flag "
` [Intel-gfx] [PATCH 08/31] drm/i915: Fix the iterative dfs for defering requests
` [Intel-gfx] [PATCH 09/31] drm/i915: Replace priolist rbtree with a skiplist
` [Intel-gfx] [PATCH 10/31] drm/i915: Fair low-latency scheduling
` [Intel-gfx] [PATCH 11/31] drm/i915/gt: Specify a deadline for the heartbeat
` [Intel-gfx] [PATCH 12/31] drm/i915: Extend the priority boosting for the display with a deadline
` [Intel-gfx] [PATCH 13/31] drm/i915/gt: Support virtual engine queues
` [Intel-gfx] [PATCH 14/31] drm/i915: Move saturated workload detection back to the context
` [Intel-gfx] [PATCH 15/31] drm/i915: Bump default timeslicing quantum to 5ms
` [Intel-gfx] [PATCH 16/31] drm/i915/gt: Delay taking irqoff for execlists submission
` [Intel-gfx] [PATCH 17/31] drm/i915/gt: Convert the legacy ring submission to use the scheduling interface
` [Intel-gfx] [PATCH 18/31] drm/i915/gt: Wrap intel_timeline.has_initial_breadcrumb
` [Intel-gfx] [PATCH 19/31] drm/i915/gt: Track timeline GGTT offset separately from subpage offset
` [Intel-gfx] [PATCH 20/31] drm/i915/gt: Add timeline "mode"
` [Intel-gfx] [PATCH 21/31] drm/i915/gt: Use indices for writing into relative timelines
` [Intel-gfx] [PATCH 22/31] drm/i915/selftests: Exercise relative timeline modes
` [Intel-gfx] [PATCH 23/31] drm/i915/gt: Use ppHWSP for unshared non-semaphore related timelines
` [Intel-gfx] [PATCH 24/31] Restore "drm/i915: drop engine_pin/unpin_breadcrumbs_irq"
` [Intel-gfx] [PATCH 25/31] drm/i915/gt: Support creation of 'internal' rings
` [Intel-gfx] [PATCH 26/31] drm/i915/gt: Use client timeline address for seqno writes
` [Intel-gfx] [PATCH 27/31] drm/i915/gt: Infrastructure for ring scheduling
` [Intel-gfx] [PATCH 28/31] drm/i915/gt: Implement ring scheduler for gen4-7
` [Intel-gfx] [PATCH 29/31] drm/i915/gt: Enable ring scheduling for gen5-7
` [Intel-gfx] [PATCH 30/31] drm/i915: Support secure dispatch on gen6/gen7
` [Intel-gfx] [PATCH 31/31] drm/i915/gt: Limit C-states while waiting for requests
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/31] drm/i915/gt: Ratelimit heartbeat completion probing
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH 1/3] drm/i915: Disallow plane x+w>stride on ilk+ with X-tiling
 2021-02-09  9:33 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Fix overlay frontbuffer tracking
` [Intel-gfx] [PATCH 3/3] drm/i915: Warn when releasing a frontbuffer while in use
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Disallow plane x+w>stride on ilk+ with X-tiling
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [FYI PATCH] i915: kvmgt: the KVM mmu_lock is now an rwlock
 2021-02-09  7:56 UTC  (6+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Enable WaProgramMgsrForCorrectSliceSpecificMmioReads for Gen9
 2021-02-09  7:12 UTC  (6+ messages)
` [Intel-gfx] [drm/i915] 04ff178484: phoronix-test-suite.supertuxkart.1024x768.Fullscreen.Ultimate.1.GranParadisoIsland.frames_per_second -30.4% regression
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Enable WaProgramMgsrForCorrectSliceSpecificMmioReads for Gen9 (rev2)
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[Intel-gfx] [PATCH] drm/i915/debugfs: HDCP capability enc NULL check
 2021-02-09  5:39 UTC  (6+ messages)

[Intel-gfx] [RFC v4 00/11] drm: Extract DPCD backlight helpers from i915, add support in nouveau
 2021-02-09  4:24 UTC  (16+ messages)
` [Intel-gfx] [RFC v4 01/11] drm/nouveau/kms/nv40-/backlight: Assign prop type once
` [Intel-gfx] [RFC v4 02/11] drm/nouveau/kms: Don't probe eDP connectors more then once
` [Intel-gfx] [RFC v4 03/11] drm/i915/dpcd_bl: Remove redundant AUX backlight frequency calculations
` [Intel-gfx] [RFC v4 04/11] drm/i915/dpcd_bl: Handle drm_dpcd_read/write() return values correctly
` [Intel-gfx] [RFC v4 05/11] drm/i915/dpcd_bl: Cleanup intel_dp_aux_vesa_enable_backlight() a bit
` [Intel-gfx] [RFC v4 06/11] drm/i915/dpcd_bl: Cache some backlight capabilities in intel_panel.backlight
` [Intel-gfx] [RFC v4 07/11] drm/i915/dpcd_bl: Move VESA backlight enabling code closer together
` [Intel-gfx] [RFC v4 08/11] drm/i915/dpcd_bl: Return early in vesa_calc_max_backlight if we can't read PWMGEN_BIT_COUNT
` [Intel-gfx] [RFC v4 09/11] drm/i915/dpcd_bl: Print return codes for VESA backlight failures
` [Intel-gfx] [RFC v4 10/11] drm/dp: Extract i915's eDP backlight code into DRM helpers
` [Intel-gfx] [RFC v4 11/11] drm/nouveau/kms/nv50-: Add basic DPCD backlight support for nouveau
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm: Extract DPCD backlight helpers from i915, add support in nouveau (rev6)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/gvt/kvmgt: Fix the build failure in kvmgt
 2021-02-09  1:08 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/2] drm/i915: rework gem_create flow for upcoming extensions
 2021-02-09  0:45 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/uapi: introduce drm_i915_gem_create_ext
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915: rework gem_create flow for upcoming extensions
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH 1/3] i915/perf: Store a mask of valid OA formats for a platform
 2021-02-09  0:31 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/3] i915/perf: Move OA formats to single array
` [Intel-gfx] [PATCH 3/3] i915/perf: Add additional OA formats for gen12
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/3] i915/perf: Store a mask of valid OA formats for a platform
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [5.10.y regression] i915 clear-residuals mitigation is causing gfx issues
 2021-02-08 23:27 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/4] drm/i915: Create stolen memory region from local memory
 2021-02-08 23:23 UTC  (8+ messages)
` [Intel-gfx] [PATCH 2/4] drm/i915/stolen: treat stolen local as normal "
` [Intel-gfx] [PATCH 3/4] drm/i915/stolen: enforce the min_page_size contract
` [Intel-gfx] [PATCH 4/4] drm/i915/stolen: pass the allocation flags
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/i915: Create stolen memory region from local memory
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [RFC v3 00/10] drm: Extract DPCD backlight helpers from i915, add support in nouveau
 2021-02-08 23:03 UTC  (11+ messages)
` [Intel-gfx] [RFC v3 04/10] drm/i915/dpcd_bl: Handle drm_dpcd_read/write() return values correctly
` [Intel-gfx] [RFC v3 06/10] drm/i915/dpcd_bl: Cache some backlight capabilities in intel_panel.backlight
` [Intel-gfx] [RFC v3 07/10] drm/i915/dpcd_bl: Move VESA backlight enabling code closer together
` [Intel-gfx] [RFC v3 10/10] drm/dp: Extract i915's eDP backlight code into DRM helpers

[Intel-gfx] [PATCH] drm/i915: Remove unused debug functions
 2021-02-08 22:51 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/tgl+: Make sure TypeC FIA is powered up when initializing it
 2021-02-08 22:43 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/selftests: Allow the module to load even if live selftests fail
 2021-02-08 22:34 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH] drm/i915/rkl: Remove require_force_probe protection
 2021-02-08 22:16 UTC  (3+ messages)

[Intel-gfx] [PATCH] kernel: Expose SYS_kcmp by default
 2021-02-08 22:12 UTC  (10+ messages)
` [Intel-gfx] [PATCH v3] kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE

[Intel-gfx] [RFC 00/14] Introduce Intel PXP
 2021-02-08 20:41 UTC  (24+ messages)
` [Intel-gfx] [RFC 01/14] drm/i915/pxp: Define PXP component interface
` [Intel-gfx] [RFC 02/14] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [RFC 03/14] drm/i915/pxp: define PXP device flag and kconfig
` [Intel-gfx] [RFC 04/14] drm/i915/pxp: allocate a vcs context for pxp usage
` [Intel-gfx] [RFC 05/14] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [RFC 08/14] drm/i915/pxp: Implement arb session teardown
` [Intel-gfx] [RFC 10/14] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [RFC 12/14] drm/i915/pxp: User interface for Protected buffer
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Introduce Intel PXP

[Intel-gfx] [CI 1/6] drm/i915/gem: Almagamate clflushes on suspend
 2021-02-08 20:09 UTC  (3+ messages)
` [Intel-gfx] [CI 6/6] drm/i915/gem: Drop lru bumping on display unpinning

[Intel-gfx] [PATCH] drm/vblank: Avoid storing a timestamp for the same frame twice
 2021-02-08 18:05 UTC  (10+ messages)

[Intel-gfx] [PATCH stable-5.10 1/2] drm/i915: Fix ICL MG PHY vswing handling
 2021-02-08 17:53 UTC  (2+ messages)
  ` [Intel-gfx] [PATCH stable-5.10 2/2] drm/i915: Skip vswing programming for TBT

[Intel-gfx] [PATCH v2] drm/i915: Fix HAS_LSPCON macro for platforms between GEN9 and GEN10
 2021-02-08 16:10 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: Fix HAS_LSPCON macro for platforms between GEN9 and GEN10 (rev2)

[Intel-gfx] [PATCH] drm/i915/vbt: update DP max link rate table
 2021-02-08 13:31 UTC  (3+ messages)

[Intel-gfx] linux-next: build warning after merge of the drm-misc tree
 2021-02-08 12:39 UTC 

[Intel-gfx] [PATCH 0/3] HDMI2.1 PCON Misc Fixes
 2021-02-08 11:44 UTC  (4+ messages)
` [Intel-gfx] [PATCH 1/3] i915/display/intel_dp: Read PCON DSC ENC caps only for DPCD rev >= 1.4

[Intel-gfx] [PATCH] i915: Fix HAS_LSPCON macro for platforms between GEN9 and GEN10
 2021-02-08 11:11 UTC  (5+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] [PATCH v12 0/8] drm/i915: refactor intel_display.c + a bit more
 2021-02-08 10:18 UTC  (5+ messages)
` [Intel-gfx] [PATCH v12 8/8] drm/i915: move ddi pll state get to dpll mgr

[Intel-gfx] [PATCH v1] vfio/pci: Add support for opregion v2.0+
 2021-02-08  9:52 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for vfio/pci: Add support for opregion v2.0+ (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH v2] vfio/pci: Add support for opregion v2.0+
 2021-02-08 17:02 UTC  (2+ messages)
` [Intel-gfx] [PATCH v3] vfio/pci: Add support for opregion v2.1+

[Intel-gfx] [CI 1/4] drm/i915: Move submit_request to i915_sched_engine
 2021-02-07 17:11 UTC  (7+ messages)
` [Intel-gfx] [CI 2/4] drm/i915: Move finding the current active request to the scheduler
` [Intel-gfx] [CI 3/4] drm/i915: Show execlists queues when dumping state
` [Intel-gfx] [CI 4/4] drm/i915: Wrap i915_request_use_semaphores()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Move submit_request to i915_sched_engine
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH RFC v1 0/6] swiotlb: 64-bit DMA buffer
 2021-02-07 15:56 UTC  (4+ messages)
` [Intel-gfx] [PATCH RFC v1 5/6] xen-swiotlb: convert variables to arrays

[Intel-gfx] [CI 1/4] drm/i915: Move submit_request to i915_sched_engine
 2021-02-07 14:15 UTC  (7+ messages)
` [Intel-gfx] [CI 2/4] drm/i915: Move finding the current active request to the scheduler
` [Intel-gfx] [CI 3/4] drm/i915: Show execlists queues when dumping state
` [Intel-gfx] [CI 4/4] drm/i915: Wrap i915_request_use_semaphores()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Move submit_request to i915_sched_engine
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI 1/4] drm/i915: Move submit_request to i915_sched_engine
 2021-02-07  4:39 UTC  (7+ messages)
` [Intel-gfx] [CI 2/4] drm/i915: Move finding the current active request to the scheduler
` [Intel-gfx] [CI 3/4] drm/i915: Show execlists queues when dumping state
` [Intel-gfx] [CI 4/4] drm/i915: Wrap i915_request_use_semaphores()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Move submit_request to i915_sched_engine
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI 1/4] drm/i915: Move submit_request to i915_sched_engine
 2021-02-07  0:40 UTC  (7+ messages)
` [Intel-gfx] [CI 2/4] drm/i915: Move finding the current active request to the scheduler
` [Intel-gfx] [CI 3/4] drm/i915: Show execlists queues when dumping state
` [Intel-gfx] [CI 4/4] drm/i915: Wrap i915_request_use_semaphores()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Move submit_request to i915_sched_engine
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [CI 1/4] drm/i915: Move submit_request to i915_sched_engine
 2021-02-06 21:57 UTC  (6+ messages)
` [Intel-gfx] [CI 2/4] drm/i915: Move finding the current active request to the scheduler
` [Intel-gfx] [CI 3/4] drm/i915: Show execlists queues when dumping state
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Move submit_request to i915_sched_engine
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).