summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/cirrus/cirrus.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-28drm/cirrus: Move to drm/tinyDaniel Vetter1-660/+0
2020-04-28drm/cirrus: Don't use drm_device->dev_privateDaniel Vetter1-4/+5
2020-04-28drm/cirrus: Use devm_drm_dev_allocDaniel Vetter1-9/+4
2020-03-26drm/cirrus: Fully embrace devm_Daniel Vetter1-30/+14
2020-03-26drm/cirrus: Drop explicit drm_mode_config_cleanup callDaniel Vetter1-10/+11
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter1-1/+0
2020-03-26drm/cirrus: Use drmm_add_final_kfreeDaniel Vetter1-7/+7
2020-02-12drm/cirrus: add drm_driver.release callback.Gerd Hoffmann1-6/+37
2020-01-30drm/cirrus: Remove sending of vblank eventThomas Zimmermann1-8/+0
2019-10-24drm/simple-kms: Standardize arguments for callbacksDaniel Vetter1-1/+1
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann1-1/+1
2019-08-23drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann1-1/+1
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-04-10drm: switch drm_fb_xrgb8888_to_rgb888_dstclip to accept __iomem dstGerd Hoffmann1-1/+1
2019-04-10drm: switch drm_fb_xrgb8888_to_rgb565_dstclip to accept __iomem dstGerd Hoffmann1-1/+1
2019-04-10drm: switch drm_fb_memcpy_dstclip to accept __iomem dstGerd Hoffmann1-1/+1
2019-04-08drm/cirrus: rewrite and modernize driver.Gerd Hoffmann1-0/+657