summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_mode.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann2020-01-071-2/+1
* drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann2020-01-071-1/+1
* drm/ast: Store primary-plane format in struct ast_crtc_stateThomas Zimmermann2019-12-101-9/+17
* drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann2019-12-101-28/+30
* drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann2019-12-101-2/+27
* drm/ast: Add plane atomic_check() functionsThomas Zimmermann2019-12-101-4/+43
* drm/ast: Clean up arguments of register functionsThomas Zimmermann2019-12-101-62/+43
* drm/ast: Enable and disable screen in primary-plane functionsThomas Zimmermann2019-12-101-9/+19
* drm/ast: Move modesetting code to CRTC's atomic_flush()Thomas Zimmermann2019-12-101-21/+10
* drm/ast: Enable atomic modesettingThomas Zimmermann2019-11-081-272/+18
* drm/ast: Add cursor planeThomas Zimmermann2019-11-081-1/+154
* drm/ast: Add CRTC helpers for atomic modesettingThomas Zimmermann2019-11-081-1/+104
* drm/ast: Add primary planeThomas Zimmermann2019-11-081-2/+87
* drm/ast: Split ast_set_vbios_mode_info()Thomas Zimmermann2019-11-081-39/+72
* drm/ast: Split ast_set_ext_reg() into color and threshold functionThomas Zimmermann2019-11-081-5/+10
* drm/ast: Don't clear base address and offset with default valuesThomas Zimmermann2019-11-081-2/+6
* drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann2019-10-041-42/+49
* drm/ast: Move cursor offset swapping into ast_show_cursor()Thomas Zimmermann2019-10-041-26/+31
* drm/ast: Move cursor update code to ast_show_cursor()Thomas Zimmermann2019-10-041-35/+53
* drm/ast: Move ast_{show,hide}_cursor() within source fileThomas Zimmermann2019-10-041-17/+17
* drm/ast: Don't call ast_show_cursor() from ast_cursor_move()Thomas Zimmermann2019-10-041-1/+4
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-1/+1
|\
| * Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-40/+20
| |\
| * | drm/ast: Fixed reboot test may cause system hangedY.C. Chen2019-08-151-1/+1
* | | drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BOThomas Zimmermann2019-09-171-14/+7
* | | drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza2019-09-161-12/+0
| |/ |/|
* | drm/ast: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz2019-07-311-5/+8
* | drm/ast: drop use of drmP.hSam Ravnborg2019-07-151-2/+6
* | drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann2019-07-091-21/+0
* | drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpersThomas Zimmermann2019-06-281-14/+8
|/
* drm/ast: Pin and map cursor source BO during updateThomas Zimmermann2019-06-131-21/+16
* drm/ast: Remove obsolete or unused cursor stateThomas Zimmermann2019-06-131-14/+17
* drm/ast: Unpin cursor BO during cleanupThomas Zimmermann2019-06-131-0/+1
* drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann2019-05-221-6/+6
* drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann2019-05-221-4/+10
* drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann2019-05-171-23/+1
* drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann2019-05-151-15/+39
* drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-151-32/+46
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-0/+1
* drm/ast: fixed reading monitor EDID not stable issueY.C. Chen2018-11-291-6/+30
* drm/ast: fixed cursor may disappear sometimesY.C. Chen2018-11-221-1/+1
* drm/ast: change resolution may cause screen blurredY.C. Chen2018-11-221-0/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-2/+2
* drm/ast: fix mode_valid's return typeLuc Van Oostenryck2018-04-251-1/+1
* drm/ast: Load lut in crtc_commitDaniel Vetter2018-02-011-0/+1
* drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+1
* Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-171-3/+3
|\
| * drm/ast: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-111-3/+3
* | Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-101-20/+6
|\|
OpenPOWER on IntegriCloud