Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-06 07:13:33 to 2025-11-08 03:40:26 UTC [more...]

[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-07  1:29 UTC  (10+ messages)
` [PATCH 02/22] vfio/hisi: Convert to the get_region_info op
` [PATCH 22/22] vfio: Remove "

[PATCH] drm/i195: Fix format string truncation warning
 2025-11-07 20:48 UTC  (2+ messages)

[PATCH 0/6] drm: avoid poking at dev->vblank[] directly
 2025-11-08  3:40 UTC  (11+ messages)
` [PATCH 1/6] drm/vblank: use drm_crtc_vblank_crtc() in workers
` [PATCH 2/6] drm/atomic: use drm_crtc_vblank_waitqueue()
` [PATCH 3/6] drm/msm: "
` [PATCH 4/6] drm/tidss: use drm_crtc_vblank_crtc()
` [PATCH 5/6] drm/vmwgfx: "
` [PATCH 6/6] drm/gma500: "
` ✓ i915.CI.BAT: success for drm: avoid poking at dev->vblank[] directly
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/fbc: Apply wa_15018326506
 2025-11-08  3:15 UTC  (10+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v2 1/2] drm/i915/ltphy: Implement HDMI Algo for Pll state
 2025-11-08  2:49 UTC  (4+ messages)
` [PATCH v2 2/2] drm/i915/ltphy: Return lowest portclock for HDMI from reverse algorithm
` ✓ i915.CI.BAT: success for series starting with [v2,1/2] drm/i915/ltphy: Implement HDMI Algo for Pll state
` ✗ i915.CI.Full: failure "

[PATCH v4] drm/i915/selftests: Keep mock file open during unfaultable migrate with fill
 2025-11-08  2:24 UTC  (4+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/selftests: Keep mock file open during unfaultable migrate with fill (rev4)
` ✓ i915.CI.BAT: success for drm/i915/selftests: Keep mock file open during unfaultable migrate with fill (rev5)
` ✗ i915.CI.Full: failure "

[PATCH v4 00/11] drm/i915/display: Add initial support for Xe3p_LPD
 2025-11-08  1:10 UTC  (14+ messages)
` [PATCH v4 01/11] drm/i915/wm: Do not make latency values monotonic on Xe3 onward
` [PATCH v4 02/11] drm/i915/vbt: Add fields dedicated_external and dyn_port_over_tc
` [PATCH v4 03/11] drm/i915/power: Use intel_encoder_is_tc()
` [PATCH v4 04/11] drm/i915/display: Handle dedicated external ports in intel_encoder_is_tc()
` [PATCH v4 05/11] drm/i915/fbc: Add intel_fbc_id_for_pipe()
` [PATCH v4 06/11] drm/i915/xe3p_lpd: Handle underrun debug bits
` [PATCH v4 07/11] drm/i915/xe3p_lpd: Extend Type-C flow for static DDI allocation
` [PATCH v4 08/11] drm/i915/nvls: Add NVL-S display support
` [PATCH v4 09/11] drm/i915/display: Use platform check in HAS_LT_PHY()
` [PATCH v4 10/11] drm/i915/display: Move HAS_LT_PHY() to intel_display_device.h
` [PATCH v4 11/11] drm/i915/display: Use HAS_LT_PHY() for LT PHY AUX power
` ✓ i915.CI.BAT: success for drm/i915/display: Add initial support for Xe3p_LPD (rev4)

[PATCH v3 00/29] drm/i915/display: Add initial support for Xe3p_LPD
 2025-11-07 23:53 UTC  (12+ messages)
` [PATCH v3 17/29] drm/i915/xe3p_lpd: Log FBC-related debug info for PIPE underrun
` [PATCH v3 19/29] drm/i915/wm: Do not make latency values monotonic on Xe3 onward
` [PATCH v3 21/29] drm/i915/xe3p_lpd: Enable system caching for FBC

[PATCH 0/9] drm/i915: Further drm_get_format_info() stuff
 2025-11-07 21:04 UTC  (11+ messages)
` [PATCH 1/9] drm/i915: Introduce intel_dumb_fb_max_stride()
` [PATCH 2/9] drm/i915: Pass drm_format_info into plane->max_stride()
` [PATCH 3/9] drm/i915: Populate fb->format accurately in BIOS FB readout
` [PATCH 4/9] drm/i915: Nuke intel_plane_config.tiling
` [PATCH 5/9] drm/i915/fb: Init 'ret' in each error branch in intel_framebuffer_init()
` [PATCH 6/9] drm/i915/wm: Use drm_get_format_info() in SKL+ cursor DDB allocation
` [PATCH 7/9] drm/i915: Use mode_config->cursor_width for "
` [PATCH 8/9] drm/i915/cursor: Extract intel_cursor_mode_config_init()
` [PATCH 9/9] drm/i915/cursor: Initialize 845 vs 865 cursor size separately
` ✓ i915.CI.BAT: success for drm/i915: Further drm_get_format_info() stuff

[PATCH v2 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-07 20:16 UTC  (26+ messages)
` [PATCH v2 01/22] vfio: Provide a get_region_info op
` [PATCH v2 02/22] vfio/hisi: Convert to the "
` [PATCH v2 03/22] vfio/virtio: "
` [PATCH v2 04/22] vfio/nvgrace: "
` [PATCH v2 05/22] vfio/pci: Fill in the missing get_region_info ops
` [PATCH v2 06/22] vfio/mtty: Provide a get_region_info op
` [PATCH v2 07/22] vfio/mdpy: "
` [PATCH v2 08/22] vfio/mbochs: "
` [PATCH v2 09/22] vfio/platform: "
` [PATCH v2 10/22] vfio/fsl: "
` [PATCH v2 11/22] vfio/cdx: "
` [PATCH v2 12/22] vfio/ccw: "
` [PATCH v2 13/22] vfio/gvt: "
` [PATCH v2 14/22] vfio: Require drivers to implement get_region_info
` [PATCH v2 15/22] vfio: Add get_region_info_caps op
` [PATCH v2 16/22] vfio/mbochs: Convert mbochs to use vfio_info_add_capability()
` [PATCH v2 17/22] vfio/gvt: Convert to get_region_info_caps
` [PATCH v2 18/22] vfio/ccw: "
` [PATCH v2 19/22] vfio/pci: Convert all PCI drivers "
` [PATCH v2 20/22] vfio/platform: Convert "
` [PATCH v2 21/22] vfio: Move the remaining drivers "
` [PATCH v2 22/22] vfio: Remove the get_region_info op
` ✗ Fi.CI.BUILD: failure for vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op (rev2)

[PATCH v2 00/10] drm/i915/frontbuffer: Fix the intel_frontbuffer lifetime mess
 2025-11-07 18:45 UTC  (7+ messages)
` [PATCH v2 09/10] drm/i915/frontbuffer: Fix intel_frontbuffer lifetime handling

[PATCH v2 00/10] drm/i915: Stop the intel_de_wait_custom() abuse
 2025-11-07 18:44 UTC  (26+ messages)
` [PATCH v2 01/10] drm/i915/cx0: Print the correct timeout
` [PATCH v2 02/10] drm/i915/cx0: Nuke extraneous timeout debugs
` [PATCH v2 03/10] drm/i915/ltphy: "
` [PATCH v2 04/10] drm/i915/cx0: Replace XELPDP_PORT_POWERDOWN_UPDATE_TIMEOUT_US with XELPDP_PORT_POWERDOWN_UPDATE_TIMEOUT_MS
` [PATCH v2 05/10] drm/i915/cx0: Get rid of XELPDP_MSGBUS_TIMEOUT_FAST_US
` [PATCH v2 06/10] drm/i915/cx0: s/XELPDP_MSGBUS_TIMEOUT_SLOW/XELPDP_MSGBUS_TIMEOUT_MS/
` [PATCH v2 07/10] drm/i915/cx0: s/XELPDP_PORT_RESET_END_TIMEOUT/XELPDP_PORT_RESET_END_TIMEOUT_US/
  ` [PATCH v3 07/10] drm/i915/cx0: s/XELPDP_PORT_RESET_END_TIMEOUT/XELPDP_PORT_RESET_END_TIMEOUT_MS/
` [PATCH v2 08/10] drm/i915/ltphy: Nuke bogus weird timeouts
` [PATCH v2 09/10] drm/i915/hdcp: Use the default 2 usec fast polling timeout
` [PATCH v2 10/10] drm/i915/pmdemand: "
` ✓ i915.CI.BAT: success for drm/i915: Stop the intel_de_wait_custom() abuse (rev2)
` ✓ i915.CI.BAT: success for drm/i915: Stop the intel_de_wait_custom() abuse (rev3)
` ✓ i915.CI.Full: "

[PATCH 0/5] drm/i915/rps: call rps functions through the parent interface
 2025-11-07 17:23 UTC  (9+ messages)
` [PATCH 1/5] drm/i915/rps: store struct dma_fence in struct wait_rps_boost
` [PATCH 2/5] drm/i915/rps: call RPS functions via the parent interface
` [PATCH 3/5] drm/i915/rps: postpone i915 fence check to boost
` [PATCH 4/5] drm/i915/rps: make fence priority setting part of the rps interface
` [PATCH 5/5] drm/xe/rps: build RPS as part of xe
` ✓ i915.CI.BAT: success for drm/i915/rps: call rps functions through the parent interface
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/psr: fix pipe to vblank conversion
 2025-11-07 15:14 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PULL] drm-xe-fixes
 2025-11-07 15:07 UTC 

[PATCH] drm/i915/psr: Reject async flips when selective fetch is enabled
 2025-11-07 14:36 UTC  (5+ messages)
` ✗ i915.CI.Full: failure for "
` ✓ i915.CI.BAT: success for drm/i915/psr: Reject async flips when selective fetch is enabled (rev2)

[PATCH] drm/i915/dp_mst: Disable Panel Replay
 2025-11-07 14:10 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH 0/3] drm/1915/dram: Fix DIMM_S decoding on ICL
 2025-11-07 13:37 UTC  (4+ messages)
` [PATCH 3/3] drm/i915/dram: Fix ICL DIMM_S decoding

[PATCH 0/7] drm/i915: Stop the intel_de_wait_custom() abuse
 2025-11-07  9:33 UTC  (23+ messages)
` [PATCH 1/7] drm/i915/cx0: Undo the unjustified timeout change
` [PATCH 2/7] drm/i915/cx0: Get rid of XELPDP_MSGBUS_TIMEOUT_FAST_US
` [PATCH 3/7] drm/i915/cx0: s/XELPDP_MSGBUS_TIMEOUT_SLOW/XELPDP_MSGBUS_TIMEOUT_MS/
` [PATCH 4/7] drm/i915/cx0: s/XELPDP_PORT_RESET_END_TIMEOUT/XELPDP_PORT_RESET_END_TIMEOUT_US/
` [PATCH 5/7] drm/i915/ltphy: Nuke bogus weird timeouts
` [PATCH 6/7] drm/i915/hdcp: Use the default 2 usec fast polling timeout
` [PATCH 7/7] drm/i915/pmdemand: "

[PATCH v2 00/10] Enable DP2.1 alpm
 2025-11-07  9:32 UTC  (6+ messages)
` [PATCH v2 04/10] drm/i915/alpm: Refactor Auxless wake time calculation
` [PATCH v2 10/10] drm/i915/alpm: Introduce has_alpm to decouple from pr/psr2/lobf

[PATCH v4 0/2] drm: Miscellaneous fixes in drm code
 2025-11-07  9:06 UTC  (7+ messages)
` [PATCH v4 1/2] drm: Avoid suspicious operations in drm_fb_dma_get_gem_addr()
` [PATCH v4 2/2] drm: Avoid undefined behavior on u16 multiplication in drm_crtc_vblank_helper_get_vblank_timestamp_internal()
` ✓ i915.CI.BAT: success for drm: Miscellaneous fixes in drm code (rev4)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/fbdev: Hold runtime PM ref during fbdev BO creation
 2025-11-07  8:33 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/display: Initialize the ret variable for default case
 2025-11-07  6:43 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH 1/2] drm/i915/display: Add register definitions for common SDP
 2025-11-07  3:42 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for series starting with [1/2] "

[PATCH 20/22] vfio/platform: Convert to get_region_info_caps
 2025-11-07  1:05 UTC  (3+ messages)

[CI 00/17] Reviewed patches from: [PATCH v3 00/29] drm/i915/display: Add initial support for Xe3p_LPD
 2025-11-06 20:59 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH v2 0/7] drm/i915/display: Handle vblank evasion with CONFIG_PREEMPT_RT
 2025-11-06 20:23 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/display: Handle vblank evasion with CONFIG_PREEMPT_RT (rev3)

[PATCH i-g-t v3 0/3] Add initial Panthor tests
 2025-11-06 17:10 UTC  (12+ messages)
` [PATCH i-g-t v3 1/3] lib: add support for opening Panthor devices
` [PATCH i-g-t v3 2/3] panthor: add initial infrastructure
` [PATCH i-g-t v3 3/3] tests/panthor: add panthor tests

[PULL] drm-intel-fixes
 2025-11-06 14:31 UTC 

[PATCH] drm/i915/display: Add default case to mipi_exec_send_packet
 2025-11-06 14:02 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH v2] drm/i915/pmu: Use raw_spin_lock where ever needed in i915 pmu
 2025-11-06 13:36 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915/pmu: Use raw_spin_lock where ever needed in i915 pmu (rev2)

[PATCH i-g-t] tests/gem_lmem_swapping: Suppress output from killed oom helpers
 2025-11-06 13:18 UTC  (2+ messages)

[v6 13/16] drm/i915/xelpd: Program Plane Post CSC Registers
 2025-11-06 13:16 UTC  (2+ messages)

[PULL] drm-misc-fixes
 2025-11-06 13:12 UTC 

[PATCH v2 0/7] Refactor drm_writeback_connector structure
 2025-11-06 12:17 UTC  (8+ messages)
` [PATCH v2 1/7] drm: writeback: "

[PATCH] drm/ttm: Fix @alloc_flags description
 2025-11-06 10:36 UTC  (5+ messages)

[PATCH 1/2] drm/i915/ltphy: Implement HDMI Algo for Pll state
 2025-11-06 10:20 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/ltphy: Return lowest portclock for HDMI from reverse algorithm


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