summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/hisilicon/hibmc/hibmc_ttm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-6/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* | drm/hisilicon: Convert hibmc-drm driver to VRAM MMThomas Zimmermann2019-05-151-129/+10Star
* | drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-151-200/+10Star
|/
* drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann2019-03-191-7/+2Star
* drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+0Star
* drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-2/+0Star
* drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-34/+0Star
* drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-27/+4Star
* drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* drm/hisilicon: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-09-261-1/+1
* drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König2018-03-141-3/+2Star
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-271-1/+1
* drm/ttm: drop ttm->dummy_read_pageChristian König2018-02-271-3/+2Star
* drm/hisilicon: remove ttm_pool_* wrappersChristian König2018-02-271-13/+0Star
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-2/+3
* drm/ttm: add operation ctx to ttm_bo_validate v2Christian König2017-12-061-2/+4
* drm/hisilicon: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2017-08-111-4/+4
* drm/hisilicon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-171-1/+1
* drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0Star
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* drm/hisilicon/hibmc: Add support for display engineRongrong Zou2016-11-171-0/+6
* drm/hisilicon/hibmc: Add support for frame bufferRongrong Zou2016-11-171-0/+67
* drm/hisilicon/hibmc: Add video memory managementRongrong Zou2016-11-171-0/+485