summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2018-08-07Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie48-711/+759
2018-08-07Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie7-45/+37
2018-08-07Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...Dave Airlie1-183/+189
2018-08-07Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-nextDave Airlie3-82/+31
2018-08-07drm/i2c: tda998x: correct PLL divider calculationRussell King1-6/+14
2018-08-07drm/i2c: tda998x: get rid of private fill_modes functionRussell King1-24/+6
2018-08-07drm/i2c: tda998x: move mode_valid() to bridgeRussell King1-16/+16
2018-08-07drm/i2c: tda998x: register bridge outside of component helperRussell King1-13/+13
2018-08-07drm/i2c: tda998x: cleanup from previous changesRussell King1-39/+37
2018-08-07drm/i2c: tda998x: allocate tda998x_priv inside tda998x_create()Russell King1-14/+16
2018-08-07drm/i2c: tda998x: convert to bridge driverRussell King1-75/+81
2018-08-06drm/etnaviv: fix crash in GPU suspend when init failed due to buffer placementLucas Stach1-0/+1
2018-08-06drm/etnaviv: change return type to vm_fault_tSouptick Joarder2-29/+11
2018-08-06drm/etnaviv: protect sched job submission with fence mutexLucas Stach4-11/+21
2018-08-06drm/etnaviv: mmuv2: use memset32 to init scratch pagePhilipp Zabel1-5/+4
2018-08-02drm/i2c: tda998x: move tda998x_set_config() into tda998x_create()Russell King1-38/+35
2018-08-02drm/i2c: tda998x: split tda998x_encoder_dpms into enable/disablePeter Rosin1-12/+25
2018-08-02drm/i2c: tda998x: find the drm_device via the drm_connectorPeter Rosin1-1/+1
2018-08-02drm/ttm: clean up non-x86 definitions on ttm_ttHuang Rui1-18/+7
2018-08-02drm/ttm: fix missed conversion of set_pages_array_ucHuang Rui1-1/+1
2018-08-01Merge branch 'drm-armada-devel' of git://git.armlinux.org.uk/~rmk/linux-arm i...Dave Airlie14-1250/+921
2018-08-01Merge tag 'drm-msm-next-2018-07-30' of git://people.freedesktop.org/~robclark...Dave Airlie89-524/+32383
2018-08-01drm/amdgpu/pm: Fix potential Spectre v1Gustavo A. R. Silva1-1/+2
2018-08-01drm/amd/display: add missing void parameter to dc_create_transfer_funcColin Ian King1-1/+1
2018-08-01drm/radeon: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+2
2018-08-01drm/radeon: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-1/+1
2018-08-01drm/amdgpu: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+2
2018-08-01drm/amdgpu: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-1/+1
2018-08-01drm/scheduler: stop setting rq to NULLChristian König1-27/+8
2018-08-01drm/scheduler: only kill entity if last user is killed v2Christian König1-1/+5
2018-08-01drm/amdgpu: create an empty bo_list if no handle is providedChristian König1-65/+46
2018-08-01drm/amdgpu: allocate the bo_list array after the listChristian König2-74/+57
2018-08-01drm/amdgpu: add bo_list iteratorsChristian König3-39/+43
2018-08-01drm/amdgpu: nuke amdgpu_bo_list_freeChristian König3-14/+2
2018-08-01drm/amdgpu: always recreate bo_listChristian König3-15/+12
2018-08-01drm/amdgpu: move bo_list defines to amdgpu_bo_list.hChristian König2-39/+71
2018-08-01drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2Christian König4-0/+37
2018-08-01drm/amdgpu: return error if both BOs and bo_list handle is givenChristian König1-3/+6
2018-08-01drm/amdgpu: fix total size calculationChristian König1-1/+1
2018-08-01drm/sched: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada1-1/+0
2018-08-01drm/amdgpu: add proper error handling to amdgpu_bo_list_getChristian König3-23/+20
2018-08-01drm/amdgpu: fix a reversed conditionRex Zhu1-1/+1
2018-08-01drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/STRex Zhu1-2/+3
2018-08-01drm/amd/pp: Delete unused temp variablesRex Zhu1-16/+6
2018-08-01drm/amd/pp/Polaris12: Fix a chunk of registers missed to programRex Zhu1-0/+43
2018-07-31drm/arm/hdlcd: Reject atomic commits that disable only the planeLiviu Dudau2-17/+19
2018-07-31drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removalLaurent Pinchart2-7/+2
2018-07-31drm: arm: hdlcd: Don't destroy plane manually in hdlcd_setup_crtc()Laurent Pinchart1-3/+1
2018-07-31drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2-32/+6
2018-07-31drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes2-23/+3