summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-08-0748-711/+759
|\
| * drm/ttm: clean up non-x86 definitions on ttm_ttHuang Rui2018-08-021-18/+7
| * drm/ttm: fix missed conversion of set_pages_array_ucHuang Rui2018-08-021-1/+1
| * drm/amdgpu/pm: Fix potential Spectre v1Gustavo A. R. Silva2018-07-311-1/+2
| * drm/amd/display: add missing void parameter to dc_create_transfer_funcColin Ian King2018-07-311-1/+1
| * drm/radeon: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-07-311-3/+2
| * drm/radeon: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2018-07-311-1/+1
| * drm/amdgpu: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-07-311-3/+2
| * drm/amdgpu: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2018-07-311-1/+1
| * drm/scheduler: stop setting rq to NULLChristian König2018-07-311-27/+8
| * drm/scheduler: only kill entity if last user is killed v2Christian König2018-07-311-1/+5
| * drm/amdgpu: create an empty bo_list if no handle is providedChristian König2018-07-311-65/+46
| * drm/amdgpu: allocate the bo_list array after the listChristian König2018-07-312-74/+57
| * drm/amdgpu: add bo_list iteratorsChristian König2018-07-313-39/+43
| * drm/amdgpu: nuke amdgpu_bo_list_freeChristian König2018-07-313-14/+2
| * drm/amdgpu: always recreate bo_listChristian König2018-07-313-15/+12
| * drm/amdgpu: move bo_list defines to amdgpu_bo_list.hChristian König2018-07-312-39/+71
| * drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2Christian König2018-07-314-0/+37
| * drm/amdgpu: return error if both BOs and bo_list handle is givenChristian König2018-07-311-3/+6
| * drm/amdgpu: fix total size calculationChristian König2018-07-311-1/+1
| * drm/sched: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada2018-07-311-1/+0
| * drm/amdgpu: add proper error handling to amdgpu_bo_list_getChristian König2018-07-313-23/+20
| * drm/amdgpu: fix a reversed conditionRex Zhu2018-07-311-1/+1
| * drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/STRex Zhu2018-07-311-2/+3
| * drm/amd/pp: Delete unused temp variablesRex Zhu2018-07-311-16/+6
| * drm/amd/pp/Polaris12: Fix a chunk of registers missed to programRex Zhu2018-07-311-0/+43
| * drm/amdgpu: clean up the superfluous space and align the comment text for amd...Huang Rui2018-07-271-56/+51
| * drm/amdgpu: correct evict flag for bo moveJunwei Zhang2018-07-271-2/+2
| * drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2)Bas Nieuwenhuizen2018-07-271-7/+4
| * drm/ttm: clean up non-x86 definitions on ttm_page_allocHuang Rui2018-07-271-57/+5
| * drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dmaHuang Rui2018-07-271-44/+4
| * drm/amdgpu: implement harvesting support for UVD 7.2 (v3)Alex Deucher2018-07-275-12/+89
| * drm/amd: Add missing fields in atom_integrated_system_info_v1_11Harry Wentland2018-07-271-4/+11
| * drm/amd/display: DC 3.1.59Harry Wentland2018-07-271-1/+1
| * drm/amd/display: Prevent PSR from being enabled if initialization failsAnthony Koo2018-07-272-16/+24
| * drm/amd/display: Fix Vega10 black screen after mode changeJerry (Fangzhi) Zuo2018-07-273-1/+16
| * drm/amd/display: flatten aux_engine and engineBhawanpreet Lakha2018-07-2712-186/+140
| * drm/amd/display: Retry link training againBhawanpreet Lakha2018-07-273-4/+24
| * drm/amdgpu: patch the IBs for the second UVD instance v2Christian König2018-07-271-0/+29
| * drm/amdgpu: add support for inplace IB patching for MM engines v2Christian König2018-07-273-7/+17
* | Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie2018-08-077-45/+37
|\ \
| * | drm/etnaviv: fix crash in GPU suspend when init failed due to buffer placementLucas Stach2018-08-061-0/+1
| * | drm/etnaviv: change return type to vm_fault_tSouptick Joarder2018-08-062-29/+11
| * | drm/etnaviv: protect sched job submission with fence mutexLucas Stach2018-08-064-11/+21
| * | drm/etnaviv: mmuv2: use memset32 to init scratch pagePhilipp Zabel2018-08-061-5/+4
* | | Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie2018-08-071-183/+189
|\ \ \
| * | | drm/i2c: tda998x: correct PLL divider calculationRussell King2018-08-071-6/+14
| * | | drm/i2c: tda998x: get rid of private fill_modes functionRussell King2018-08-071-24/+6
| * | | drm/i2c: tda998x: move mode_valid() to bridgeRussell King2018-08-071-16/+16
| * | | drm/i2c: tda998x: register bridge outside of component helperRussell King2018-08-071-13/+13