summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)AuthorLines
2018-04-25drm/ast: fix mode_valid's return typeLuc Van Oostenryck-1/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie-2/+2
2018-03-23drm/ast: Fixed 1280x800 Display IssueY.C. Chen-2/+2
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König-3/+3
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König-1/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König-3/+2
2018-02-26drm/ast: remove ttm_pool_* wrappersChristian König-13/+0
2018-02-01drm/ast: Load lut in crtc_commitDaniel Vetter-0/+1
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He-2/+3
2017-12-27drm/ast: remove the default io_mem_pfn setTan Xiaojun-1/+0
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König-3/+6
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard-1/+1
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie-10/+9
2017-08-16drm/ast: Use the drm_driver.dumb_destroy defaultNoralf Trønnes-1/+0
2017-08-11drm/ast: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk-9/+9
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie-41/+6
2017-08-04drm: ast: remove dead code and pointless local lut storagePeter Rosin-41/+6
2017-08-02drm/ast: Actually load DP501 firmware when requiredEgbert Eich-11/+18
2017-08-02drm/ast: Add an crtc_disable callback to the crtc helper funcsEgbert Eich-0/+16
2017-08-02drm/ast: Fix memleak in error path in ast_bo_create()Egbert Eich-5/+6
2017-08-02drm/ast: Free container instead of member in ast_user_framebuffer_destroy()Egbert Eich-1/+1
2017-08-02drm/ast: Simplify function ast_bo_unpin()Egbert Eich-6/+2
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter-1/+0
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter-1/+0
2017-05-16drm/ast: fix include notation and remove -Iinclude/drm flagMasahiro Yamada-3/+2
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie-1/+2
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter-1/+2
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König-0/+1
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter-259/+883
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie-6/+3
2017-02-28drm/ast: Call open_key before enable_mmio in POST codeY.C. Chen-1/+1
2017-02-28drm/ast: Fix test for VGA enabledY.C. Chen-6/+2
2017-02-28drm/ast: POST code for the new AST2500Y.C. Chen-3/+476
2017-02-28drm/ast: Rename ast_init_dram_2300 to ast_post_chip_2300Benjamin Herrenschmidt-3/+3
2017-02-28drm/ast: Factor mmc_test code in POST codeBenjamin Herrenschmidt-51/+31
2017-02-28drm/ast: Fixed vram size incorrect issue on POWERY.C. Chen-4/+4
2017-02-28drm/ast: Base support for AST2500Y.C. Chen-19/+103
2017-02-28drm/ast: Fix calculation of MCLKBenjamin Herrenschmidt-2/+4
2017-02-28drm/ast: Remove spurious includeBenjamin Herrenschmidt-2/+0
2017-02-28drm/ast: const'ify mode setting tablesBenjamin Herrenschmidt-59/+59
2017-02-28drm/ast: Handle configuration without P2A bridgeRussell Currey-109/+168
2017-02-28drm/ast: Fix AST2400 POST failure without BMC FW or VBIOSY.C. Chen-3/+35
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter-79/+97
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie-79/+97
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter-6/+3
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi-2/+1
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König-2/+0