summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2018-07-31drm/amdgpu: return error if both BOs and bo_list handle is givenChristian König1-3/+6
2018-07-31drm/amdgpu: fix total size calculationChristian König1-1/+1
2018-07-31drm/sched: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada1-1/+0
2018-07-31drm/amdgpu: add proper error handling to amdgpu_bo_list_getChristian König3-23/+20
2018-07-31drm/amdgpu: fix a reversed conditionRex Zhu1-1/+1
2018-07-31drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/STRex Zhu1-2/+3
2018-07-31drm/amd/pp: Delete unused temp variablesRex Zhu1-16/+6
2018-07-31drm/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-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
2018-07-30drm/msm/disp/dpu: Remove unused code from drm_crtc.cJordan Crouse2-442/+2
2018-07-30drm/msm/disp/dpu: Remove unused code from drm_encoder.cJordan Crouse3-97/+0
2018-07-30drm/msm: Replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva1-1/+1
2018-07-30drm/msm: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-07-30drm/msm/dpu: fix mismatch in function argument.zhong jiang1-1/+1
2018-07-30drm/msm/gpu: avoid deprecated do_gettimeofdayArnd Bergmann3-4/+4
2018-07-30drm/msm: dsi: Handle dual-channel for 6G as wellSean Paul1-37/+35
2018-07-30drm/msm: dpu: Use clock-names instead of assigned-clock-namesSean Paul1-3/+2
2018-07-30drm/msm: dpu: Use 'vsync' instead of 'vsync_clk' in cmdmode encoderSean Paul1-1/+1
2018-07-30drm/msm/gpu: Add the buffer objects from the submit to the crash dumpJordan Crouse3-13/+102
2018-07-30drm/msm/adreno: Add a5xx specific registers for the GPU stateJordan Crouse5-31/+248
2018-07-30drm/msm/adreno: Add ringbuffer data to the GPU stateJordan Crouse2-0/+41
2018-07-30drm/msm/adreno: Convert the show/crash file formatJordan Crouse1-8/+13
2018-07-30drm/msm/gpu: Capture the GPU state on a GPU hangJordan Crouse9-23/+154
2018-07-30drm/msm/gpu: Rearrange the code that collects the task during a hangJordan Crouse1-9/+11
2018-07-30drm/msm/gpu: Convert the GPU show function to use the GPU stateJordan Crouse7-65/+104
2018-07-30drm/msm/gpu: Capture the state of the GPUJordan Crouse6-0/+129
2018-07-30drm: Add puts callback for the coredump printerJordan Crouse1-35/+49
2018-07-30drm: Add a -puts() function for the seq_file printerJordan Crouse1-0/+6
2018-07-30drm: Add drm_puts() to complement drm_printf()Jordan Crouse1-0/+17
2018-07-30drm: drm_printer: Add printer for devcoredumpJordan Crouse1-0/+74
2018-07-30include: Move ascii85 functions from i915 to linux/ascii85.hJordan Crouse1-30/+4
2018-07-30drm/armada: remove obsolete fb unreferencing kfifo and workqueueRussell King2-42/+0
2018-07-30drm/armada: remove unnecessary armada_plane structureRussell King4-26/+7
2018-07-30drm/armada: remove unnecessary armada_ovl_plane structureRussell King1-25/+9
2018-07-30drm/armada: update primary framebuffer parameters on mode changeRussell King1-2/+4