summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Move I2C code into separate source fileThomas Zimmermann2021-12-161-0/+3
* drm/ast: Use managed interfaces for framebuffer write combiningThomas Zimmermann2021-09-231-2/+0
* drm/ast: Disable fast reset after DRAM initialKuoHsiang Chou2021-07-201-0/+6
* drm/ast: Fixed CVE for DP501KuoHsiang Chou2021-04-271-0/+12
* drm/ast: Store each HW cursor offset after pinning the rsp BOThomas Zimmermann2021-02-171-0/+1
* drm/ast: Map HW cursor BOs permanentlyThomas Zimmermann2021-02-171-0/+1
* drm/ast: Store cursor BOs in cursor planeThomas Zimmermann2021-02-171-5/+6
* drm/ast: Add cursor-plane data structureThomas Zimmermann2021-02-171-1/+22
* drm/ast: Inline ast cursor-update functions into modesetting codeThomas Zimmermann2021-02-171-7/+0
* drm/ast: Allocate HW cursor BOs during cursor-plane initializationThomas Zimmermann2021-02-171-1/+0
* drm/ast: Add constants for VGACRCB register bitsThomas Zimmermann2021-02-171-0/+3
* drm/ast: Only map cursor BOs during updatesThomas Zimmermann2020-12-111-2/+0
* drm/ast: Create chip AST2600KuoHsiang Chou2020-11-101-0/+1
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-3/+4
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/ast: Disable planes while switching display modesThomas Zimmermann2020-09-161-0/+2
* drm/ast: Managed device releaseThomas Zimmermann2020-08-031-1/+0
* drm/ast: Managed release of ast firmwareThomas Zimmermann2020-08-031-1/+0
* drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann2020-08-031-2/+2
* drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann2020-08-031-2/+4
* drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann2020-08-031-14/+19
* drm/ast: Use managed MM initializationThomas Zimmermann2020-07-201-1/+0
* drm/ast: Move VRAM size detection to ast_mm.cThomas Zimmermann2020-07-201-1/+0
* drm/ast: Initialize mode setting in ast_mode_config_init()Thomas Zimmermann2020-07-071-1/+1
* drm/ast: Use managed mode-config initThomas Zimmermann2020-07-071-1/+0
* drm/ast: Replace struct ast_crtc with struct drm_crtcThomas Zimmermann2020-07-071-5/+0
* drm/ast: Managed cursor releaseThomas Zimmermann2020-07-071-1/+0
* drm/ast: Keep cursor HW BOs mappedThomas Zimmermann2020-07-071-2/+3
* drm/ast: Add helper to hide cursorThomas Zimmermann2020-07-071-0/+1
* drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann2020-07-071-2/+2
* drm/ast: Move cursor pageflip into helperThomas Zimmermann2020-07-071-1/+1
* drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann2020-07-071-2/+1
* drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann2020-07-071-2/+2
* drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann2020-07-071-0/+9
* drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann2020-06-221-0/+5
* drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann2020-06-221-2/+0
* drm/ast: Use simple encoderThomas Zimmermann2020-03-021-5/+1
* drm/ast: Store primary-plane format in struct ast_crtc_stateThomas Zimmermann2019-12-101-0/+3
* drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann2019-12-101-0/+2
* drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann2019-12-101-0/+6
* drm/ast: Add cursor planeThomas Zimmermann2019-11-081-0/+1
* drm/ast: Add primary planeThomas Zimmermann2019-11-081-0/+2
* drm/ast: Remove last traces of struct ast_gem_objectThomas Zimmermann2019-11-081-6/+0
* drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann2019-10-041-19/+24
* drm/ast: drop use of drmP.hSam Ravnborg2019-07-151-8/+9
* drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann2019-07-091-17/+0
* drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpersThomas Zimmermann2019-06-281-12/+0
* drm/ast: Remove obsolete or unused cursor stateThomas Zimmermann2019-06-131-7/+0
* drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann2019-05-151-1/+0
* drm/ast: Convert AST driver to VRAM MMThomas Zimmermann2019-05-151-16/+2