messages from 2024-01-19 06:02:08 to 2024-01-24 14:04:17 UTC [more...]
[PATCH] mm: Remove double faults once write a device pfn
2024-01-24 11:04 UTC (7+ messages)
[PATCH 0/3] Fixed-type GENMASK/BIT
2024-01-24 14:03 UTC (11+ messages)
` [PATCH 1/3] bits: introduce fixed-type genmasks
` "
` [PATCH 2/3] bits: Introduce fixed-type BIT
` [PATCH 3/3] drm/i915: Convert REG_GENMASK* to fixed-width GENMASK_*
` ✗ Fi.CI.CHECKPATCH: warning for Fixed-type GENMASK/BIT
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH v5 0/3] drm/i915: Fix VMA UAF on destroy against deactivate race
2024-01-24 13:57 UTC (6+ messages)
` [PATCH v5 1/3] drm/i915/vma: Fix UAF on destroy against retire race
` [PATCH v5 2/3] drm/i915: Remove extra multi-gt pm-references
` [PATCH v5 3/3] Revert "drm/i915: Wait for active retire before i915_active_fini()"
` ✗ Fi.CI.SPARSE: warning for drm/i915: Fix VMA UAF on destroy against deactivate race (rev2)
` ✗ Fi.CI.BAT: failure "
[RFC PATCH] drm/i915: Add GETPARAM for GuC submission version
2024-01-24 13:35 UTC (5+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✗ Fi.CI.BAT: failure "
[PATCH] drm/i915: limit eDP MSO pipe only for display version 20 and below
2024-01-24 13:22 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for "
[PATCH 0/7] HDCP Type1 MST fixes
2024-01-24 13:20 UTC (5+ messages)
` [PATCH 1/7] drm/i915/hdcp: Move to direct reads for HDCP
` [PATCH 2/7] drm/i915/hdcp: HDCP Capability for the downstream device
[PATCH v2 0/4] ALPM AUX Wake Configuration
2024-01-24 9:39 UTC (8+ messages)
` [PATCH v2 1/4] drm/i915/alpm: Add ALPM register definitions
` [PATCH v2 2/4] drm/i915/psr: Add alpm_parameters struct
linux-next: Tree for Jan 23 (drm/xe/)
2024-01-24 9:17 UTC (2+ messages)
[PATCH] drm/i915/psr: Request modeset on initial commit to compute PSR state
2024-01-24 9:15 UTC (10+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/i915/fbc: Allow FBC with CCS modifiers on SKL+
2024-01-24 9:11 UTC (7+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "
` ✗ Fi.CI.BAT: failure for drm/i915/fbc: Allow FBC with CCS modifiers on SKL+ (rev2)
` ✗ Fi.CI.BAT: failure for drm/i915/fbc: Allow FBC with CCS modifiers on SKL+ (rev3)
[Intel-gfx] [PATCH v7] drm/i915: handle uncore spinlock when not available
2024-01-24 8:34 UTC (2+ messages)
[PATCH 00/19] drm/i915: Add Display Port tunnel BW allocation support
2024-01-24 3:31 UTC (24+ messages)
` [PATCH 01/19] drm/dp: Add drm_dp_max_dprx_data_rate()
` [PATCH 02/19] drm/dp: Add support for DP tunneling
` [PATCH 03/19] drm/i915/dp: Add support to notify MST connectors to retry modesets
` [PATCH 04/19] drm/i915/dp: Use drm_dp_max_dprx_data_rate()
` [PATCH 05/19] drm/i915/dp: Factor out intel_dp_config_required_rate()
` [PATCH 06/19] drm/i915/dp: Export intel_dp_max_common_rate/lane_count()
` [PATCH 07/19] drm/i915/dp: Factor out intel_dp_update_sink_caps()
` [PATCH 08/19] drm/i915/dp: Factor out intel_dp_read_dprx_caps()
` [PATCH 09/19] drm/i915/dp: Add intel_dp_max_link_data_rate()
` [PATCH 10/19] drm/i915/dp: Add way to get active pipes with syncing commits
` [PATCH 11/19] drm/i915/dp: Add support for DP tunnel BW allocation
` [PATCH 12/19] drm/i915/dp: Add DP tunnel atomic state and check BW limit
` [PATCH 13/19] drm/i915/dp: Account for tunnel BW limit in intel_dp_max_link_data_rate()
` [PATCH 14/19] drm/i915/dp: Compute DP tunel BW during encoder state computation
` [PATCH 15/19] drm/i915/dp: Allocate/free DP tunnel BW in the encoder enable/disable hooks
` [PATCH 16/19] drm/i915/dp: Handle DP tunnel IRQs
` [PATCH 17/19] drm/i915/dp: Call intel_dp_sync_state() always for DDI DP encoders
` [PATCH 18/19] drm/i915/dp: Suspend/resume DP tunnels
` [PATCH 19/19] drm/i915/dp: Enable DP tunnel BW allocation mode
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Add Display Port tunnel BW allocation support
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH v2 1/3] drm/i915: Include the PLL name in the debug messages
2024-01-24 2:35 UTC (7+ messages)
` [PATCH v2 2/3] drm/i915: Suppress old PLL pipe_mask checks for MG/TC/TBT PLLs
` [PATCH v2 3/3] drm/i915: Convert PLL flags to booleans
` ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/3] drm/i915: Include the PLL name in the debug messages
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH v4 0/3] Small runtime PM API changes
2024-01-23 22:40 UTC (7+ messages)
` [PATCH v4 1/3] pm: runtime: Simplify pm_runtime_get_if_active() usage
` [PATCH v4 2/3] pm: runtime: Make pm_runtime_get_if_conditional() private
[PATCH v4 0/3] drm/i915: Fix VMA UAF on destroy against deactivate race
2024-01-23 22:33 UTC (11+ messages)
` [PATCH v4 1/3] drm/i915/vma: Fix UAF on destroy against retire race
` [PATCH v4 2/3] Manually revert "drm/i915: Fix a VMA UAF for multi-gt platform"
` [PATCH v4 3/3] Revert "drm/i915: Wait for active retire before i915_active_fini()"
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Fix VMA UAF on destroy against deactivate race
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
[PATCH] drm/xe/display: Disable aux ccs framebuffers
2024-01-23 18:33 UTC (7+ messages)
[PATCH 1/2] drm/i915/fbc: Don't use a fence for a plane if FBC is not possible
2024-01-23 17:42 UTC (6+ messages)
` [PATCH 2/2] drm/i915/fbc: Move DPFC_CHICKEN programming into intel_fbc_program_workarounds()
` ✗ Fi.CI.SPARSE: warning for series starting with [1/2] drm/i915/fbc: Don't use a fence for a plane if FBC is not possible
` ✓ Fi.CI.BAT: success "
` ✓ Fi.CI.IGT: "
[PATCH v3 00/21] Panel replay selective update support
2024-01-23 17:41 UTC (28+ messages)
` [PATCH v3 01/21] drm/i915/psr: Add some documentation of variables used in psr code
` [PATCH v3 02/21] drm/i915/psr: Set intel_crtc_state->has_psr on panel replay as well
` [PATCH v3 03/21] drm/i915/psr: Intel_psr_pause/resume needs to support panel replay
` [PATCH v3 04/21] drm/i915/psr: Rename intel_psr_enabled
` [PATCH v3 05/21] drm/i915/psr: Do not update phy power state in case of panel replay
` [PATCH v3 06/21] drm/i915/psr: Check possible errors for panel replay as well
` [PATCH v3 07/21] drm/i915/psr: Do not write registers/bits not applicable for panel replay
` [PATCH v3 08/21] drm/i915/psr: Unify panel replay enable/disable sink
` [PATCH v3 09/21] drm/i915/psr: Panel replay has to be enabled before link training
` [PATCH v3 10/21] drm/i915/psr: Rename has_psr2 as has_sel_update
` [PATCH v3 11/21] drm/i915/psr: Modify VSC SDP calculation to support panel replay + su
` [PATCH v3 12/21] drm/i915/psr: Rename psr2_enabled as sel_update_enabled
` [PATCH v3 13/21] drm/panelreplay: dpcd register definition for panelreplay SU
` [PATCH v3 14/21] drm/i915/psr: Detect panel replay selective update support
` [PATCH v3 15/21] drm/i915/psr: Modify intel_dp_get_su_granularity to support panel replay
` [PATCH v3 16/21] drm/i915/psr: Ensure early transport is not enabled for "
` [PATCH v3 17/21] drm/i915/psr: Panel replay uses SRD_STATUS to track it's status
` [PATCH v3 18/21] drm/i915/psr: Do not apply workarounds in case of panel replay
` [PATCH v3 19/21] drm/i915/psr: Update PSR module parameter descriptions
` [PATCH v3 20/21] drm/i915/psr: Split intel_psr2_config_valid for panel replay
` [PATCH v3 21/21] drm/i915/psr: Add panel replay sel update support to debugfs interface
` ✗ Fi.CI.CHECKPATCH: warning for Panel replay selective update support (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH 0/4] Enable ccs compressed framebuffers on Xe2
2024-01-23 12:59 UTC (16+ messages)
` [PATCH 2/4] drm/xe: store bind time pat index to xe_bo
` [PATCH 3/4] drm/xe/xe2: Limit ccs framebuffers to tile4 only
` [PATCH 4/4] drm/i915/display: On Xe2 always enable decompression with tile4
` ✓ Fi.CI.BAT: success for Enable ccs compressed framebuffers on Xe2 (rev2)
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/i915: Try to preserve the current shared_dpll for fastset on type-c ports
2024-01-23 8:53 UTC (4+ messages)
` ✗ Fi.CI.IGT: failure for "
[PATCH v3 0/2] Small runtime PM API changes
2024-01-23 7:45 UTC (5+ messages)
` [PATCH v3 1/2] pm: runtime: Simplify pm_runtime_get_if_active() usage
[PATCH 49/82] drm/i915: Refactor intentional wrap-around test
2024-01-23 0:27 UTC
[PATCH] drm/i915/gt: Reflect the true and current status of rc6_enable
2024-01-22 20:39 UTC (3+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/gt: Reflect the true and current status of rc6_enable (rev2)
[PATCH v2] drm/i915/mtl: Wake GT before sending H2G message
2024-01-22 18:23 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/mtl: Wake GT before sending H2G message (rev2)
` ✗ Fi.CI.IGT: failure "
[Intel-gfx] linux-next: build warning after merge of the drm-intel tree
2024-01-22 17:22 UTC (5+ messages)
` "
[Intel-gfx] [PATCH] drm/dp_mst: Separate @failing_port list in drm_dp_mst_atomic_check_mgr() comment
2024-01-22 17:21 UTC (2+ messages)
` "
[PATCH 0/9] drm/i915: Cursor vblank evasion
2024-01-22 16:59 UTC (9+ messages)
` ✗ Fi.CI.BAT: failure for "
` ✗ Fi.CI.SPARSE: warning for drm/i915: Cursor vblank evasion (rev4)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH v3 00/16] drm/i915: (stolen) memory region related fixes
2024-01-22 15:12 UTC (13+ messages)
` [PATCH v3 05/16] drm/i915: Disable the "binder"
` [PATCH v3 08/16] drm/i915: Fix region start during initial plane readout
` [PATCH v3 09/16] drm/i915: Fix MTL "
` [PATCH v3 16/16] drm/i915: Annotate more of the BIOS fb takeover failure paths
[Intel-gfx] [PATCH 0/3] Fixed-width mask/bit helpers
2024-01-19 15:07 UTC (8+ messages)
` [Intel-gfx] [PATCH 2/3] linux/bits.h: Add fixed-width GENMASK and BIT macros
` Re: [Intel-xe] "
` "
` "
[PATCH] drm/i915/display: Move display params to i915_display_capabilities
2024-01-22 14:10 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT
2024-01-19 12:38 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT (rev2)
` ✗ Fi.CI.IGT: failure "
[PULL] drm-misc-next-fixes
2024-01-19 12:13 UTC
[PATCH v1 0/3] Extend ARL support
2024-01-19 9:44 UTC (4+ messages)
` ✗ Fi.CI.IGT: failure for "
[PATCH 0/3] Bigjoiner refactoring
2024-01-19 9:16 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for Bigjoiner refactoring (rev3)
[PATCH v2 0/4] New DRM properties for output color format
2024-01-19 8:42 UTC (9+ messages)
` [PATCH v2 2/4] drm/uAPI: Add "force color format" drm property as setting for userspace
[PULL] drm-intel-next-fixes
2024-01-19 8:30 UTC
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