summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: fix missing break in switch statement for format->cpp[0] case 4Colin Ian King2020-06-111-0/+1
* drm/ast: Don't check new mode if CRTC is being disabledThomas Zimmermann2020-05-081-0/+3
* drm/ast: Make ast_primary_plane_helper_atomic_update staticSamuel Zou2020-05-081-2/+3
* drm/ast: remove duplicate assignment of ast_crtc_funcs memberJason Yan2020-04-301-1/+0
* drm/ast: Drop explicit connector register/unregisterDaniel Vetter2020-04-281-3/+0
* drm/ast: Allocate initial CRTC state of the correct sizeThomas Zimmermann2020-04-201-1/+12
* drm/ast: Set up fbdev after registering device; remove error checksThomas Zimmermann2020-04-082-5/+3
* drm/ast: Use simple encoderThomas Zimmermann2020-03-022-22/+9
* drm/vram: Add helpers to validate a display mode's memory requirementsThomas Zimmermann2020-02-061-23/+1
* drm/ast: Don't set struct drm_crtc_state.no_vblank explicitlyThomas Zimmermann2020-01-301-2/+0
* 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-102-9/+20
* drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann2019-12-102-28/+32
* drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann2019-12-102-2/+33
* 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: Don't include <drm/drm_pci.h>Thomas Zimmermann2019-12-051-1/+0
* drm/ast: Call struct drm_driver.{load, unload} before registering deviceThomas Zimmermann2019-11-141-4/+9
* drm/ast: Replace drm_get_pci_device() and drm_put_dev()Thomas Zimmermann2019-11-141-2/+29
* drm/ast: Enable atomic modesettingThomas Zimmermann2019-11-083-286/+33
* drm/ast: Add cursor planeThomas Zimmermann2019-11-082-1/+155
* drm/ast: Add CRTC helpers for atomic modesettingThomas Zimmermann2019-11-081-1/+104
* drm/ast: Add primary planeThomas Zimmermann2019-11-082-2/+89
* 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: Check video-mode requirements against VRAM sizeThomas Zimmermann2019-11-081-1/+24
* drm/ast: Remove last traces of struct ast_gem_objectThomas Zimmermann2019-11-082-30/+0
* drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann2019-10-171-4/+1
* drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann2019-10-042-61/+73
* 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-033-3/+6
|\
| * Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-199-506/+66
| |\
| * | drm/ast: Fixed reboot test may cause system hangedY.C. Chen2019-08-153-3/+6
* | | 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/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann2019-09-121-1/+1
* | | drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann2019-09-123-3/+0
* | | drm/vram: fix KconfigGerd Hoffmann2019-09-101-0/+2
| |/ |/|
* | drm/vram: use embedded gem objectGerd Hoffmann2019-08-061-1/+1
* | drm/ast: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz2019-07-311-5/+8
* | drm/ast: drop use of drmP.hSam Ravnborg2019-07-157-18/+44
* | drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann2019-07-096-392/+5
* | drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpersThomas Zimmermann2019-06-284-104/+22
|/