summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König16-97/+114
2020-09-11drm/vram-helper: stop using TTM placement flagsChristian König2-9/+12
2020-09-11drm/vc4: Fix bitwise OR versus ternary operator in vc4_plane_mode_setNathan Chancellor1-2/+2
2020-09-11drm/vc4: Update type of reg parameter in vc4_hdmi_{read,write}Nathan Chancellor1-2/+2
2020-09-11drm/i810: make i810_flush_queue() return voidJason Yan1-3/+3
2020-09-11drm/xlnx: Use devm_drm_dev_allocDaniel Vetter1-21/+6
2020-09-11drm/vkms: Use devm_drm_dev_allocDaniel Vetter1-28/+28
2020-09-11drm/vgem: Use devm_drm_dev_allocDaniel Vetter1-31/+24
2020-09-11drm/aspeed: Use managed drmm_mode_config_cleanupDaniel Vetter1-4/+11
2020-09-11drm/armada: Don't use drm_device->dev_privateDaniel Vetter7-14/+14
2020-09-11drm/armada: Use devm_drm_dev_allocDaniel Vetter1-20/+6
2020-09-10drm/panfrost: Ensure GPU quirks are always initialisedSteven Price1-1/+2
2020-09-10drm/panfrost: Set DMA max segment sizeRobin Murphy1-0/+1
2020-09-10drm/vc4: hdmi: Fix NULL vs IS_ERR() checks in vc5_hdmi_init_resources()Dan Carpenter1-16/+16
2020-09-10drm/vc4: hdmi: Fix off by ones in vc4_hdmi_read/write()Dan Carpenter1-2/+2
2020-09-10drm/imx/dcss: fix compilation issue on 32bitLaurentiu Palcu1-1/+1
2020-09-10drm/panel: s6e63m0: Add missing MODULE_LICENSEYueHaibing1-0/+4
2020-09-10drm/bridge/tc358775: Remove unneeded semicolonZheng Bin1-1/+1
2020-09-09dt-bindings: display: imx: add bindings for DCSSLaurentiu Palcu1-0/+108
2020-09-09MAINTAINERS: Add entry for i.MX 8MQ DCSS driverLaurentiu Palcu1-0/+8
2020-09-09drm/imx/dcss: use drm_bridge_connector APILaurentiu Palcu3-8/+41
2020-09-09drm/imx: Add initial support for DCSS on iMX8MQLaurentiu Palcu17-0/+3962
2020-09-09drm/imx: compile imx directory by defaultLaurentiu Palcu1-1/+1
2020-09-09gpu/drm: cleanup coding style a bitBernard Zhao1-5/+4
2020-09-09drm/virtio: report uuid in debugfsGurchetan Singh1-0/+1
2020-09-09drm/virtio: fix uninitialized variableGurchetan Singh1-1/+1
2020-09-09Fix use after free in get_capset_info callback.Doug Horn2-3/+9
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann14-17/+29
2020-09-09drm/ttm: drop the tt backend function paths.Dave Airlie2-51/+3
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie4-19/+13
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie4-23/+4
2020-09-09drm/ttm/agp: drop back end bindings from agpDave Airlie1-7/+0
2020-09-09drm/gem_vram/ttm: move to driver backend destroy function.Dave Airlie1-7/+2
2020-09-09drm/amdgpu/ttm: move to driver backend binding funcsDave Airlie1-7/+3
2020-09-09drm/vmwgfx: move to driver binding functionsDave Airlie1-7/+3
2020-09-09drm/nouveau/ttm: use driver bind/unbind/destroy functions.Dave Airlie3-42/+59
2020-09-09drm/radeon/ttm: move to driver binding/destroy functions. (v2)Dave Airlie7-33/+80
2020-09-09drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie2-6/+15
2020-09-09drm/qxl: move bind/unbind/destroy to the driver function table.Dave Airlie1-7/+3
2020-09-09drm/ttm: add optional bind/unbind via driver.Dave Airlie2-3/+48
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie5-47/+24
2020-09-08MAINTAINERS: add entry for VKMSMelissa Wen1-0/+1
2020-09-08fbdev: radeonfb: use generic power managementVaibhav Gupta3-14/+35
2020-09-08video: fbdev: aty: radeon_pm: remove redundant CONFIG_PM containerVaibhav Gupta1-2/+0
2020-09-08fbdev: remove mbx framebuffer driverMike Rapoport9-2220/+0
2020-09-08video: fbdev: kyro: remove set but not used 'ulCoreClock'Jason Yan1-2/+1
2020-09-08video: fbdev: kyro: remove set but not used 'ulBestVCO'Jason Yan1-3/+1
2020-09-08video: fbdev: udlfb: fix kobj_to_dev.cocci warningskernel test robot1-2/+2
2020-09-08video: fbdev: radeon: Fix memleak in radeonfb_pci_registerDinghao Liu1-1/+1
2020-09-08video: fbdev: tgafb: Avoid comma separated statementsJoe Perches1-4/+8