summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_mode.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-17drm/ast: Allocate HW cursor BOs during cursor-plane initializationThomas Zimmermann1-7/+55
2021-02-17drm/ast: Initialize planes in helper functionsThomas Zimmermann1-21/+45
2021-02-17drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor atomic_checkThomas Zimmermann1-1/+1
2021-01-06drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann1-2/+3
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard1-1/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-5/+7
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+4
2020-09-24drm/ast: Reload gamma LUT after changing primary plane's color formatThomas Zimmermann1-1/+16
2020-09-16drm/ast: Enable CRTC before planesThomas Zimmermann1-0/+7
2020-09-16drm/ast: Program display mode in CRTC's atomic_enable()Thomas Zimmermann1-20/+3
2020-09-16drm/ast: Disable planes while switching display modesThomas Zimmermann1-0/+31
2020-09-16drm/ast: Set format registers in primary plane's updateThomas Zimmermann1-22/+22
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann1-1/+1
2020-08-03drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann1-1/+1
2020-08-03drm/ast: Replace struct_drm_device.dev_private with to_ast_private()Thomas Zimmermann1-1/+1
2020-08-03drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann1-27/+7
2020-07-07drm/ast: Initialize mode setting in ast_mode_config_init()Thomas Zimmermann1-2/+39
2020-07-07drm/ast: Use managed mode-config initThomas Zimmermann1-4/+0
2020-07-07drm/ast: Replace struct ast_crtc with struct drm_crtcThomas Zimmermann1-5/+6
2020-07-07drm/ast: Init cursors before creating modesetting structuresThomas Zimmermann1-1/+4
2020-07-07drm/ast: Managed cursor releaseThomas Zimmermann1-3/+0
2020-07-07drm/ast: Add helper to hide cursorThomas Zimmermann1-1/+1
2020-07-07drm/ast: Don't enable HW cursors twice during atomic updateThomas Zimmermann1-6/+0
2020-07-07drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann1-6/+6
2020-07-07drm/ast: Move cursor pageflip into helperThomas Zimmermann1-11/+1
2020-07-07drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann1-38/+3
2020-07-07drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann1-2/+4
2020-07-07drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann1-195/+0
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-0/+1
2020-06-22drm/ast: Use per-device logging macrosThomas Zimmermann1-11/+15
2020-06-22drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann1-21/+20
2020-06-22drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann1-9/+1
2020-06-11drm/ast: fix missing break in switch statement for format->cpp[0] case 4Colin Ian King1-0/+1
2020-05-08drm/ast: Don't check new mode if CRTC is being disabledThomas Zimmermann1-0/+3
2020-05-08drm/ast: Make ast_primary_plane_helper_atomic_update staticSamuel Zou1-2/+3
2020-04-30drm/ast: remove duplicate assignment of ast_crtc_funcs memberJason Yan1-1/+0
2020-04-28drm/ast: Drop explicit connector register/unregisterDaniel Vetter1-3/+0
2020-04-20drm/ast: Allocate initial CRTC state of the correct sizeThomas Zimmermann1-1/+12
2020-03-02drm/ast: Use simple encoderThomas Zimmermann1-17/+8
2020-01-30drm/ast: Don't set struct drm_crtc_state.no_vblank explicitlyThomas Zimmermann1-2/+0
2020-01-07drm/vram-helper: Remove BO device from public interfaceThomas Zimmermann1-2/+1
2020-01-07drm/vram-helper: Remove interruptible flag from public interfaceThomas Zimmermann1-1/+1
2019-12-10drm/ast: Store primary-plane format in struct ast_crtc_stateThomas Zimmermann1-9/+17
2019-12-10drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann1-28/+30
2019-12-10drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann1-2/+27
2019-12-10drm/ast: Add plane atomic_check() functionsThomas Zimmermann1-4/+43
2019-12-10drm/ast: Clean up arguments of register functionsThomas Zimmermann1-62/+43
2019-12-10drm/ast: Enable and disable screen in primary-plane functionsThomas Zimmermann1-9/+19