summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-12-05drm/dp_mst: Simplify error path in drm_dp_mst_handle_down_rep()Imre Deak-6/+1
2024-12-05drm/dp_mst: Verify request type in the corresponding down message replyImre Deak-0/+31
2024-12-05drm/dp_mst: Fix resetting msg rx state after topology removalImre Deak-2/+19
2024-12-05drm/i915: ensure segment offset never exceeds allowed maxKrzysztof Karas-2/+2
2024-12-05drm/sun4i: use drm_atomic_helper_connector_hdmi_check()Dmitry Baryshkov-19/+1
2024-12-05drm/bridge: dw-hdmi-qp: replace mode_valid with tmds_char_rateDmitry Baryshkov-7/+5
2024-12-05drm/bridge: lontium-lt9611: drop TMDS char rate check in mode_validDmitry Baryshkov-3/+1
2024-12-05drm/display: bridge_connector: use drm_bridge_connector_mode_valid()Dmitry Baryshkov-1/+15
2024-12-05drm/vc4: use drm_hdmi_connector_mode_valid()Dmitry Baryshkov-3/+2
2024-12-05drm/sun4i: use drm_hdmi_connector_mode_valid()Dmitry Baryshkov-11/+1
2024-12-05drm/display: hdmi: add generic mode_valid helperDmitry Baryshkov-5/+298
2024-12-05drm/tests: hdmi: return meaningful value from set_connector_edid()Dmitry Baryshkov-16/+15
2024-12-05drm/tests: hdmi: rename connector creation functionDmitry Baryshkov-101/+101
2024-12-05drm/tests: hdmi: handle empty modes in find_preferred_mode()Dmitry Baryshkov-1/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-121/+0
2024-12-05drm/xen: remove redundant initialization info printJani Nikula-5/+0
2024-12-05drm/i915/wm: Club initialized variables of same type togetherSuraj Kandpal-1/+1
2024-12-05drm/i915/wm: Modify latency programmed into PKG_C_LATENCYSuraj Kandpal-5/+14
2024-12-05drm/i915/display: Refactor DPKGC code to call it from atomic_commit_tailSuraj Kandpal-12/+19
2024-12-05drm/i915/wm: Use intel_display structure in DPKGC codeSuraj Kandpal-3/+4
2024-12-05drm/i915/wm: Refactor dpkgc value preprationSuraj Kandpal-4/+4
2024-12-05drm/i915/wm: Initialize max_latency variable to appropriate valueSuraj Kandpal-4/+1
2024-12-04drm/nouveau: expose GSP-RM logging buffers via debugfsTimur Tabi-1/+528
2024-12-04drm/nouveau: retain device pointer in nvkm_gsp_mem objectTimur Tabi-17/+34
2024-12-04drm/nouveau: create module debugfs rootDanilo Krummrich-3/+51
2024-12-04drm/i915: Fix memory leak by correcting cache object name in error handlerJiasheng Jiang-1/+1
2024-12-04drm/i915/display: Use struct intel_display instead of struct drm_i915_privateMika Kahola-5/+4
2024-12-04drm/i915/xe3lpd: Power request asserting/deassertingMika Kahola-0/+39
2024-12-04drm/i915: Fix NULL pointer dereference in capture_engineEugene Kobyak-3/+15
2024-12-04drm/v3d: Add DRM_IOCTL_V3D_PERFMON_SET_GLOBALChristian Gmeiner-3/+67
2024-12-04drm/xe/display: fix ttm_bo_access() usageMatthew Auld-7/+28
2024-12-04drm/i915/cx0: split out mtl_get_cx0_buf_trans() to c10 and c20 variantsJani Nikula-7/+16
2024-12-03drm/amdgpu: rework resume handling for display (v2)Alex Deucher-2/+43
2024-12-04Merge tag 'drm-misc-fixes-2024-11-28' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-1/+4
2024-12-03drm/msm/dpu: fix x1e80100 intf_6 underrun/vsync interruptStephan Gerhold-2/+2
2024-12-03drm/xe/xe_guc_ads: Add nonpriv registers to write listJonathan Cavitt-0/+7
2024-12-03drm/xe/vsec: Support BMG devicesMichael J. Ruhl-0/+277
2024-12-03drm/dp: extract drm_dp_dpcd_clear_payload()Jani Nikula-1/+15
2024-12-03drm/dp: extract drm_dp_dpcd_write_payload()Jani Nikula-49/+60
2024-12-03drm/dp: extract drm_dp_dpcd_poll_act_handled()Jani Nikula-35/+55
2024-12-03drm/etnaviv: Add fdinfo support for memory statsChristian Gmeiner-1/+23
2024-12-03drm/etnaviv: Improve VA, PA, SIZE alignment checkingSui Jingfeng-12/+8
2024-12-03drm/etnaviv: Fix the debug log of the etnaviv_iommu_map()Sui Jingfeng-1/+1
2024-12-03drm/etnaviv: Drop the offset in page manipulationSui Jingfeng-2/+2
2024-12-03drm/etnaviv: Convert timeouts to secs_to_jiffies()Easwar Hariharan-1/+1
2024-12-03drm/etnaviv: Fix page property being used for non writecombine buffersSui Jingfeng-2/+14
2024-12-03drm/etnaviv: etnaviv_cmdbuf.c: Drop the unneeded 'etnaviv_perfmon.h' headerSui Jingfeng-1/+0
2024-12-03drm/etnaviv: Drop unused data member from the etnaviv_gem_object structureSui Jingfeng-2/+0
2024-12-03drm/ttm: use GEM references for VM mappingsChristian König-7/+7
2024-12-03drm/vmwgfx: Remove initialization of connector statusThomas Zimmermann-3/+0