summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_mode.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/ast: Remove unused value dp501_maxclkThomas Zimmermann2022-02-081-4/+3
| * drm/ast: Move connector mode_valid function to CRTCThomas Zimmermann2022-02-081-63/+66
| * drm/ast: Fail if connector initialization failsThomas Zimmermann2022-02-081-5/+8
* | Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-111-4/+4
|\ \ | |/ |/|
| * dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-081-4/+4
* | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-011-1/+4
|\ \ | |/ |/|
| * drm/ast: Create threshold values for AST2600KuoHsiang Chou2022-01-191-1/+4
* | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-101-140/+11
|\|
| * drm/ast: Move I2C code into separate source fileThomas Zimmermann2021-12-161-128/+0
| * drm/ast: Convert I2C code to managed cleanupThomas Zimmermann2021-12-161-20/+16
| * drm/ast: Handle failed I2C initialization gracefullyThomas Zimmermann2021-12-161-7/+10
* | drm/ast: potential dereference of null pointerJiasheng Jiang2021-12-141-1/+4
|/
* Revert "drm/ast: Add detect function support"Kim Phillips2021-10-211-17/+1
* drm/ast: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-1/+1
* DRM: ast: Fixed coding style issues of ast_mode.cGregory Williams2021-08-011-11/+20
* 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