summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-081-1/+1
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | drm: ast: fix double __iomem sparse warningRandy Dunlap2020-08-191-1/+2
* | drm/ast: Managed device releaseThomas Zimmermann2020-08-033-21/+19
* | drm/ast: Manage release of firmware backup memoryThomas Zimmermann2020-08-031-4/+3
* | drm/ast: Managed release of ast firmwareThomas Zimmermann2020-08-033-13/+14
* | drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann2020-08-037-38/+22
* | drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann2020-08-032-3/+3
* | drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann2020-08-032-2/+2
* | drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann2020-08-033-21/+33
* | drm/ast: Separate DRM driver from PCI codeThomas Zimmermann2020-08-031-28/+31
* | drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann2020-08-032-41/+26
|/
* drm/ast: Use managed MM initializationThomas Zimmermann2020-07-203-13/+12
* drm/ast: Initialize DRAM type before posting GPUThomas Zimmermann2020-07-201-3/+3
* drm/ast: Move VRAM size detection to ast_mm.cThomas Zimmermann2020-07-203-38/+46
* drm/ast: Use managed VRAM-helper initializationThomas Zimmermann2020-07-201-8/+3
* drm/ast: Rename ast_ttm.c to ast_mm.cThomas Zimmermann2020-07-202-1/+1
* drm/ast: Initialize mode setting in ast_mode_config_init()Thomas Zimmermann2020-07-073-37/+41
* drm/ast: Use managed mode-config initThomas Zimmermann2020-07-073-8/+3
* drm/ast: Replace struct ast_crtc with struct drm_crtcThomas Zimmermann2020-07-072-10/+6
* drm/ast: Init cursors before creating modesetting structuresThomas Zimmermann2020-07-071-1/+4
* drm/ast: Managed cursor releaseThomas Zimmermann2020-07-073-20/+22
* drm/ast: Keep cursor HW BOs mappedThomas Zimmermann2020-07-072-28/+21
* drm/ast: Add helper to hide cursorThomas Zimmermann2020-07-073-1/+7
* drm/ast: Don't enable HW cursors twice during atomic updateThomas Zimmermann2020-07-071-6/+0
* drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann2020-07-073-23/+35
* drm/ast: Move cursor pageflip into helperThomas Zimmermann2020-07-073-13/+21
* drm/ast: Update cursor image and checksum from same functionThomas Zimmermann2020-07-071-19/+5
* drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann2020-07-073-42/+59
* drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann2020-07-073-8/+9
* drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann2020-07-074-196/+229
* Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-291-0/+1
|\
| * Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-242-10/+3
| |\
| * | drm/ast: fix missing break in switch statement for format->cpp[0] case 4Colin Ian King2020-06-111-0/+1
* | | drm/ast: Use per-device logging macrosThomas Zimmermann2020-06-224-30/+34
* | | drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann2020-06-225-46/+50
* | | drm/ast: Remove test for device from ast_pm_freeze()Thomas Zimmermann2020-06-221-3/+0
* | | drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann2020-06-225-69/+43
| |/ |/|
* | drm/ast: Use managed pci functionsDaniel Vetter2020-06-162-10/+3
|/
* 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