summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_drv.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann1-2/+2
2020-08-03drm/ast: Replace driver load/unload functions with device create/destroyThomas Zimmermann1-2/+4
2020-08-03drm/ast: Embed CRTC and connector in struct ast_privateThomas Zimmermann1-14/+19
2020-07-20drm/ast: Use managed MM initializationThomas Zimmermann1-1/+0
2020-07-20drm/ast: Move VRAM size detection to ast_mm.cThomas Zimmermann1-1/+0
2020-07-07drm/ast: Initialize mode setting in ast_mode_config_init()Thomas Zimmermann1-1/+1
2020-07-07drm/ast: Use managed mode-config initThomas Zimmermann1-1/+0
2020-07-07drm/ast: Replace struct ast_crtc with struct drm_crtcThomas Zimmermann1-5/+0
2020-07-07drm/ast: Managed cursor releaseThomas Zimmermann1-1/+0
2020-07-07drm/ast: Keep cursor HW BOs mappedThomas Zimmermann1-2/+3
2020-07-07drm/ast: Add helper to hide cursorThomas Zimmermann1-0/+1
2020-07-07drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann1-2/+2
2020-07-07drm/ast: Move cursor pageflip into helperThomas Zimmermann1-1/+1
2020-07-07drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann1-2/+1
2020-07-07drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann1-2/+2
2020-07-07drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann1-0/+9
2020-06-22drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann1-0/+5
2020-06-22drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann1-2/+0
2020-03-02drm/ast: Use simple encoderThomas Zimmermann1-5/+1
2019-12-10drm/ast: Store primary-plane format in struct ast_crtc_stateThomas Zimmermann1-0/+3
2019-12-10drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann1-0/+2
2019-12-10drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann1-0/+6
2019-11-08drm/ast: Add cursor planeThomas Zimmermann1-0/+1
2019-11-08drm/ast: Add primary planeThomas Zimmermann1-0/+2
2019-11-08drm/ast: Remove last traces of struct ast_gem_objectThomas Zimmermann1-6/+0
2019-10-04drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann1-19/+24
2019-07-15drm/ast: drop use of drmP.hSam Ravnborg1-8/+9
2019-07-09drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann1-17/+0
2019-06-28drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpersThomas Zimmermann1-12/+0
2019-06-13drm/ast: Remove obsolete or unused cursor stateThomas Zimmermann1-7/+0
2019-05-15drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann1-1/+0
2019-05-15drm/ast: Convert AST driver to VRAM MMThomas Zimmermann1-16/+2
2019-05-15drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann1-51/+1
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-2/+0
2019-03-27drm/ast: Use drm_fb_helper_fill_infoDaniel Vetter1-1/+1
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-2/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-1/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-1/+0
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+0
2017-08-04drm: ast: remove dead code and pointless local lut storagePeter Rosin1-1/+0
2017-08-02drm/ast: Actually load DP501 firmware when requiredEgbert Eich1-2/+1
2017-02-28drm/ast: Base support for AST2500Y.C. Chen1-0/+2
2017-02-28drm/ast: const'ify mode setting tablesBenjamin Herrenschmidt1-2/+2
2017-02-28drm/ast: Handle configuration without P2A bridgeRussell Currey1-1/+5
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-0/+1
2017-01-27drm/ast: Fixed system hanged if disable P2AY.C. Chen1-0/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-1/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-05-05drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1