summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)AuthorFilesLines
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann1-4/+1
2019-10-04drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann2-61/+73
2019-10-04drm/ast: Move cursor offset swapping into ast_show_cursor()Thomas Zimmermann1-26/+31
2019-10-04drm/ast: Move cursor update code to ast_show_cursor()Thomas Zimmermann1-35/+53
2019-10-04drm/ast: Move ast_{show,hide}_cursor() within source fileThomas Zimmermann1-17/+17
2019-10-04drm/ast: Don't call ast_show_cursor() from ast_cursor_move()Thomas Zimmermann1-1/+4
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard3-3/+6
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-506/+66
2019-09-17drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BOThomas Zimmermann1-14/+7
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza1-12/+0
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann1-1/+1
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann3-3/+0
2019-09-10drm/vram: fix KconfigGerd Hoffmann1-0/+2
2019-08-15drm/ast: Fixed reboot test may cause system hangedY.C. Chen3-3/+6
2019-08-06drm/vram: use embedded gem objectGerd Hoffmann1-1/+1
2019-07-31drm/ast: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz1-5/+8
2019-07-15drm/ast: drop use of drmP.hSam Ravnborg7-18/+44
2019-07-09drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann6-392/+5
2019-06-28drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpersThomas Zimmermann4-104/+22
2019-06-13drm/ast: Pin framebuffer BO during dirty updateThomas Zimmermann1-16/+16
2019-06-13drm/ast: Pin and map cursor source BO during updateThomas Zimmermann1-21/+16
2019-06-13drm/ast: Remove obsolete or unused cursor stateThomas Zimmermann2-21/+17
2019-06-13drm/ast: Unpin cursor BO during cleanupThomas Zimmermann1-0/+1
2019-06-13drm/ast: Drop fb_debug_enter/leaveDaniel Vetter1-2/+0
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie7-519/+120
2019-05-22drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpersThomas Zimmermann2-12/+11
2019-05-22drm: Replace drm_gem_vram_push_to_system() with kunmap + unpinThomas Zimmermann1-4/+10
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-17drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functionsThomas Zimmermann1-23/+1
2019-05-15drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann3-25/+53
2019-05-15drm/ast: Convert AST driver to VRAM MMThomas Zimmermann5-167/+13
2019-05-15drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann7-331/+75
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2-10/+2
2019-03-27drm/ast: Use drm_fb_helper_fill_infoDaniel Vetter2-7/+2
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann1-7/+2
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-1/+0
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-2/+0
2019-02-04Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie1-5/+1
2019-01-28drm/ast: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-5/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter2-0/+2
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg1-0/+2
2019-01-11drm: Move the legacy kms disable_all helper to crtc helpersDaniel Vetter1-1/+1
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-2/+0
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-66/+0
2018-12-10drm/ast: Remove set but not used variable 'bo'YueHaibing1-2/+0
2018-12-06drm/ast: Fix connector leak during driver unloaddrm-fixes-2018-12-07Sam Bobroff1-0/+1
2018-11-29Merge v4.20-rc4 into drm-nextDave Airlie2-1/+23
2018-11-29drm/ast: fixed reading monitor EDID not stable issueY.C. Chen1-6/+30
2018-11-29drm/ast: Fix incorrect free on ioregsSam Bobroff1-1/+2
2018-11-22drm/ast: fixed cursor may disappear sometimesY.C. Chen1-1/+1