summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-03drm/ttm: add ttm_sys_manager v3Christian König
2021-05-03drm/ttm: cleanup ttm_agp_backendChristian König
2021-05-03drm/connector: demote connector force-probes for non-master clientsSimon Ser
2021-05-01drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann
2021-05-01drm: Add simpledrm driverThomas Zimmermann
2021-05-01drm/aperture: Add infrastructure for aperture ownershipThomas Zimmermann
2021-05-01drm/format-helper: Add blitter functionsThomas Zimmermann
2021-05-01drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann
2021-04-30drm/i915: Use the correct max source link rate for MSTNikola Cornij
2021-04-30drm/panel: panel-simple: Add missing pm_runtime_disable() callsDouglas Anderson
2021-04-30drm/bridge: nwl-dsi: Get MIPI DSI controller and PHY ready in ->mode_set()Liu Ying
2021-04-30drm/bridge: nwl-dsi: Remove a check on unchanged HS clock rate from ->mode_set()Liu Ying
2021-04-30drm/bridge: nwl-dsi: Force a full modeset when crtc_state->active is changed ...Liu Ying
2021-04-30drm/panel: Add DT bindings for Samsung LMS397KF04Linus Walleij
2021-04-29drm/dp_mst: Use Extended Base Receiver Capability DPCD spaceNikola Cornij
2021-04-29drm/vkms: add overlay supportMelissa Wen
2021-04-29drm/vkms: add XRGB planes compositionMelissa Wen
2021-04-29drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen
2021-04-29drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen
2021-04-29drm: Move struct drm_device.pdev to legacy sectionThomas Zimmermann
2021-04-29drm/i915: Don't assign to struct drm_device.pdevThomas Zimmermann
2021-04-29drm/i915: Remove reference to struct drm_device.pdevThomas Zimmermann
2021-04-29drm/i915/gt: Remove reference to struct drm_device.pdevThomas Zimmermann
2021-04-29drm/ast: Remove reference to struct drm_device.pdevThomas Zimmermann
2021-04-29drm/vmwgfx: replace idr_init() by idr_init_base()Deepak R Varma
2021-04-29drm/vmwgfx: use min_t to replace minBernard Zhao
2021-04-29gpu: drm: vmwgfx: convert comma to semicolonZheng Yongjun
2021-04-29drm/vmwgfx/vmwgfx_validation: Use flexible-array member instead of zero-lengt...Zou Wei
2021-04-29drm/vmwgfx: Fix a typoBhaskar Chowdhury
2021-04-29drm/vc4: fix argument ordering in vc4_crtc_get_margins()Dan Carpenter
2021-04-28drm/bridge: anx7625: Fix power on delayHsin-Yi Wang
2021-04-28drm: bridge: add missing word in Analogix help textRandy Dunlap
2021-04-27drm/dp_mst: Convert drm_dp_mst_topology.c to drm_err()/drm_dbg*()Lyude Paul
2021-04-27drm/dp_dual_mode: Convert drm_dp_dual_mode_helper.c to using drm_err/drm_dbg_...Lyude Paul
2021-04-27drm/dp: Convert drm_dp_helper.c to using drm_err/drm_dbg_*()Lyude Paul
2021-04-27drm/print: Handle potentially NULL drm_devices in drm_dbg_*Lyude Paul
2021-04-27drm/dp_mst: Pass drm_dp_mst_topology_mgr to drm_dp_get_vc_payload_bw()Lyude Paul
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_lspcon_(get|set)_mode()Lyude Paul
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_get_tmds_output()Lyude Paul
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_max_tmds_clock()Lyude Paul
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_set_tmds_output()Lyude Paul
2021-04-27drm/dp_dual_mode: Pass drm_device to drm_dp_dual_mode_detect()Lyude Paul
2021-04-27drm/dp: Always print aux channel name in logsLyude Paul
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp*_link_train_channel_eq_delay()Lyude Paul
2021-04-27drm/dp: Pass drm_dp_aux to drm_dp_link_train_clock_recovery_delay()Lyude Paul
2021-04-27drm/dp: Clarify DP AUX registration timeLyude Paul
2021-04-27drm/dp: Add backpointer to drm_device in drm_dp_auxLyude Paul
2021-04-27drm/nouveau/kms/nv50-: Move AUX adapter reg to connector late register/early ...Lyude Paul
2021-04-27drm/bridge/cdns-mhdp8546: Register DP aux channel with userspaceLyude Paul
2021-04-27drm/drm_file.c: Define drm_send_event_helper() as 'static'Fabio M. De Francesco