summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_mode.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/ast: Zero is missing in detect functionAinux.Wang2021-07-201-1/+1
* drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCSDaniel Vetter2021-06-241-2/+1
* drm/ast: Add detect function supportAinux2021-06-151-1/+17
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-2/+4
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-4/+8
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-15/+15
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-2/+2
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-2/+6
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-12/+14
* drm/ast: Move all of the cursor-update functionality to atomic_updateThomas Zimmermann2021-02-171-44/+22
* drm/ast: Store each HW cursor offset after pinning the rsp BOThomas Zimmermann2021-02-171-10/+11
* drm/ast: Map HW cursor BOs permanentlyThomas Zimmermann2021-02-171-17/+15
* drm/ast: Store cursor BOs in cursor planeThomas Zimmermann2021-02-171-12/+15
* drm/ast: Add cursor-plane data structureThomas Zimmermann2021-02-171-2/+3
* drm/ast: Inline ast cursor-update functions into modesetting codeThomas Zimmermann2021-02-171-11/+180
* drm/ast: Allocate HW cursor BOs during cursor-plane initializationThomas Zimmermann2021-02-171-7/+55
* drm/ast: Initialize planes in helper functionsThomas Zimmermann2021-02-171-21/+45
* drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor atomic_checkThomas Zimmermann2021-02-171-1/+1
* drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-2/+3
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-1/+3
* 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-161-0/+31
* drm/ast: Set format registers in primary plane's updateThomas Zimmermann2020-09-161-22/+22
* drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann2020-08-031-1/+1
* drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann2020-08-031-1/+1
* drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann2020-08-031-1/+1
* drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann2020-08-031-27/+7
* drm/ast: Initialize mode setting in ast_mode_config_init()Thomas Zimmermann2020-07-071-2/+39
* drm/ast: Use managed mode-config initThomas Zimmermann2020-07-071-4/+0
* drm/ast: Replace struct ast_crtc with struct drm_crtcThomas Zimmermann2020-07-071-5/+6
* drm/ast: Init cursors before creating modesetting structuresThomas Zimmermann2020-07-071-1/+4
* drm/ast: Managed cursor releaseThomas Zimmermann2020-07-071-3/+0
* drm/ast: Add helper to hide cursorThomas Zimmermann2020-07-071-1/+1
* 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-071-6/+6
* drm/ast: Move cursor pageflip into helperThomas Zimmermann2020-07-071-11/+1
* drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann2020-07-071-38/+3
* drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann2020-07-071-2/+4
* drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann2020-07-071-195/+0
* Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-291-0/+1
|\
| * 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-221-11/+15
* | drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann2020-06-221-21/+20
* | drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann2020-06-221-9/+1
|/