summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-03drm/sis: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+2
2021-05-03drm/savage: Remove references to struct drm_device.pdevThomas Zimmermann1-12/+14
2021-05-03drm/r128: Remove references to struct drm_device.pdevThomas Zimmermann3-7/+11
2021-05-03drm/mga: Remove references to struct drm_device.pdevThomas Zimmermann2-7/+9
2021-05-03drm/i810: Remove references to struct drm_device.pdevThomas Zimmermann1-3/+5
2021-05-03drm/ttm: properly allocate sys resource during swapoutChristian König1-5/+7
2021-05-03drm/ttm: always initialize the full ttm_resource v2Christian König4-27/+16
2021-05-03drm/ttm: add ttm_sys_manager v3Christian König5-25/+47
2021-05-03drm/ttm: cleanup ttm_agp_backendChristian König1-4/+4
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-05-01drm/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