summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/cirrus/cirrus_fbdev.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-21drm/cirrus: Remove set but not used variable 'bo'YueHaibing1-3/+0
2018-08-10drm/cirrus: flip default from 24bpp to 16bppGerd Hoffmann1-2/+1
2018-08-10drm/cirrus: Use drm_framebuffer_put to avoid kernel oops in clean-upThomas Zimmermann1-21/+27
2018-05-18drm/cirrus: cirrus_framebuffer -> drm_framebufferDaniel Stone1-10/+10
2018-05-18drm/cirrus: Place GEM BOs in drm_framebufferDaniel Stone1-4/+4
2017-08-11drm/cirrus: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-1/+1
2017-08-04drm: cirrus: remove dead code and pointless local lut storagePeter Rosin1-2/+0
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-1/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->depthVille Syrjälä1-2/+2
2016-10-18drm: cirrus: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-3/+3
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter1-2/+0
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-08-06drm/cirrus: Use new drm_fb_helper functionsArchit Taneja1-33/+8
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding1-6/+6
2014-11-20drm/cirrus: allow 32bpp framebuffers for cirrus drmZach Reizner1-1/+4
2014-09-24drm/cirrus: use container_of to resolve cirrus_fbdev from drm_fb_helperFabian Frederick1-1/+2
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+3
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-02-06drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversionDave Airlie1-1/+1
2014-01-29drm: ast,cirrus,mgag200: use drm_can_sleepDave Airlie1-1/+1
2014-01-13drm/cirrus: Fix cirrus drm driver for fbdev + qemuMartin Koegler1-0/+3
2013-06-28drm/cirrus: do not attempt to acquire a reservation while in an interrupt han...Maarten Lankhorst1-2/+3
2013-05-02drm/cirrus: deal with bo reserve fail in dirty update pathDave Airlie1-1/+37
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter1-19/+3
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter1-0/+4
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter1-0/+1
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/+307