summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_mode.c
AgeCommit message (Expand)Author
2019-11-08drm/ast: Split ast_set_vbios_mode_info()Thomas Zimmermann
2019-11-08drm/ast: Split ast_set_ext_reg() into color and threshold functionThomas Zimmermann
2019-11-08drm/ast: Don't clear base address and offset with default valuesThomas Zimmermann
2019-10-04drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann
2019-10-04drm/ast: Move cursor offset swapping into ast_show_cursor()Thomas Zimmermann
2019-10-04drm/ast: Move cursor update code to ast_show_cursor()Thomas Zimmermann
2019-10-04drm/ast: Move ast_{show,hide}_cursor() within source fileThomas Zimmermann
2019-10-04drm/ast: Don't call ast_show_cursor() from ast_cursor_move()Thomas Zimmermann
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-09-17drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BOThomas Zimmermann
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza
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ä