summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/cirrus/cirrus_main.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-30drm/cirrus: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-1/+1
2018-05-18drm/cirrus: cirrus_framebuffer -> drm_framebufferDaniel Stone1-10/+10
2018-05-18drm/cirrus: Place GEM BOs in drm_framebufferDaniel Stone1-21/+4
2017-11-10drm/cirrus: add create_handle support.Lepton Wu1-0/+9
2017-08-11drm/cirrus: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-5/+5
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-3/+2
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-10-18drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-2/+2
2016-08-09drm/cirrus: Fix NULL pointer dereference when registering the fbdevBoris Brezillon1-2/+11
2016-07-18drm/cirrus: Delete an unnecessary check before drm_gem_object_unreference_unl...Markus Elfring1-2/+2
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-2/+2
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-2/+2
2015-08-10drm/cirrus: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter1-11/+4
2015-02-05drm/cirrus: Limit modes depending on bpp optionTakashi Iwai1-0/+2
2014-11-20drm/cirrus: allow 32bpp framebuffers for cirrus drmZach Reizner1-4/+23
2014-11-20drm/cirrus: fix leaky driver load error handlingZach Reizner1-4/+9
2014-04-22drm/cirrus: Remove unecessary NULL check in gem_freeDaniel Vetter1-2/+0
2014-04-22drm/cirrus: Remove unnecessary NULL check in bo_unrefDaniel Vetter1-3/+1
2014-01-14drivers: gpu: Mark function as static in cirrus_main.cRashika1-1/+1
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-6/+0
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-7/+0
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-1/+1
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter1-8/+0
2013-01-20drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter1-2/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-05-17drm/kms: driver for virtual cirrus under qemuDave Airlie1-0/+335