Intel-GFX Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 00:06:42 to 2020-11-18 12:17:09 UTC [more...]

[Intel-gfx] [PATCH v2 0/9] drm/i915: nuke remaining legacy reg helpers (I915_READ/WRITE etc.)
 2020-11-18 12:17 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: nuke remaining legacy reg helpers (I915_READ/WRITE etc.) (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH 01/28] drm/i915/selftests: Improve granularity for mocs reset checks
 2020-11-18 12:10 UTC  (47+ 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 1/8] drm/i915/gt: Lock intel_engine_apply_whitelist with uncore->lock
 2020-11-18 11:57 UTC  (14+ 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] [PATCH i-g-t] gem_wsim: Implement device selection
 2020-11-18 11:56 UTC  (8+ messages)
` [Intel-gfx] [PATCH i-g-t v2] "
  ` [Intel-gfx] [igt-dev] "

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

[Intel-gfx] [PATCH v4 1/2] drm/i915/display: Support PSR Multiple Transcoders
 2020-11-18 11:12 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 2/2] drm/i915/display: Support Multiple Transcoders' PSR status on debugfs

[Intel-gfx] [CI 1/3] drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()
 2020-11-18 10:54 UTC  (7+ messages)
` [Intel-gfx] [CI 3/3] drm/i915/gt: Move pm debug files into a gt aware debugfs
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [CI,1/3] drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume() (rev2)

[Intel-gfx] [PATCH] i915/gem_flink_race: Fix error in buffer usage
 2020-11-18 10:52 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[Intel-gfx] [CI 00/15] Rebased remaining big joiner series
 2020-11-18 10:06 UTC  (20+ 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] ✗ Fi.CI.CHECKPATCH: warning for Rebased remaining big joiner series
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 1/3] fbcon: Disable accelerated scrolling
 2020-11-18  9:21 UTC  (5+ messages)
` [Intel-gfx] [PATCH] "

[Intel-gfx] [PATCH 00/21] Introduce Alderlake-S
 2020-11-18  9:18 UTC  (33+ 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] ✗ Fi.CI.CHECKPATCH: warning for Introduce Alderlake-S (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Intel-gfx] [PATCH] drm/i915/phy: Quieten state loss across suspend
 2020-11-18  9:00 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915: Register DMAR fault handler
 2020-11-18  6:15 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-17 22:19 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix the DDI encoder names
 2020-11-18  5:43 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[Intel-gfx] linux-next: build warning after merge of the drm-misc tree
 2020-11-18  5:23 UTC 

[Intel-gfx] [PATCH] drm/i915/rkl: new rkl ddc map for different PCH
 2020-11-18  4:08 UTC  (5+ messages)
` [Intel-gfx] [PATCH v4] "
` [Intel-gfx] [PATCH v5] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/rkl: new rkl ddc map for different PCH (rev5)
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/perf: workaround register corruption in OATAILPTR
 2020-11-18  2:52 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH] drm/i915/gem: Remove incorrect early dbg print
 2020-11-18  2:07 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Intel-gfx] [PATCH 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-17 19:09 UTC  (6+ messages)
` [Intel-gfx] [PATCH 22/27] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [PATCH 25/27] drm/i915/uapi: introduce drm_i915_gem_create_ext for TGL

[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  (31+ 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 16/23] drm/i915: Add planes affected by bigjoiner to the state
` [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 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 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  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Handle max_bpc==16 (rev2)


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 read-only IMAP folder(s) and NNTP newsgroup(s).