summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2018-08-02gpu: ipu-v3: add support for XRGB32 and XBGR32 V4L2 pixel formatsPhilipp Zabel3-0/+18
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-01drm/imx: Convert drm_atomic_helper_suspend/resume()Souptick Joarder1-40/+2
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-misc-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-4/+21
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
2018-07-31drm/msm/disp/dpu: fix two spelling mistakesColin Ian King2-2/+2
2018-07-31Merge branch 'drm-udl-next' of git://people.freedesktop.org/~airlied/linux in...Dave Airlie5-63/+60
2018-07-31udl-kms: dont spam the syslog with debug messagesMikulas Patocka2-4/+4
2018-07-31udl-kms: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka2-9/+6
2018-07-31udl-kms: avoid prefetchMikulas Patocka1-7/+0
2018-07-31udl-kms: avoid divisionMikulas Patocka3-26/+30
2018-07-31udl-kms: fix crash due to uninitialized memoryMikulas Patocka1-1/+1
2018-07-31udl-kms: handle allocation failureMikulas Patocka1-10/+18
2018-07-31udl-kms: change down_interruptible to downMikulas Patocka1-6/+1
2018-07-30drm/msm/disp/dpu: Mark a handful of functions as staticJordan Crouse11-47/+13
2018-07-30drm/msm/disp/dpu: Remove unused functions from dpu_formats.cJordan Crouse4-166/+0
2018-07-30drm/msm/disp/dpu: Remove dpu_kms_utilsJordan Crouse3-266/+0