summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_mode.c
AgeCommit message (Expand)Author
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-08-15drm/ast: Fixed reboot test may cause system hangedY.C. Chen
2019-07-31drm/ast: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz
2019-07-15drm/ast: drop use of drmP.hSam Ravnborg
2019-07-09drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann
2019-06-28drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpersThomas Zimmermann
2019-06-13drm/ast: Pin and map cursor source BO during updateThomas Zimmermann
2019-06-13drm/ast: Remove obsolete or unused cursor stateThomas Zimmermann
2019-06-13drm/ast: Unpin cursor BO during cleanupThomas Zimmermann
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann
2019-05-17drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann
2019-05-15drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann
2019-05-15drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-11-29drm/ast: fixed reading monitor EDID not stable issueY.C. Chen
2018-11-22drm/ast: fixed cursor may disappear sometimesY.C. Chen
2018-11-22drm/ast: change resolution may cause screen blurredY.C. Chen
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter
2018-04-25drm/ast: fix mode_valid's return typeLuc Van Oostenryck
2018-02-01drm/ast: Load lut in crtc_commitDaniel Vetter
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-08-11drm/ast: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-08-04drm: ast: remove dead code and pointless local lut storagePeter Rosin
2017-08-02drm/ast: Add an crtc_disable callback to the crtc helper funcsEgbert Eich
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter
2017-02-28drm/ast: Base support for AST2500Y.C. Chen
2017-02-28drm/ast: const'ify mode setting tablesBenjamin Herrenschmidt
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-14drm/ast: Add local 'fb' variablesVille Syrjälä
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-03-04drm/ast: removed optional dummy crtc mode_fixup function.Carlos Palminha
2016-02-16drm/ast: removed optional dummy encoder mode_fixup function.Carlos Palminha
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-11-11drm/ast: Initialized data needed to map fbdev memoryEgbert Eich
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter
2014-10-08drm/ast: Fix HW cursor imageBenjamin Herrenschmidt
2014-09-16drm/ast: Add reduced blanking modes for wide screen modeY.C. Chen
2014-07-18drm/ast: use helpersRob Clark
2014-06-19drm: add register and unregister functions for connectorsThomas Wood
2014-05-19Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-nextDave Airlie
2014-05-19drm/ast: initial DP501 support (v0.2)Dave Airlie
2014-05-19drm/ast: add AST 2400 support.Dave Airlie
2014-05-19drm/ast: add widescreen + rb modes from X.org driver (v2)Dave Airlie
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda