summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-22drm/ast: change resolution may cause screen blurredY.C. Chen1-0/+1
2018-11-19drm/ast: Remove existing framebuffers before loading driverThomas Zimmermann1-0/+21
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König2-37/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König2-31/+2
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-2/+2
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-2/+2
2018-04-25drm/ast: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-2/+2
2018-03-23drm/ast: Fixed 1280x800 Display IssueY.C. Chen1-2/+2
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-3/+3
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-1/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-3/+2
2018-02-26drm/ast: remove ttm_pool_* wrappersChristian König1-13/+0
2018-02-01drm/ast: Load lut in crtc_commitDaniel Vetter1-0/+1
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+3
2017-12-27drm/ast: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König1-3/+6
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie4-10/+9
2017-08-16drm/ast: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-11drm/ast: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk3-9/+9
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie3-41/+6
2017-08-04drm: ast: remove dead code and pointless local lut storagePeter Rosin3-41/+6
2017-08-02drm/ast: Actually load DP501 firmware when requiredEgbert Eich3-11/+18
2017-08-02drm/ast: Add an crtc_disable callback to the crtc helper funcsEgbert Eich1-0/+16
2017-08-02drm/ast: Fix memleak in error path in ast_bo_create()Egbert Eich1-5/+6
2017-08-02drm/ast: Free container instead of member in ast_user_framebuffer_destroy()Egbert Eich1-1/+1
2017-08-02drm/ast: Simplify function ast_bo_unpin()Egbert Eich1-6/+2
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0