summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2020-09-14drm: fix double free for gbo in drm_gem_vram_init and drm_gem_vram_createJia Yang
2020-09-14drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann
2020-09-12drm: xlnx: remove defined but not used 'scaling_factors_666'Jason Yan
2020-09-11drm/bridge: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong
2020-09-11drm/bridge: dw-mipi-dsi: Use kmemdup cf. kmalloc+memcpyAlex Dewar
2020-09-11drm/ttm: nuke memory type flagsChristian König
2020-09-11drm/vmwgfx: stop setting multiple domain flagsChristian König
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König
2020-09-11drm/vram-helper: stop using TTM placement flagsChristian König
2020-09-11drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_setNathan Chancellor
2020-09-11drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}Nathan Chancellor
2020-09-11drm/i810: make i810_flush_queue() return voidJason Yan
2020-09-11drm/xlnx: Use devm_drm_dev_allocDaniel Vetter
2020-09-11drm/vkms: Use devm_drm_dev_allocDaniel Vetter
2020-09-11drm/vgem: Use devm_drm_dev_allocDaniel Vetter
2020-09-11drm/aspeed: Use managed drmm_mode_config_cleanupDaniel Vetter
2020-09-11drm/armada: Don't use drm_device->dev_privateDaniel Vetter
2020-09-11drm/armada: Use devm_drm_dev_allocDaniel Vetter
2020-09-10drm/panfrost: Ensure GPU quirks are always initialisedSteven Price
2020-09-10drm/panfrost: Set DMA max segment sizeRobin Murphy
2020-09-10drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()Dan Carpenter
2020-09-10drm/vc4: hdmi: Fix off by ones in vc4_hdmi_read/write()Dan Carpenter
2020-09-10drm/imx/dcss: fix compilation issue on 32bitLaurentiu Palcu
2020-09-10drm/panel: s6e63m0: Add missing MODULE_LICENSEYueHaibing
2020-09-10drm/bridge/tc358775: Remove unneeded semicolonZheng Bin
2020-09-09drm/imx/dcss: use drm_bridge_connector APILaurentiu Palcu
2020-09-09drm/imx: Add initial support for DCSS on iMX8MQLaurentiu Palcu
2020-09-09drm/imx: compile imx directory by defaultLaurentiu Palcu
2020-09-09gpu/drm: cleanup coding style a bitBernard Zhao
2020-09-09drm/virtio: report uuid in debugfsGurchetan Singh
2020-09-09drm/virtio: fix uninitialized variableGurchetan Singh
2020-09-09Fix use after free in get_capset_info callback.Doug Horn
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann
2020-09-09drm/ttm: drop the tt backend function paths.Dave Airlie
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie
2020-09-09drm/ttm/agp: drop back end bindings from agpDave Airlie
2020-09-09drm/gem_vram/ttm: move to driver backend destroy function.Dave Airlie
2020-09-09drm/amdgpu/ttm: move to driver backend binding funcsDave Airlie
2020-09-09drm/vmwgfx: move to driver binding functionsDave Airlie
2020-09-09drm/nouveau/ttm: use driver bind/unbind/destroy functions.Dave Airlie
2020-09-09drm/radeon/ttm: move to driver binding/destroy functions. (v2)Dave Airlie
2020-09-09drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie
2020-09-09drm/qxl: move bind/unbind/destroy to the driver function table.Dave Airlie
2020-09-09drm/ttm: add optional bind/unbind via driver.Dave Airlie
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König
2020-09-08drm/qxl: don't touch mem.bus.offsetChristian König
2020-09-08drm/bridge: dw-mipi-dsi: fix dw_mipi_dsi_debugfs_show/write warningsNeil Armstrong
2020-09-07drm/vkms: Add support for writebackRodrigo Siqueira