summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2021-05-03drm/panel: panel-simple: Power the panel when reading the EDIDDouglas Anderson
2021-05-03drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()Douglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enableDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Code motion of refclk management functionsDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspendDouglas Anderson
2021-05-03drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg codeDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-driversDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Move all the chip-related init to the startDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Cleanup managing of drvdataDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probeDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Clean debugfs codeDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disableDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: More renames in prep for sub-devicesDouglas Anderson
2021-05-03drm/bridge: ti-sn65dsi86: Rename the main driver data structureDouglas Anderson
2021-05-03drm: Remove pdev field from struct drm_deviceThomas Zimmermann
2021-05-03drm/via: Remove references to drm_device.pdevThomas Zimmermann
2021-05-03drm/sis: Remove references to struct drm_device.pdevThomas Zimmermann
2021-05-03drm/savage: Remove references to struct drm_device.pdevThomas Zimmermann
2021-05-03drm/r128: Remove references to struct drm_device.pdevThomas Zimmermann
2021-05-03drm/mga: Remove references to struct drm_device.pdevThomas Zimmermann
2021-05-03drm/i810: Remove references to struct drm_device.pdevThomas Zimmermann
2021-05-03drm/ttm: properly allocate sys resource during swapoutChristian König
2021-05-03drm/ttm: always initialize the full ttm_resource v2Christian König
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-03drm/msm/dpu: Delete bonkers codeRob Clark
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
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-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-30drm/panel: panel-simple: Add missing pm_runtime_disable() callsDouglas Anderson
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-04-30i915: fix remap_io_sg to verify the pgprotChristoph Hellwig
2021-04-30i915: use io_mapping_map_userChristoph Hellwig
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-30Merge tag 'drm-intel-next-fixes-2021-04-27' of git://anongit.freedesktop.org/...Dave Airlie
2021-04-30Merge tag 'amd-drm-next-5.13-2021-04-23' of https://gitlab.freedesktop.org/ag...Dave Airlie
2021-04-30Merge tag 'drm-misc-next-fixes-2021-04-29' of git://anongit.freedesktop.org/d...Dave Airlie
2021-04-30Merge tag 'drm/tegra/for-5.13-rc1' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie
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