aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-05-03drm/panel: panel-simple: Power the panel when reading the EDIDDouglas Anderson1-1/+7
2021-05-03drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()Douglas Anderson1-1/+0
2021-05-03drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enableDouglas Anderson1-35/+94
2021-05-03drm/bridge: ti-sn65dsi86: Code motion of refclk management functionsDouglas Anderson1-58/+58
2021-05-03drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspendDouglas Anderson1-6/+8
2021-05-03drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg codeDouglas Anderson1-19/+5
2021-05-03drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-driversDouglas Anderson2-53/+200
2021-05-03drm/bridge: ti-sn65dsi86: Move all the chip-related init to the startDouglas Anderson1-13/+13
2021-05-03drm/bridge: ti-sn65dsi86: Cleanup managing of drvdataDouglas Anderson1-6/+2
2021-05-03drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probeDouglas Anderson1-14/+12
2021-05-03drm/bridge: ti-sn65dsi86: Clean debugfs codeDouglas Anderson1-12/+21
2021-05-03drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disableDouglas Anderson1-5/+9
2021-05-03drm/bridge: ti-sn65dsi86: More renames in prep for sub-devicesDouglas Anderson1-42/+42
2021-05-03drm/bridge: ti-sn65dsi86: Rename the main driver data structureDouglas Anderson1-43/+43
2021-05-03drm: Remove pdev field from struct drm_deviceThomas Zimmermann1-1/+0
2021-05-03drm/via: Remove references to drm_device.pdevThomas Zimmermann2-7/+11
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/etnaviv: rework linear window offset calculationLucas Stach1-26/+26
2021-05-03drm/etnaviv: Remove useless error messageTian Tao1-3/+1
2021-05-03drm/etnaviv: Remove redundant NULL checkJiapeng Chong1-8/+4
2021-05-03drm/i915/backlight: use unique backlight device namesJani Nikula1-4/+19
2021-05-03drm/i915/backlight: clean up backlight device registerJani Nikula1-13/+22
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 Ser1-3/+8
2021-05-03drm/msm/dpu: Delete bonkers codeRob Clark3-32/+0
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-8/+1
2021-05-01drm/simpledrm: Acquire memory aperture for framebufferThomas Zimmermann1-1/+24
2021-05-01drm: Add simpledrm driverThomas Zimmermann3-0/+890
2021-05-01drm/aperture: Add infrastructure for aperture ownershipThomas Zimmermann1-4/+217
2021-05-01drm/format-helper: Add blitter functionsThomas Zimmermann1-0/+87
2021-05-01drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann3-6/+7
2021-04-30drm/i915: Use the correct max source link rate for MSTNikola Cornij1-3/+4
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-101/+27
2021-04-30drm/panel: panel-simple: Add missing pm_runtime_disable() callsDouglas Anderson1-1/+4
2021-04-30Merge tag 'drm-next-2021-04-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds117-604/+2309
2021-04-30i915: fix remap_io_sg to verify the pgprotChristoph Hellwig1-49/+22
2021-04-30i915: use io_mapping_map_userChristoph Hellwig4-52/+5
2021-04-30drm/i915: Use might_alloc()Bernard Zhao1-1/+1
2021-04-30drm/i915: Remove erroneous i915_is_ggtt check for I915_GEM_OBJECT_UNBIND_VM_TRYLOCKMaarten Lankhorst1-2/+1
2021-04-30drm/i915/selftests: Fix active retire callback alignmentTvrtko Ursulin2-2/+2
2021-04-30drm/i915/overlay: Fix active retire callback alignmentTvrtko Ursulin1-1/+1
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