summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2026-04-15drm/i915: Use a 1 second timeout for the polling vblank waitVille Syrjälä
2026-04-15drm/i915: Move initial plane vblank wait into display codeVille Syrjälä
2026-04-15drm/i915: Make plane_config->fb a struct drm_framebuffer*Ville Syrjälä
2026-04-15drm/i915: Don't pass the whole plane_config to initial_plane_phys()Ville Syrjälä
2026-04-15drm/i915: Remove 'mem' and 'phy_base' from struct intel_initial_plane_configVille Syrjälä
2026-04-15drm/i915: Introduce sanity to the plane_config pointer vs. array thingVille Syrjälä
2026-04-15drm/i915/psr: Init variable to avoid early exit from et alignment loopJouni Högander
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds
2026-04-14drm/xe: Fix error cleanup in xe_exec_queue_create_ioctl()Shuicheng Lin
2026-04-14drm/xe: Fix dma-buf attachment leak in xe_gem_prime_import()Shuicheng Lin
2026-04-14drm/xe: Fix bo leak in xe_dma_buf_init_obj() on allocation failureShuicheng Lin
2026-04-14drm/xe/bo: Fix bo leak on GGTT flag validation in xe_bo_init_locked()Shuicheng Lin
2026-04-14drm/xe/bo: Fix bo leak on unaligned size validation in xe_bo_init_locked()Shuicheng Lin
2026-04-14drm/xe: Fix potential NULL deref in xe_exec_queue_tlb_inval_last_fence_put_un...Shuicheng Lin
2026-04-14drm/mxsfb/lcdif: use DRM_BRIDGE_ATTACH_NO_CONNECTOR and the bridge-connectorLuca Ceresoli
2026-04-14drm/bridge: imx8mp-hdmi-tx: switch to DRM_BRIDGE_ATTACH_NO_CONNECTORLuca Ceresoli
2026-04-14drm/bridge: imx8mp-hdmi-tx-connector-fixup: show a warning when adding the ov...Luca Ceresoli
2026-04-14drm/bridge: imx8mp-hdmi-tx-connector-fixup: add an hdmi-connector when missin...Luca Ceresoli
2026-04-14drm/bridge: dw-hdmi: move next_bridge lookup to attach timeLuca Ceresoli
2026-04-14drm/bridge: dw-hdmi: warn on unsupported attach combinationLuca Ceresoli
2026-04-14drm/mxsfb/lcdif: move iteration-specific variables declaration inside loop in...Luca Ceresoli
2026-04-14drm/mxsfb/lcdif: use dev_err_probe() consistently in lcdif_attach_bridgeLuca Ceresoli
2026-04-14drm/mxsfb/lcdif: simplify ep pointer management using __freeLuca Ceresoli
2026-04-14drm/mxsfb/lcdif: simplify remote pointer management using __freeLuca Ceresoli
2026-04-14drm/xe/pf: Derive admin-only PF mode from xe_device stateSatyanarayana K V P
2026-04-14drm/xe/pf: Restrict device query responses in admin-only PF modeSatyanarayana K V P
2026-04-14drm/bridge: dw-mipi-dsi: Fix bridge leak when host attach failsOsama Abdelkader
2026-04-14drm/arcpgu: fix device node leakLuca Ceresoli
2026-04-14drm/i915/wm: Verify the correct plane DDB entryVille Syrjälä
2026-04-14drm/i915/backlight: Fix VESA backlight possible check conditionSuraj Kandpal
2026-04-13drm/xe/vf: Use drm mm instead of drm sa for CCS read/writeSatyanarayana K V P
2026-04-13drm/xe: Add memory pool with shadow supportSatyanarayana K V P
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2026-04-13drm/xe/debugfs: Correct printing of register whitelist rangesMatt Roper
2026-04-13drm/xe: Mark ROW_CHICKEN5 as a masked registerMatt Roper
2026-04-13drm/xe/tuning: Use proper register offset for GAMSTLB_CTRLMatt Roper
2026-04-13drm/xe/tuning: Stop applying CCCHKNREG1 tuning from Xe3p onwardMatt Roper
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-13drm/i915/dp: Make the RGB fallback for "4:2:0 only" modes the last resortVille Syrjälä
2026-04-13drm/i915/hdmi: Make the RGB fallback for "4:2:0 only" modes the last resortVille Syrjälä
2026-04-13drm/i915/dp: Validate sink format in .mode_valid()Ville Syrjälä
2026-04-13drm/i915/dp: Require a HDMI sink for YCbCr output via PCONVille Syrjälä
2026-04-13drm/i915/dp: Validate "4:2:0 also" modes twiceVille Syrjälä
2026-04-13drm/i915/dp: Restructure the sink/output format selectionVille Syrjälä
2026-04-13drm/i915/hdmi: Restructure 4:2:0 vs. 4:4:4 mode validationVille Syrjälä
2026-04-13drm/i915/hdmi: Restructure the sink/output format selectionVille Syrjälä
2026-04-13drm/i915/hdmi: Add missing intel_pfit_mode_valid() for 4:2:0 also modesVille Syrjälä
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds
2026-04-13drm/bridge: analogix_dp: Apply panel_bridge helperDamon Ding
2026-04-13drm/bridge: analogix_dp: Remove bridge disabing and panel unpreparing in anal...Damon Ding