summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/cirrus/cirrus_mode.c
Commit message (Expand)AuthorAgeFilesLines
* drm/cirrus: rewrite and modernize driver.Gerd Hoffmann2019-04-081-617/+0Star
* drm/cirrus: drop mode_info.mode_config_initializedGerd Hoffmann2019-04-021-7/+2Star
* drm/cirrus: add missing drm_helper_force_disable_all() call.Gerd Hoffmann2019-04-021-0/+1
* drm/cirrus: add plane setupGerd Hoffmann2019-02-051-1/+69
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
* drm/cirrus: flip default from 24bpp to 16bppGerd Hoffmann2018-08-101-1/+1
* drm/cirrus: Use drm_framebuffer_put to avoid kernel oops in clean-upThomas Zimmermann2018-08-101-1/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/cirrus: cirrus_framebuffer -> drm_framebufferDaniel Stone2018-05-181-9/+3Star
* drm/cirrus: Place GEM BOs in drm_framebufferDaniel Stone2018-05-181-2/+2
* drm/cirrus: Load lut in crtc_commitDaniel Vetter2018-01-311-17/+23
* drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
* drm: cirrus: remove dead code and pointless local lut storagePeter Rosin2017-08-041-55/+16Star
* drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-1/+1
* drm/cirrus: Add some local 'fb' variablesVille Syrjälä2016-12-141-4/+5
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0Star
* drm/core: Change declaration for gamma_set.Maarten Lankhorst2016-06-071-3/+5
* drm/cirrus: Drop redundnant gamma size checkDaniel Vetter2016-05-311-3/+0Star
* drm/cirrus: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-13/+0Star
* drm/cirrus: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-9/+0Star
* drm/cirrus: Constify function pointer structsVille Syrjälä2015-12-151-2/+2
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm/cirrus: Limit modes depending on bpp optionTakashi Iwai2015-02-051-2/+7
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
* drm/cirrus: add missing drm_connector_register callGerd Hoffmann2014-09-201-0/+1
* drm/cirrus: use helpersRob Clark2014-07-181-12/+2Star
* drm: make mode_valid callback optionalAndrzej Hajda2014-04-221-8/+0Star
* drm: cirrus: add power management supportGerd Hoffmann2014-04-181-0/+3
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-021-5/+5
* drm/cirrus: correct register values for 16bppTakashi Iwai2014-01-231-2/+2
* drivers: gpu: Mark functions as static in cirrus_mode.cRashika2014-01-141-4/+4
* drm/cirrus: use drm_set_preferred_modeGerd Hoffmann2013-11-061-6/+5Star
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-201-3/+3
* drm/kms: driver for virtual cirrus under qemuDave Airlie2012-05-171-0/+629