summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2019-03-05drm/msm: Fix A6XX support for opp-levelDouglas Anderson1-1/+1
2019-03-05drm/msm: Unblock writer if reader closes fileKristian H. Kristensen1-1/+6
2019-02-12drm/msm: dpu: Only check flush register against pending flushesSean Paul1-1/+1
2019-02-12drm/msm/dsi: fix dsi clock names in DSI 10nm PLL driverAbhinav Kumar1-4/+4
2019-02-06drm/msm/gpu: fix building without debugfsArnd Bergmann1-1/+1
2018-12-21drm/msm: Fix error return checkingWen Yang1-1/+1
2018-12-21drm/msm: dpu: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing1-2/+0
2018-12-21drm/msm: dpu: Don't set legacy plane->crtc pointerSean Paul1-1/+0
2018-12-21drm/msm/hdmi: Enable HPD after HDMI IRQ is set upTodor Tomov3-8/+9
2018-12-21drm/msm: Grab a vblank reference when waiting for commit_doneSean Paul1-0/+5
2018-12-21drm/msm/dsi: configure VCO rate for 10nm PLL driverAbhinav Kumar1-1/+3
2018-12-21drm/msm: fix handling of cmdstream offsetRob Clark1-1/+4
2018-12-21drm/msm/gpu: Fix a couple memory leaks in debugfsDan Carpenter1-4/+11
2018-12-21drm/msm: Fix task dump in gpu recoverySharat Masetty1-5/+4
2018-12-19drm/msm: fix address space warningArnd Bergmann1-4/+4
2018-12-13drm/msm: Move fence put to where failure occursRobert Foss1-7/+8
2018-11-21drm/msm: fix OF child-node lookupJohan Hovold1-2/+3
2018-11-21drm/msm: dpu: Allow planes to extend past active displaySean Paul4-16/+24
2018-11-21drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'Stephen Boyd1-1/+1
2018-11-21drm/msm/gpu: fix parameters in function msm_gpu_crashstate_captureAnders Roxell1-2/+2
2018-10-06treewide: Replace more open-coded allocation size multiplicationsKees Cook1-2/+2
2018-08-11drm/msm: a6xx: fix spelling mistake: "initalization" -> "initialization"Colin Ian King1-2/+2
2018-08-11drm/msm: Add A6XX device supportJordan Crouse10-1/+2828
2018-08-11drm/msm: update generated headersRob Clark17-248/+6209
2018-08-11drm/msm/adreno: Load the firmware before bringing up the hardwareJordan Crouse3-3/+24
2018-08-11drm/msm: Add a helper function to parse clock namesJordan Crouse4-51/+72
2018-08-11drm/msm/disp/dpu: fix early dereference of physical encoderJeykumar Sankaran1-1/+3
2018-08-05drm/msm/adreno: Remove VLA usageKees Cook2-11/+24
2018-08-03gpu: drm: msm: Change return type to vm_fault_tSouptick Joarder2-24/+11
2018-07-31drm/msm/disp/dpu: fix two spelling mistakesColin Ian King2-2/+2
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