summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-03drm/connector: demote connector force-probes for non-master clientsSimon Ser2-6/+12
2021-05-01drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann1-1/+24
2021-05-01drm: Add simpledrm driverThomas Zimmermann5-1/+898
2021-05-01drm/aperture: Add infrastructure for aperture ownershipThomas Zimmermann2-4/+221
2021-05-01drm/format-helper: Add blitter functionsThomas Zimmermann2-0/+95
2021-05-01drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann4-7/+8
2021-04-30drm/i915: Use the correct max source link rate for MSTNikola Cornij1-3/+4
2021-04-30drm/panel: panel-simple: Add missing pm_runtime_disable() callsDouglas Anderson1-1/+4
2021-04-30drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()Liu Ying1-16/+12
2021-04-30drm/bridge: nwl-dsi: Remove a check on unchanged HS clock rate from ->mode_set()Liu Ying1-7/+0
2021-04-30drm/bridge: nwl-dsi: Force a full modeset when crtc_state->active is changed ...Liu Ying1-22/+39
2021-04-30drm/panel: Add DT bindings for Samsung LMS397KF04Linus Walleij1-0/+74
2021-04-29drm/dp_mst: Use Extended Base Receiver Capability DPCD spaceNikola Cornij8-15/+71
2021-04-29drm/vkms: add overlay supportMelissa Wen5-14/+45
2021-04-29drm/vkms: add XRGB planes compositionMelissa Wen2-15/+48
2021-04-29drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen1-15/+16
2021-04-29drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen3-34/+22
2021-04-29drm: Move struct drm_device.pdev to legacy sectionThomas Zimmermann1-3/+3
2021-04-29drm/i915: Don't assign to struct drm_device.pdevThomas Zimmermann2-2/+0
2021-04-29drm/i915: Remove reference to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-04-29drm/i915/gt: Remove reference to struct drm_device.pdevThomas Zimmermann1-1/+1
2021-04-29drm/ast: Remove reference to struct drm_device.pdevThomas Zimmermann1-3/+2
2021-04-29drm/vmwgfx: replace idr_init() by idr_init_base()Deepak R Varma2-2/+2
2021-04-29drm/vmwgfx: use min_t to replace minBernard Zhao1-1/+1
2021-04-29gpu: drm: vmwgfx: convert comma to semicolonZheng Yongjun1-1/+1
2021-04-29drm/vmwgfx/vmwgfx_validation: Use flexible-array member instead of zero-lengt...Zou Wei1-1/+1
2021-04-29drm/vmwgfx: Fix a typoBhaskar Chowdhury1-1/+1
2021-04-29drm/vc4: fix argument ordering in vc4_crtc_get_margins()Dan Carpenter1-1/+1
2021-04-28drm/bridge: anx7625: Fix power on delayHsin-Yi Wang1-1/+1
2021-04-28drm: bridge: add missing word in Analogix help textRandy Dunlap1-1/+1
2021-04-27drm/dp_mst: Convert drm_dp_mst_topology.c to drm_err()/drm_dbg*()Lyude Paul1-181/+187
2021-04-27drm/dp_dual_mode: Convert drm_dp_dual_mode_helper.c to using drm_err/drm_dbg_...Lyude Paul1-24/+21
2021-04-27drm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*()Lyude Paul1-62/+59
2021-04-27drm/print: Handle potentially NULL drm_devices in drm_dbg_*Lyude Paul1-10/+10
2021-04-27drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()Lyude Paul3-4/+9
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()Lyude Paul3-10/+14
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_get_tmds_output()Lyude Paul2-3/+4
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()Lyude Paul3-3/+4
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()Lyude Paul3-4/+4
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()Lyude Paul4-5/+10
2021-04-27drm/dp: Always print aux channel name in logsLyude Paul1-6/+7
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul8-16/+22
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul8-8/+11
2021-04-27drm/dp: Clarify DP AUX registration timeLyude Paul1-13/+32
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul20-6/+36
2021-04-27drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early ...Lyude Paul1-5/+20
2021-04-27drm/bridge/cdns-mhdp8546: Register DP aux channel with userspaceLyude Paul1-1/+10
2021-04-27drm/drm_file.c: Define drm_send_event_helper() as 'static'Fabio M. De Francesco1-13/+1
2021-04-27drm/bochs: Add screen blanking supportTakashi Iwai3-1/+33
2021-04-27drm/ast: Fixed CVE for DP501KuoHsiang Chou3-37/+125