Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-21 14:37:42 to 2024-01-04 16:46:09 UTC [more...]

[PATCH] drm/i915: clear the QGV mask set by GOP while booting
 2024-01-04 15:57 UTC  (4+ messages)

[PATCH] drm/i915: don't make assumptions about intel_wakeref_t type
 2024-01-04 16:46 UTC 

[PATCH v4 1/3] drm/i915: Disable DSB in Xe KMD
 2024-01-04 16:24 UTC  (3+ messages)
` [PATCH v4 2/3] drm/xe: Fix definition of intel_wakeref_t
` [PATCH v4 3/3] drm/xe: Use intel_wakeref_t in intel_runtime_pm functions

[PATCH v3 1/2] drm/i915: Disable DSB in Xe KMD
 2024-01-04 16:16 UTC  (3+ messages)
` [PATCH v3 2/2] drm/xe: Fix definition of intel_wakeref_t

[PATCH 00/12] drm/i915: Fix HPD handling during driver init/shutdown
 2024-01-04 16:00 UTC  (21+ messages)
` [PATCH 01/12] drm/i915: Init DRM connector polled field early
` [PATCH 02/12] drm/i915: Keep the connector polled state disabled after storm
` [PATCH 03/12] drm/i915: Move audio deinit after disabling polling
` [PATCH 04/12] drm/i915: Disable intel HPD poll after DRM poll init/enable
` [PATCH 05/12] drm/i915: Suspend the framebuffer console during driver shutdown
` [PATCH 06/12] drm/i915: Suspend the framebuffer console earlier during system suspend
` [PATCH 07/12] drm/i915: Prevent modesets during driver init/shutdown
  ` [PATCH v2 "
` [PATCH 08/12] drm/i915: Disable hotplug detection works "
` [PATCH 09/12] drm/i915: Disable hotplug detection handlers "
` [PATCH 10/12] drm/i915: Add intel_digital_port lock/unlock hooks
` [PATCH 11/12] drm/i915: Filter out glitches on HPD lines during hotplug detection
` [PATCH 12/12] drm/i915/dp: Abort AUX on disconnected native DP ports
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix HPD handling during driver init/shutdown
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix HPD handling during driver init/shutdown (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

Rework TTMs busy handling
 2024-01-04 15:55 UTC  (8+ messages)
` [PATCH 1/4] drm/ttm: return ENOSPC from ttm_bo_mem_space
` [PATCH 2/4] drm/ttm: replace busy placement with flags v4
` [PATCH 3/4] drm/ttm: improve idle/busy handling v2
` [PATCH 4/4] drm/amdgpu: use GTT only as fallback for VRAM|GTT
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/4] drm/ttm: return ENOSPC from ttm_bo_mem_space
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH v2 0/3] Disable dynamic load balancing and support fixed balancing
 2024-01-04 15:23 UTC  (8+ messages)
` [PATCH v2 1/3] drm/i915/gt: Support fixed CCS mode
` [PATCH v2 2/3] drm/i915/gt: Allow user to set up the CSS mode
` [PATCH v2 3/3] drm/i915/gt: Disable HW load balancing for CCS
` ✗ Fi.CI.CHECKPATCH: warning for Disable dynamic load balancing and support fixed balancing
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH 1/4] drm/ttm: return ENOSPC from ttm_bo_mem_space
 2024-01-04 15:02 UTC 

[PULL] drm-misc-next-fixes
 2024-01-04 14:45 UTC 

[PATCH 00/12] Panel replay selective update support
 2024-01-04 14:45 UTC  (18+ messages)
` [PATCH 01/12] drm/i915/psr: Disable panel replay for now
` [PATCH 02/12] drm/i915/psr: Do not check alpm on DP or capability change for panel replay
` [PATCH 03/12] drm/i915/psr: Unify panel replay enable sink
` [PATCH 04/12] drm/i915/psr: Rename has_psr2 as has_sel_update
` [PATCH 05/12] drm/i915/psr: Rename psr2_enabled as sel_update_enabled
` [PATCH 06/12] drm/i915/psr: Add some documentation of variables used in psr code
` [PATCH 07/12] drm/i915/psr: Add sink_panel_replay_su_support to intel_psr
` [PATCH 08/12] drm/i915/psr: Detect panel replay selective update support
` [PATCH 09/12] drm/i915/psr: Split intel_psr2_config_valid for panel replay
` [PATCH 10/12] drm/panelreplay: dpcd register definition for panelreplay SU
` [PATCH 11/12] drm/i915/psr: Modify intel_dp_get_su_granularity to support panel replay
` [PATCH 12/12] drm/i915/psr: Add panel replay sel update support to debugfs interface
` ✗ Fi.CI.CHECKPATCH: warning for Panel replay selective update support
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v2] drm/i915: Disable DSB in Xe KMD
 2024-01-04 12:09 UTC  (4+ messages)
` ✗ Fi.CI.SPARSE: warning for drm/i915: Disable DSB in Xe KMD (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915/guc: Avoid circular locking issue on busyness flush
 2024-01-04 11:07 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Avoid circular locking issue on busyness flush (rev6)
` ✗ Fi.CI.BAT: failure "

[V2] drm/i915: Add workaround 14019877138
 2024-01-04 11:06 UTC  (6+ messages)
` ✗ Fi.CI.IGT: failure for "
` ✓ Fi.CI.BAT: success "

[PATCH v9 0/2] Resolve suspend-resume racing with GuC destroy-context-worker
 2024-01-04 10:57 UTC  (8+ messages)
` [PATCH v9 1/2] drm/i915/guc: Flush context destruction worker at suspend
` [PATCH v9 2/2] drm/i915/guc: Close deregister-context race against CT-loss
` ✗ Fi.CI.SPARSE: warning for Resolve suspend-resume racing with GuC destroy-context-worker (rev13)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH v2 1/4] drm/i915/gem: reconcile Excess struct member kernel-doc warnings
 2024-01-04 10:30 UTC  (11+ messages)
` [PATCH v2 2/4] drm/i915/gt: "
` [PATCH v2 3/4] drm/i915/guc: "
` [PATCH v2 4/4] drm/i915/perf: "
` ✗ Fi.CI.BUILD: failure for series starting with [v2,1/4] drm/i915/gem: reconcile Excess struct member kernel-doc warnings (rev3)

[PATCH 0/3] TC phy check cleanup
 2024-01-04 10:02 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for TC phy check cleanup (rev4)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v2 0/3] drm/i915/display: C20 clock state verification
 2024-01-04  9:24 UTC  (6+ messages)
` [PATCH v2 1/3] drm/i915/display: Fix C20 pll selection for "
` [PATCH v2 2/3] drm/i915/display: Store hw clock for C20
` [PATCH v2 3/3] drm/i915/display: Cleanup mplla/mpllb selection

[PATCH] drm/xe/display: Disable aux ccs framebuffers
 2024-01-04  9:15 UTC  (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/xe/display: Disable aux ccs framebuffers (rev2)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/guc: Change wa and EU_PERF_CNTL registers to MCR type
 2024-01-04  8:05 UTC  (6+ messages)
  ` ✗ Fi.CI.BUILD: failure for drm/i915/guc: Change wa and EU_PERF_CNTL registers to MCR type (rev2)

[PATCH] drm/i915/display: Skip C10 state verification in case of fastset
 2024-01-04  7:37 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Skip C10 state verification in case of fastset (rev3)
` ✗ Fi.CI.BAT: failure "

[PATCH] drm/i915/dp: Fix the PSR debugfs entries wrt. MST connectors
 2024-01-04  7:15 UTC  (11+ messages)
` ✗ Fi.CI.IGT: failure for "
` [PATCH v2] "
` ✓ Fi.CI.BAT: success for drm/i915/dp: Fix the PSR debugfs entries wrt. MST connectors (rev2)
` ✗ Fi.CI.IGT: failure "

[PATCH] drm/i915/display/dp: 128/132b DP-capable with SST
 2024-01-04  6:27 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display/dp: 128/132b DP-capable with SST (rev2)
` ✗ Fi.CI.BAT: failure "

[PATCH] nightly.conf: Add the xe repo to drm-tip
 2024-01-04  5:59 UTC  (8+ messages)

[PATCH 0/4] Update bxt_sanitize_cdclk() for Xe2_LPD
 2024-01-04  4:41 UTC  (6+ messages)
` [PATCH 1/4] drm/i915/xe2lpd: Update bxt_sanitize_cdclk()
` [PATCH 2/4] drm/i915/cdclk: Extract bxt_cdclk_ctl()
` [PATCH 3/4] drm/i915/cdclk: Reorder bxt_sanitize_cdclk()
` [PATCH 4/4] drm/i915/cdclk: Re-use bxt_cdclk_ctl() when sanitizing
` ✗ Fi.CI.BAT: failure for Update bxt_sanitize_cdclk() for Xe2_LPD

[PATCH v2 0/4] TC phy check cleanup
 2024-01-04  0:07 UTC  (10+ messages)
` [PATCH v2 4/4] drm/i915: Separate tc check for legacy and non legacy tc phys

[PATCH v2] drm/i915/mtl: Add fake PCH for Meteor Lake
 2024-01-03 17:25 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/mtl: Add fake PCH for Meteor Lake (rev2)

[Intel-gfx] [PATCH v9 00/25] drm: Analog TV Improvements
 2024-01-03 17:14 UTC  (6+ messages)
` [Intel-gfx] [PATCH v9 09/25] drm/modes: Move named modes parsing to a separate function
  `  "

[PATCH] drm/i915: Disable DSB in Xe KMD
 2024-01-03 16:44 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for "

[PULL] drm-misc-fixes
 2024-01-03 10:47 UTC 

[PATCH 0/7] Early Transport for Panel Replay and PSR
 2024-01-03 10:46 UTC  (3+ messages)
` [PATCH 1/7] drm: Add eDP 1.5 early transport definition

[PATCH] drm/i915/huc: Allow for very slow HuC loading
 2024-01-02 22:22 UTC 

[PATCH 0/5] DP DSC min/max src bpc fixes
 2024-01-02 15:19 UTC  (3+ messages)
` [PATCH 2/5] drm/i915/dp: Fix the max DSC bpc supported by source

[PATCH] drm/xe: Add workaround 14019877138
 2024-01-02 14:41 UTC  (2+ messages)

[PATCH v2.1 2/4] drm/i915/gt: reconcile Excess struct member kernel-doc warnings
 2023-12-29 11:42 UTC  (2+ messages)

[PATCH v4 0/4] Add gt_to_guc() helper
 2023-12-29 10:27 UTC  (5+ messages)
` [PATCH v4 1/4] drm/i915/gt: Create the gt_to_guc() wrapper
` [PATCH v4 2/4] drm/i915/guc: Use the new "
` [PATCH v4 3/4] drm/i915: "
` [PATCH v4 4/4] drm/i915/guc: Use the ce_to_guc() wrapper whenever possible

[PATCH] drm/i915/bios: remove some unused leftover declarations
 2023-12-29 10:55 UTC  (4+ messages)

[PULL] drm-intel-fixes
 2023-12-28 11:16 UTC 

[PATCH 0/3] Disable dynamic load balancing and support fixed balancing
 2023-12-28 10:38 UTC  (6+ messages)
` [PATCH 1/3] drm/i915/gt: Support fixed CCS mode
` [PATCH 2/3] drm/i915/gt: Allow user to set up the CSS mode
` [PATCH 3/3] drm/i915/gt: Disable HW load balancing for CCS

[PATCH v8 0/2] Resolve suspend-resume racing with GuC destroy-context-worker
 2023-12-28  4:00 UTC  (6+ messages)
` [PATCH v8 2/2] drm/i915/guc: Close deregister-context race against CT-loss

[PATCH 1/4] drm/i915/gem: reconcile Excess struct member kernel-doc warnings
 2023-12-26 19:49 UTC  (4+ messages)
` [PATCH 4/4] drm/i915/perf: "

[PATCH] drm/i915/perf: Update handling of MMIO triggered reports
 2023-12-22 21:46 UTC  (2+ messages)

[PATCH v2 0/7] VSC SDP rework
 2023-12-22  6:34 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/hdcp: Fail Repeater authentication if Type1 device not present
 2023-12-22  5:40 UTC  (3+ messages)
`  "

[PATCH 0/9] drm/i915: Cursor vblank evasion
 2023-12-22  5:07 UTC  (6+ messages)
` [PATCH 8/9] drm/i915: Perform vblank evasion around legacy cursor updates

[PATCH v1 0/3] Extend ARL support
 2023-12-21 16:15 UTC  (5+ messages)
` [PATCH v1 1/3] drm/i915: Add additional ARL PCI IDs
` [PATCH v1 2/3] drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+
` [PATCH v1 3/3] drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74


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