summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-065-27/+32
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* drm/ast: Only map cursor BOs during updatesThomas Zimmermann2020-12-112-25/+28
* drm/ast: Don't pin cursor source BO explicitly during updateThomas Zimmermann2020-12-111-9/+1
* drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-1/+3
* drm/ast: Create chip AST2600KuoHsiang Chou2020-11-102-1/+5
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-092-17/+17
* drm/ast: Fixed 1920x1080 sync. polarity issueKuoHsiang Chou2020-11-091-2/+2
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-063-3/+3
* drm/ast: Support 1600x900 with 108MHz PCLKKuoHsiang Chou2020-11-021-0/+2
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+4
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-5/+7
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+4
* drm/ast: Reload gamma LUT after changing primary plane's color formatThomas Zimmermann2020-09-241-1/+16
* drm/ast: Enable CRTC before planesThomas Zimmermann2020-09-161-0/+7
* drm/ast: Program display mode in CRTC's atomic_enable()Thomas Zimmermann2020-09-161-20/+3
* drm/ast: Disable planes while switching display modesThomas Zimmermann2020-09-162-0/+33
* drm/ast: Set format registers in primary plane's updateThomas Zimmermann2020-09-161-22/+22
* 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
|\