aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_mode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-0/+1
2018-11-29drm/ast: fixed reading monitor EDID not stable issueY.C. Chen1-6/+30
2018-11-22drm/ast: fixed cursor may disappear sometimesY.C. Chen1-1/+1
2018-11-22drm/ast: change resolution may cause screen blurredY.C. Chen1-0/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-2/+2
2018-04-25drm/ast: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-02-01drm/ast: Load lut in crtc_commitDaniel Vetter1-0/+1
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-3/+3
2017-08-11drm/ast: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-3/+3
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-20/+6
2017-08-04drm: ast: remove dead code and pointless local lut storagePeter Rosin1-20/+6
2017-08-02drm/ast: Add an crtc_disable callback to the crtc helper funcsEgbert Eich1-0/+16
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-02-28drm/ast: Base support for AST2500Y.C. Chen1-7/+23
2017-02-28drm/ast: const'ify mode setting tablesBenjamin Herrenschmidt1-4/+4
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-4/+5
2016-12-14drm/ast: Add local 'fb' variablesVille Syrjälä1-5/+10
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-4/+6
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-03-04drm/ast: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-02-16drm/ast: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-11-11drm/ast: Initialized data needed to map fbdev memoryEgbert Eich1-0/+2
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-08drm/ast: Fix HW cursor imageBenjamin Herrenschmidt1-2/+2
2014-09-16drm/ast: Add reduced blanking modes for wide screen modeY.C. Chen1-9/+33
2014-07-18drm/ast: use helpersRob Clark1-10/+2
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+2
2014-05-19Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-nextDave Airlie1-11/+94
2014-05-19drm/ast: initial DP501 support (v0.2)Dave Airlie1-2/+20
2014-05-19drm/ast: add AST 2400 support.Dave Airlie1-2/+2
2014-05-19drm/ast: add widescreen + rb modes from X.org driver (v2)Dave Airlie1-9/+67
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda1-7/+0
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-6/+6
2014-01-14drivers: gpu: Mark functions as static in ast_mode.cRashika1-10/+10
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2012-10-03drm/ast: drop duplicate initializationDan Carpenter1-1/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter1-1/+1
2012-09-03drm/ast: drop debug level on error printkDave Airlie1-1/+1
2012-08-24drm/ast: fix EDID memory leakJani Nikula1-0/+1
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-3/+3
2012-05-17drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)Dave Airlie1-0/+1160