summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-10-22drm/amdgpu: init saw registers for mmhub v1.0Zhu Lingshan-0/+72
2024-10-22drm/amdgpu/discovery: add ISP discovery entries for old APUsAlex Deucher-0/+2
2024-10-22drm/amd: Guard against bad data for ATIF ACPI methodMario Limonciello-3/+12
2024-10-22drm/xe/pf: Show VFs LMEM provisioning summary over debugfsMichal Wajdeczko-0/+41
2024-10-22drm/xe/guc: Prevent GuC register capture running on VFZhanjun Dong-1/+7
2024-10-22drm/sched: memset() 'job' in drm_sched_job_init()Philipp Stanner-0/+8
2024-10-22drm/imx: legacy-bridge: add MODULE_DESCRIPTIONArnd Bergmann-0/+1
2024-10-22drm/imx: parallel-display: add legacy bridge Kconfig dependencyArnd Bergmann-0/+1
2024-10-22drm/mediatek: Fix color format MACROs in OVLHsin-Te Yuan-2/+2
2024-10-22drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCsJason-JH.Lin-10/+46
2024-10-22drm/mediatek: ovl: Add blend_modes to driver dataJason-JH.Lin-3/+31
2024-10-22drm/mediatek: ovl: Remove the color format comment for ovl_fmt_convert()Jason-JH.Lin-5/+0
2024-10-22drm/mediatek: ovl: Refine ignore_pixel_alpha comment and placementJason-JH.Lin-9/+9
2024-10-22drm/mediatek: ovl: Fix XRGB format breakage for blend_modes unsupported SoCsJason-JH.Lin-1/+7
2024-10-22drm/i915/display: Remove kstrdup_const() and kfree_const() usageChristophe JAILLET-3/+3
2024-10-22drm/i915/gvt: use macros from drm_dp.h instead of duplicationJani Nikula-73/+36
2024-10-22drm/i915/ddi: use string choice helpersR Sundar-1/+1
2024-10-22drm/i915/dp: use string choice helpersR Sundar-1/+1
2024-10-22drm/i915/gt: Retry RING_HEAD reset until it get sticksNitin Gote-4/+27
2024-10-22drm/xe: fix build failure originating from backmergeJani Nikula-1/+1
2024-10-22drm/fbdev: fix drm_fb_helper_deferred_io() build failureDmitry Baryshkov-0/+2
2024-10-21drm/xe: enable lite restoreFei Yang-1/+2
2024-10-21drm/bridge: tc358767: fix missing of_node_put() in for_each_endpoint_of_node()Javier Carrasco-0/+1
2024-10-21drm/bridge: Fix assignment of the of_node of the parent to aux bridgeAbel Vesa-1/+2
2024-10-21drm/bridge: sii902x: Set input bus format based on bus-widthWadim Egorov-1/+23
2024-10-21drm/bridge: ite-it66121: Drop hdmi_avi_infoframe_init() function callLiu Ying-2/+0
2024-10-21drm/bridge: tc358768: switch to bus-widthKrzysztof Kozlowski-1/+3
2024-10-21drm/meson: drop unused static dw_hdmi_dwc_write_bitsKrzysztof Kozlowski-14/+0
2024-10-21drm/mediatek: Implement OF graphs support for display pathsAngeloGioacchino Del Regno-22/+312
2024-10-21drm/msm/dpu: sync mode_config limits to the FB limits in dpu_plane.cDmitry Baryshkov-7/+16
2024-10-21drm/msm/dpu: merge MAX_IMG_WIDTH/HEIGHT with DPU_MAX_IMG_WIDTH/HEIGHTDmitry Baryshkov-7/+4
2024-10-21drm/msm/dpu: check for the plane pitch overflowDmitry Baryshkov-1/+7
2024-10-21drm/msm/dpu: move layout setup population out of dpu_plane_prepare_fb()Dmitry Baryshkov-15/+11
2024-10-21drm/msm/dpu: make dpu_format_populate_addrs return voidDmitry Baryshkov-71/+21
2024-10-21drm/msm/dpu: split dpu_format_populate_layoutDmitry Baryshkov-19/+44
2024-10-21drm/msm/dpu: move pitch check to _dpu_format_get_plane_sizes_linear()Dmitry Baryshkov-10/+6
2024-10-21drm/msm/dpu: pass drm_framebuffer to _dpu_format_get_plane_sizes()Dmitry Baryshkov-39/+34
2024-10-21drm/msm/dpu: drop msm_format from struct dpu_hw_fmt_layoutDmitry Baryshkov-38/+25
2024-10-21drm/msm/dpu: drop extra aspace checks in dpu_formatsDmitry Baryshkov-5/+2
2024-10-21drm/msm/dpu: drop dpu_format_populate_layout from dpu_plane_sspp_atomic_updateDmitry Baryshkov-15/+7
2024-10-21drm/msm/dpu: drop dpu_format_check_modified_formatDmitry Baryshkov-66/+0
2024-10-21drm/msm/dpu: Add SA8775P supportMahadevan-0/+488
2024-10-21drm/msm: mdss: Add SA8775P supportMahadevan-0/+11
2024-10-21drm/msm: Use video aperture helpersThomas Zimmermann-2/+2
2024-10-21drm/msm/dpu: drop LM_3 / LM_4 on MSM8998Dmitry Baryshkov-12/+0
2024-10-21drm/msm/dpu: drop LM_3 / LM_4 on SDM845Dmitry Baryshkov-12/+0
2024-10-21drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 blockDmitry Baryshkov-1/+1
2024-10-21drm/msm8998: make const arrays ratio_list and band_list staticColin Ian King-3/+2
2024-10-21drm/msm: Remove unneeded semicolonYang Li-1/+1
2024-10-21drm/msm/dpu: Add support for MSM8917Dmitry Baryshkov-0/+191