messages from 2024-04-05 01:51:31 to 2024-04-08 09:24:36 UTC [more...]
[PATCH v0 00/14] Make I2C terminology more inclusive for I2C Algobit and consumers
2024-04-08 7:48 UTC (9+ messages)
` [PATCH v0 13/14] drm/nouveau: Make I2C terminology more inclusive
[PATCH 0/6] drm: enable W=1 warnings by default across the subsystem
2024-04-05 9:57 UTC (3+ messages)
[PATCH v2 0/7] drm: debug logging improvements
2024-04-08 9:23 UTC (4+ messages)
` [PATCH v2 1/7] drm/probe-helper: switch to drm device based logging
` [PATCH v2 2/7] drm/modes: switch to drm device based error logging
` [PATCH v2 3/7] drm/sysfs: switch to drm device based logging
[PATCH 0/3] drm/edid & drm/display header spring cleaning
2024-04-08 8:59 UTC (2+ messages)
[PATCH 0/7] drm/edid: cleanups, resend
2024-04-08 8:56 UTC (8+ messages)
` [PATCH 1/7] drm/displayid: move drm_displayid.h to drm_displayd_internal.h
` [PATCH 2/7] drm/edid: move all internal declarations to drm_crtc_internal.h
` [PATCH 3/7] drm/edid: group struct drm_edid based declarations together
` [PATCH 4/7] drm/edid: rename drm_find_edid_extension() to drm_edid_find_extension()
` [PATCH 5/7] drm/edid: avoid drm_edid_find_extension() internally
` [PATCH 6/7] drm/edid: make drm_edid_are_equal() static
` [PATCH 7/7] drm/edid: make drm_edid_are_equal() more convenient for its single user
[PATCH v10 0/6] QGV/SAGV related fixes
2024-04-08 8:32 UTC (13+ messages)
` [PATCH v10 1/6] drm/i915/display: Add meaningful traces for QGV point info error handling
` [PATCH v10 2/6] drm/i915/display: Extract code required to calculate max qgv/psf gv point
` [PATCH v10 3/6] drm/i915/display: extract code to prepare qgv points mask
` [PATCH v10 4/6] drm/i915/display: Disable SAGV on bw init, to force QGV point recalculation
` [PATCH v10 5/6] drm/i915/display: handle systems with duplicate psf gv points
` [PATCH v10 6/6] drm/i915/display: force qgv check after the hw state readout
` ✗ Fi.CI.SPARSE: warning for QGV/SAGV related fixes (rev10)
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH v6 00/10] Panel replay selective update support
2024-04-08 8:22 UTC (11+ messages)
` [PATCH v6 01/10] drm/i915/psr: Rename has_psr2 as has_sel_update
` [PATCH v6 02/10] drm/i915/psr: Rename psr2_enabled as sel_update_enabled
` [PATCH v6 03/10] drm/panelreplay: dpcd register definition for panelreplay SU
` [PATCH v6 04/10] drm/i915/psr: Detect panel replay selective update support
` [PATCH v6 05/10] drm/i915/psr: Modify intel_dp_get_su_granularity to support panel replay
` [PATCH v6 06/10] drm/i915/psr: Panel replay uses SRD_STATUS to track it's status
` [PATCH v6 07/10] drm/i915/psr: Do not apply workarounds in case of panel replay
` [PATCH v6 08/10] drm/i915/psr: Update PSR module parameter descriptions
` [PATCH v6 09/10] drm/i915/psr: Split intel_psr2_config_valid for panel replay
` [PATCH v6 10/10] drm/i915/psr: Add panel replay sel update support to debugfs interface
[PATCH 0/6] drm/i915 and drm/xe display integration cleanups
2024-04-08 8:07 UTC (14+ messages)
` [PATCH 1/6] drm/i915: use IS_JASPERLAKE()/IS_ELKHARTLAKE() instead of IS_PLATFORM()
` [PATCH 2/6] drm/i915/dmc: define firmware URL locally
` [PATCH 3/6] drm/i915: move i915_fixed.h to display/intel_fixed.h
` [PATCH 4/6] drm/xe/display: clean up a lot of cruft from compat i915_drv.h
` [PATCH 5/6] drm/xe/display: remove compat i915_gem.h
` [PATCH 6/6] drm/xe/display: clean up compat i915_vgpu.h
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915 and drm/xe display integration cleanups
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH 0/8] Panel Replay fixes and clean ups
2024-04-08 7:54 UTC (14+ messages)
` [PATCH 1/8] drm/i915/psr: Add some documentation of variables used in psr code
` [PATCH 2/8] drm/i915/psr: Set intel_crtc_state->has_psr on panel replay as well
` [PATCH 3/8] drm/i915/psr: Intel_psr_pause/resume needs to support panel replay
` [PATCH 4/8] drm/i915/psr: Do not update phy power state in case of non-eDP "
` [PATCH 5/8] drm/i915/psr: Check possible errors for panel replay as well
` [PATCH 6/8] drm/i915/psr: Do not write registers/bits not applicable for panel replay
` [PATCH 7/8] drm/i915/psr: Unify panel replay enable/disable sink
` [PATCH 8/8] drm/i915/psr: Panel replay has to be enabled before link training
` ✗ Fi.CI.CHECKPATCH: warning for Panel Replay fixes and clean ups
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH 00/12] drm/client: Use after free and debug improvements
2024-04-08 7:46 UTC (32+ messages)
` [PATCH 01/12] drm/client: Fully protect modes[] with dev->mode_config.mutex
` [PATCH 02/12] drm/client: s/drm_connector_has_preferred_mode/drm_connector_preferred_mode/
` [PATCH 03/12] drm/client: Use drm_mode_destroy()
` [PATCH 04/12] drm/client: Add a FIXME around crtc->mode usage
` [PATCH 05/12] drm/client: Nuke outdated fastboot comment
` [PATCH 07/12] drm/client: Use array notation for function arguments
` [PATCH 08/12] drm/client: Extract drm_connector_first_mode()
` [PATCH 10/12] drm/client: Use [CONNECTOR:%d:%s] formatting
` [PATCH 11/12] drm/client: Streamline mode selection debugs
` [PATCH 12/12] drm/probe-helper: Switch to per-device debugs
` ✗ Fi.CI.IGT: failure for drm/client: Use after free and debug improvements
[PATCH v7 0/6] drm/i915: Convert fbdev to DRM client
2024-04-08 7:41 UTC (10+ messages)
` [PATCH v7 4/6] drm/i915: Initialize fbdev DRM client with callback functions
` [PATCH v7 5/6] drm/i915: Implement fbdev client callbacks
` [PATCH v7 6/6] drm/i915: Implement fbdev emulation as in-kernel client
[PATCH 0/3] Avoid unwanted lspcon init and probe warnings
2024-04-08 7:08 UTC (6+ messages)
` [PATCH 1/3] drm/i915/lspcon: Separate out function to get expected mode
` [PATCH 2/3] drm/i915/lspcon: Separate out function to set pcon mode
` [PATCH 3/3] drm/915/lspcon: Reduce dmesg errors during lspcon_init failure
` ✓ Fi.CI.BAT: success for Avoid unwanted lspcon init and probe warnings (rev2)
` ✗ Fi.CI.IGT: failure "
[PATCH 5/7] drm/i915/dp: Enable AUX based backlight for HDR
2024-04-08 6:45 UTC (4+ messages)
` [5/7] "
[PATCH v2 00/25] Enable dislay support for Battlemage
2024-04-08 6:23 UTC (6+ messages)
` [PATCH v2 21/25] drm/i915/xe2hpd: Set maximum DP rate to UHBR13.5
` [PATCH v2 25/25] drm/xe/bmg: Enable the display support
[PATCH 7/7] drm/i915/dp: Limit brightness level to 20
2024-04-08 5:40 UTC (5+ messages)
` [PATCH 7/7] drm/i915/dp: Limit brightness level to vbt min brightness
` [7/7] "
[PATCH v2 00/17] drm/i915: Bigjoiner modeset sequence redesign and MST support
2024-04-08 5:09 UTC (14+ messages)
` [PATCH v2 01/17] drm/i915: Update pipes in reverse order for bigjoiner
` [PATCH v2 02/17] drm/i915/psr: Disable PSR when bigjoiner is used
` ✓ Fi.CI.BAT: success for drm/i915: Bigjoiner modeset sequence redesign and MST support (rev3)
` ✗ Fi.CI.IGT: failure "
[PATCH 06/12] drm/client: Constify modes
2024-04-06 21:59 UTC (3+ messages)
[rebase 1/3] drm: Add drm_vblank_work_flush_all()
2024-04-06 17:45 UTC (8+ messages)
` ✗ Fi.CI.IGT: failure for series starting with [rebase,1/3] "
` [PATCH v2] "
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2] drm: Add drm_vblank_work_flush_all(). (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
[PATCH] drm/i915/guc: Update w/a 14019159160
2024-04-06 9:50 UTC (7+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Update w/a 14019159160 (rev2)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/guc: Update w/a 14019159160 (rev3)
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
[PATCH] drm/xe/display: Fix double mutex initialization
2024-04-06 3:19 UTC (4+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/dp: correct struct member name in documentation
2024-04-06 0:01 UTC (7+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✗ Fi.CI.BAT: failure "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH] drm/i915/display: Introduce Display Metrics info
2024-04-05 22:56 UTC (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "
[PATCH] drm/i915: use check_add_overflow() and drop local variants
2024-04-05 21:10 UTC (3+ messages)
` ✗ Fi.CI.SPARSE: warning for "
` ✗ Fi.CI.BAT: failure "
[PATCH 00/10] drm/i915: PREEMPT_RT related fixups
2024-04-05 18:46 UTC (15+ messages)
` [PATCH 01/10] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH 02/10] drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates
` [PATCH 03/10] drm/i915: Don't check for atomic context on PREEMPT_RT
` [PATCH 04/10] drm/i915: Disable tracing points "
` [PATCH 05/10] drm/i915: skip DRM_I915_LOW_LEVEL_TRACEPOINTS with NOTRACE
` [PATCH 06/10] drm/i915/gt: Queue and wait for the irq_work item
` [PATCH 07/10] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH 08/10] drm/i915: Drop the irqs_disabled() check
` [PATCH 09/10] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH 10/10] Revert "drm/i915: Depend on !PREEMPT_RT."
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: PREEMPT_RT related fixups. (rev5)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[PATCH 0/6] drm: debug logging improvements
2024-04-05 18:45 UTC (5+ messages)
` [PATCH 1/6] drm/modes: add drm_mode_print() to dump mode in drm_printer
[PATCH i-g-t v2] lib/kunit: Read results from debugfs
2024-04-05 17:54 UTC
[PATCH 4/7] drm/i915/dp: Fix comments on EDP HDR DPCD registers
2024-04-05 17:45 UTC (3+ messages)
` [4/7] "
[PATCH 6/7] drm/i915/dp: Write panel override luminance values
2024-04-05 17:43 UTC (3+ messages)
` [6/7] "
[PATCH 3/7] drm/i915/dp: Fix Register bit naming
2024-04-05 17:40 UTC (3+ messages)
` [3/7] "
[PATCH 0/7] Enable Aux Based EDP HDR
2024-04-05 16:59 UTC (4+ messages)
` ✗ Fi.CI.SPARSE: warning for Enable Aux Based EDP HDR (rev2)
` ✓ Fi.CI.BAT: success "
` ✗ Fi.CI.IGT: failure "
[Intel-gfx] [PATCH v5 0/7] Introduce __xchg, non-atomic xchg
2024-04-05 16:20 UTC (6+ messages)
[PR] i915: Add DG2 HuC to 7.10.15
2024-04-05 16:17 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION 8568bb2ccc278f344e6ac44af6ed010a90aa88dc
2024-04-05 15:40 UTC (2+ messages)
[PULL] drm-misc-next
2024-04-05 12:36 UTC
[PATCH v4 0/4] drm/i915/display: DMC wakelock implementation
2024-04-05 11:36 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/display: DMC wakelock implementation (rev4)
[PATCH v5 00/19] Panel replay selective update support
2024-04-05 11:06 UTC (9+ messages)
` [PATCH v5 04/19] drm/i915/psr: Do not update phy power state in case of non-eDP panel replay
` [PATCH v5 06/19] drm/i915/psr: Do not write registers/bits not applicable for "
` [PATCH v5 07/19] drm/i915/psr: Call intel_psr_init_dpcd in intel_dp_detect
` [PATCH v5 08/19] drm/i915/psr: Unify panel replay enable/disable sink
linux-next: build warnings after merge of the drm-intel tree
2024-04-05 6:59 UTC (2+ messages)
v6.8 stable backport request for drm/i915
2024-04-05 4:29 UTC (4+ messages)
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