summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2024-04-02drm/ast: Automatically clean up poll helperThomas Zimmermann
2024-04-02drm/ast: Implement polling for VGA and SIL164 connectorsThomas Zimmermann
2024-04-02drm/ast: Use drm_connector_helper_get_modes()Thomas Zimmermann
2024-04-02drm/ast: Acquire I/O-register lock in DDC codeThomas Zimmermann
2024-04-02drm/ast: Rename struct i2c_algo_bit_data callbacks and their parametersThomas Zimmermann
2024-04-02drm/ast: Store AST device in struct ast_ddcThomas Zimmermann
2024-04-02drm/ast: Pass AST device to ast_ddc_create()Thomas Zimmermann
2024-04-02drm/ast: Rename struct ast_i2c_chan to struct ast_ddcThomas Zimmermann
2024-04-02drm/ast: Move DDC code to ast_ddc.{c,h}Thomas Zimmermann
2024-04-02drm/ast: Allocate instance of struct ast_i2c_chan with managed helpersThomas Zimmermann
2024-04-02drm/ast: Remove struct ast_{vga,sil165}_connectorThomas Zimmermann
2024-04-02drm/ast: Fail probing if DDC channel could not be initializedThomas Zimmermann
2024-04-02drm/ast: Include <linux/of.h> where necessaryThomas Zimmermann
2024-04-02drm/i915/display: move dmc_firmware_path to display paramsJani Nikula
2024-04-02drm/i915: use fine grained -Woverride-init disableJani Nikula
2024-04-02Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2024-04-02drm/panthor: Fix clang -Wunused-but-set-variable in tick_ctx_apply()Nathan Chancellor
2024-04-02drm/panthor: Drop the dev_enter/exit() sections in _irq_suspend/resume()Boris Brezillon
2024-04-02drm/panthor: Fix ordering in _irq_suspend()Boris Brezillon
2024-04-02drm/panthor: Fix IO-page mmap() for 32-bit userspace on 64-bit kernelBoris Brezillon
2024-04-01drm/msm/dp: fix typo in dp_display_handle_port_status_changed()Abhinav Kumar
2024-04-01drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sen...Dmitry Baryshkov
2024-04-01drm/display: fix typoOleksandr Natalenko
2024-04-01drm/mediatek: Rename mtk_ddp_comp functionsHsiao Chien Sung
2024-04-01drm/mediatek: Rename files "mtk_drm_gem.c" to "mtk_gem.c"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename files "mtk_drm_gem.h" to "mtk_gem.h"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename files "mtk_drm_plane.c" to "mtk_plane.c"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename files "mtk_drm_plane.h" to "mtk_plane.h"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename files "mtk_drm_ddp_comp.c" to "mtk_ddp_comp.c"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename files "mtk_drm_ddp_comp.h" to "mtk_ddp_comp.h"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename files "mtk_drm_crtc.c" to "mtk_crtc.c"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename files "mtk_drm_crtc.h" to "mtk_crtc.h"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename "mtk_drm_hdmi" to "mtk_hdmi"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename "mtk_drm_gem" to "mtk_gem"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename "mtk_drm_plane" to "mtk_plane"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename "mtk_drm_ddp_comp" to "mtk_ddp_comp"Hsiao Chien Sung
2024-04-01drm/mediatek: Rename "mtk_drm_crtc" to "mtk_crtc"Hsiao Chien Sung
2024-04-01Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman
2024-04-01drm/mediatek: Init `ddp_comp` with devm_kcalloc()Douglas Anderson
2024-04-01drm/mediatek: Add 0 size check to mtk_drm_gem_objJustin Green
2024-04-01drm/mediatek: Add gamma support for MT8195Jason-JH.Lin
2024-04-01drm/mediatek: Use devm_platform_get_and_ioremap_resource() in mtk_hdmi_ddc_pr...Markus Elfring
2024-04-01drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY < 13Ankit Nautiyal
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-03-30drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti
2024-03-30drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti
2024-03-30drm/i915/gt: Disable HW load balancing for CCSAndi Shyti
2024-03-29drm/msm/dp: assign correct DP controller ID to x1e80100 interface tableKuogee Hsieh
2024-03-29drm/msm/dpu: don't allow overriding data from catalogDmitry Baryshkov