blob: c672ebe89cebe56b2c33f6961ec539bd0221a466 [file] [log] [blame]
02f3bb751a46 ("drm/ast: Add cursor plane")
a6ff807b71e3 ("drm/ast: Add primary plane")
0090ef3ecbd4 ("drm/ast: Allocate cursor BOs at high end of video memory")
659d1a49c63d ("drm/ast: Move cursor offset swapping into ast_show_cursor()")
2f5989fcd1b7 ("drm/ast: Move cursor update code to ast_show_cursor()")
714468d9afdf ("drm/ast: Move ast_{show,hide}_cursor() within source file")
96a49f39043d ("drm/ast: Don't call ast_show_cursor() from ast_cursor_move()")
820d6606e9c2 ("drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BO")
fbbbd1608b0d ("drm/ast: drop use of drmP.h")
8a99de3dc0dd ("drm/ast: Replace struct ast_fbdev with generic framebuffer emulation")
5ed7191dd97b ("drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpers")
da460a29c28c ("drm/ast: Pin framebuffer BO during dirty update")
27072152075e ("drm/ast: Pin and map cursor source BO during update")
ff771bb1d068 ("drm/ast: Remove obsolete or unused cursor state")
4d7553c3ed2c ("drm/ast: Unpin cursor BO during cleanup")
31534fda1259 ("drm/ast: Drop fb_debug_enter/leave")
cb1f8814bbfc ("drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers")
81da87f63a1e ("drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin")
5b24f715042d ("drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functions")
82ff2fb5d184 ("drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200")
e2f572aa9cbb ("drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|")
a75813435d82 ("drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}()")
ebb04eb36f9c ("drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object|")
3f87330e50ac ("drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()")
969562b2cd16 ("drm/ast: Convert AST driver to VRAM MM")
5b3709793d15 ("drm/ast: Convert AST driver to |struct drm_gem_vram_object|")
59f5989ad42b ("drm: Integrate VRAM MM into struct drm_device")
96352eca5c7c ("drm: Add VRAM MM, a simple memory manager for dedicated VRAM")
1f460b497890 ("drm: Add simple PRIME helpers for GEM VRAM")
fed1eec080b9 ("drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers")
737000fd9c7d ("drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|")
6c812bc5074b ("drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|")
85438a8ddf03 ("drm: Add |struct drm_gem_vram_object| and helpers")
457109829f4e ("Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-next")