Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-07 12:16:37 to 2025-11-10 17:29:08 UTC [more...]

[PATCH 00/16] drm/i915/de: Register polling cleanup
 2025-11-10 17:27 UTC  (17+ messages)
` [PATCH 01/16] drm/i915/de: Implement register waits one way
` [PATCH 02/16] drm/i915/de: Have intel_de_wait() hand out the final register value
` [PATCH 03/16] drm/i915/de: Include units in intel_de_wait*() function names
` [PATCH 04/16] drm/i915/de: Introduce intel_de_wait_us()
` [PATCH 05/16] drm/i915/de: Use intel_de_wait_us()
` [PATCH 06/16] drm/i915/de: Use intel_de_wait_ms() for the obvious cases
` [PATCH 07/16] drm/i915/de: Nuke intel_de_wait_custom()
` [PATCH 08/16] drm/i915/de: Introduce intel_de_wait_for_{set, clear}_us()
` [PATCH 09/16] drm/i915/de: Use intel_de_wait_for_{set,clear}_us()
` [PATCH 10/16] drm/i915/de: Use intel_de_wait_for_{set,clear}_ms()
` [PATCH 11/16] drm/1915/dpio: Stop using intel_de_wait_fw_ms()
` [PATCH 12/16] drm/u195/de: Replace __intel_de_rmw_nowl() with intel_de_rmw_fw()
` [PATCH 13/16] drm/i915/de: Nuke wakelocks from intel_de_wait_fw_ms()
` [PATCH 14/16] drm/i915/de: Replace __intel_de_wait_for_register_nowl() with intel_de_wait_fw_us_atomic()
` [PATCH 15/16] drm/i915/power: Use the intel_de_wait_ms() out value
` [PATCH 16/16] drm/i915/dpio: "

[PATCH v4 00/11] drm/i915/display: Add initial support for Xe3p_LPD
 2025-11-10 17:03 UTC  (19+ 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)
` ✗ i915.CI.Full: failure "

Cache coherency issues when reading from intel Xe buffer
 2025-11-10 16:48 UTC 

[PATCH 00/24] drm/vblank: refactoring and cleanups
 2025-11-10 16:17 UTC  (25+ messages)
` [PATCH 01/24] drm/vblank: Unexport drm_wait_one_vblank()
` [PATCH 02/24] drm/vblank: remove drm_wait_one_vblank() completely
` [PATCH 03/24] drm/vblank: remove superfluous pipe check
` [PATCH 04/24] drm/vblank: add return value to drm_crtc_wait_one_vblank()
` [PATCH 05/24] drm/vblank: use the drm_vblank_crtc() and drm_crtc_vblank_crtc() helpers more
` [PATCH 06/24] drm/vblank: prefer drm_crtc_vblank_crtc() over drm_vblank_crtc()
` [PATCH 07/24] drm/vblank: pass vlank to drm_vblank_get()/_put()/_count()
` [PATCH 08/24] drm/vblank: pass vblank to drm_update_vblank_count()
` [PATCH 09/24] drm/vblank: pass vblank to drm_handle_vblank_events()
` [PATCH 10/24] drm/vblank: use the vblank based interfaces more
` [PATCH 11/24] drm/vblank: pass vblank to drm_queue_vblank_event()
` [PATCH 12/24] drm/vblank: pass vblank to drm_wait_vblank_reply()
` [PATCH 13/24] drm/vblank: pass vblank to drm_vblank_count_and_time()
` [PATCH 14/24] drm/vblank: pass vblank to drm_reset_vblank_timestamp()
` [PATCH 15/24] drm/vblank: pass vblank to store_vblank()
` [PATCH 16/24] drm/vblank: pass vblank to drm_vblank_enable()
` [PATCH 17/24] drm/vblank: merge drm_vblank_restore() into drm_crtc_vblank_restore()
` [PATCH 18/24] drm/vblank: add drm_crtc_from_vblank() helper
` [PATCH 19/24] drm/vblank: pass vblank to __get_vblank_counter() and drm_max_vblank_count()
` [PATCH 20/24] drm/vblank: pass vblank to __{enable,disable}_vblank()
` [PATCH 21/24] drm/vblank: pass vblank to drm_get_last_vbltimestamp()
` [PATCH 22/24] drm/vblank: pass vblank to drm_vblank_disable_and_save(), make static
` [PATCH 23/24] drm/vblank: reduce pipe checks
` [PATCH 24/24] drm/vblank: clean up debug logging

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

[PATCH v2 0/7] drm/i915/display: Handle vblank evasion with CONFIG_PREEMPT_RT
 2025-11-10 16:09 UTC  (4+ messages)

[PATCH v7 00/11] drm: Reduce page tables overhead with THP
 2025-11-10 15:49 UTC  (12+ messages)
` [PATCH v7 01/11] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v7 02/11] drm/shmem-helper: Map huge pages "
` [PATCH v7 03/11] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v7 04/11] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v7 05/11] drm/i915: Use "
` [PATCH v7 06/11] drm/v3d: "
` [PATCH v7 07/11] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v7 08/11] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v7 09/11] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v7 10/11] drm/panfrost: Introduce huge tmpfs mountpoint option
` [PATCH v7 11/11] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH] drm/i195: Fix format string truncation warning
 2025-11-10 15:34 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH] drm/i915/fbdev: Hold runtime PM ref during fbdev BO creation
 2025-11-10 15:26 UTC  (3+ messages)

[CI] drm/i915/rom: convert intel_rom interfaces to struct drm_device
 2025-11-10 15:21 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/rom: convert intel_rom interfaces to struct drm_device (rev3)
` ✓ i915.CI.Full: "

[PATCH v4 00/13] drm: Reduce page tables overhead with THP
 2025-11-10 14:39 UTC  (6+ messages)
` [PATCH v4 03/13] drm/shmem-helper: Map huge pages in fault handlers

[PATCH v5 00/12] drm: Reduce page tables overhead with THP
 2025-11-10 14:32 UTC  (4+ messages)
` [PATCH v5 04/12] drm/gem: Introduce drm_gem_get_unmapped_area() fop

[PATCH v6 00/11] drm: Reduce page tables overhead with THP
 2025-11-10 14:27 UTC  (12+ messages)
` [PATCH v6 01/11] drm/shmem-helper: Simplify page offset calculation in fault handler
` [PATCH v6 02/11] drm/shmem-helper: Map huge pages "
` [PATCH v6 03/11] drm/gem: Introduce drm_gem_get_unmapped_area() fop
` [PATCH v6 04/11] drm/gem: Add huge tmpfs mountpoint helpers
` [PATCH v6 05/11] drm/i915: Use "
` [PATCH v6 06/11] drm/v3d: "
` [PATCH v6 07/11] drm/gem: Get rid of *_with_mnt helpers
` [PATCH v6 08/11] drm/panthor: Introduce huge tmpfs mountpoint option
` [PATCH v6 09/11] drm/panthor: Improve IOMMU map/unmap debugging logs
` [PATCH v6 10/11] drm/panfrost: Introduce huge tmpfs mountpoint option
` [PATCH v6 11/11] Documentation/gpu/drm-mm: Add THP paragraph to GEM mapping section

[PATCH 0/6] drm: avoid poking at dev->vblank[] directly
 2025-11-10 13:42 UTC  (18+ 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 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-11-05 20:58 UTC  (9+ messages)
` [PATCH 04/22] vfio/nvgrace: Convert to the get_region_info op
` [PATCH 14/22] vfio: Require drivers to implement get_region_info

[PATCH] drm/i915: Fix improper freeing of GTT resources
 2025-11-10  8:48 UTC 

[PATCH 0/1] drm/i915/display: Add quirk to force backlight type on some TUXEDO devices
 2025-11-03 18:41 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v3 0/3] replace old wq(s), add WQ_PERCPU to alloc_workqueue
 2025-11-10 12:11 UTC  (3+ messages)

[v6 00/16] Plane Color Pipeline support for Intel platforms
 2025-11-10 12:09 UTC  (5+ messages)
` [v6 14/16] drm/i915/display: Add registers for 3D LUT
` [v6 15/16] drm/i915/color: Add 3D LUT to color pipeline

[PATCH 0/5] drm/i915/rps: call rps functions through the parent interface
 2025-11-10 11:30 UTC  (4+ messages)
` [PATCH 4/5] drm/i915/rps: make fence priority setting part of the rps interface

[PATCH] drm/i915/psr: fix pipe to vblank conversion
 2025-11-10 11:21 UTC  (4+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH 0/9] drm/i915: Further drm_get_format_info() stuff
 2025-11-10 11:10 UTC  (16+ 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
` ✗ i915.CI.Full: failure "

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

[PATCH v2 00/10] Enable DP2.1 alpm
 2025-11-10  9:06 UTC  (12+ messages)
` [PATCH v2 02/10] drm/i915/alpm: alpm_init() for DP2.1
` [PATCH v2 03/10] drm/i915/alpm: Enable debugfs "
` [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 v3 00/29] drm/i915/display: Add initial support for Xe3p_LPD
 2025-11-10  8:16 UTC  (9+ messages)
` [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

REGRESSION on linux-next (next-20251106)
 2025-11-10  6:36 UTC 

[PATCH 0/7] drm/i915: Stop the intel_de_wait_custom() abuse
 2025-11-10  6:32 UTC  (9+ messages)
` [PATCH 5/7] drm/i915/ltphy: Nuke bogus weird timeouts

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

linux-next: build warnings after merge of the drm-misc tree
 2025-11-10  2:50 UTC 

linux-next: build warnings after merge of the drm-misc tree
 2025-11-10  2:24 UTC 

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

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

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

[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  (3+ messages)
` ✓ i915.CI.Full: success for drm/i915: Stop the intel_de_wait_custom() abuse (rev3)

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

[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


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