summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/cirrus/cirrus_mode.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-10drm/cirrus: flip default from 24bpp to 16bppGerd Hoffmann1-1/+1
2018-08-10drm/cirrus: Use drm_framebuffer_put to avoid kernel oops in clean-upThomas Zimmermann1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-05-18drm/cirrus: cirrus_framebuffer -> drm_framebufferDaniel Stone1-9/+3
2018-05-18drm/cirrus: Place GEM BOs in drm_framebufferDaniel Stone1-2/+2
2018-01-31drm/cirrus: Load lut in crtc_commitDaniel Vetter1-17/+23
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-04drm: cirrus: remove dead code and pointless local lut storagePeter Rosin1-55/+16
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-14drm/cirrus: Add some local 'fb' variablesVille Syrjälä1-4/+5
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-3/+5
2016-05-31drm/cirrus: Drop redundnant gamma size checkDaniel Vetter1-3/+0
2016-03-04drm/cirrus: removed optional dummy crtc mode_fixup function.Carlos Palminha1-13/+0
2016-02-16drm/cirrus: removed optional dummy encoder mode_fixup function.Carlos Palminha1-9/+0
2015-12-15drm/cirrus: Constify function pointer structsVille Syrjälä1-2/+2
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-02-05drm/cirrus: Limit modes depending on bpp optionTakashi Iwai1-2/+7
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-09-20drm/cirrus: add missing drm_connector_register callGerd Hoffmann1-0/+1
2014-07-18drm/cirrus: use helpersRob Clark1-12/+2
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda1-8/+0
2014-04-18drm: cirrus: add power management supportGerd Hoffmann1-0/+3
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-5/+5
2014-01-23drm/cirrus: correct register values for 16bppTakashi Iwai1-2/+2
2014-01-14drivers: gpu: Mark functions as static in cirrus_mode.cRashika1-4/+4
2013-11-06drm/cirrus: use drm_set_preferred_modeGerd Hoffmann1-6/+5
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-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-3/+3
2012-05-17drm/kms: driver for virtual cirrus under qemuDave Airlie1-0/+629