summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorLines
2018-08-10drm/msm: a6xx: fix spelling mistake: "initalization" -> "initialization"Colin Ian King-2/+2
2018-08-10drm/msm: Add A6XX device supportJordan Crouse-1/+2828
2018-08-10drm/msm: update generated headersRob Clark-248/+6209
2018-08-10drm/msm/adreno: Load the firmware before bringing up the hardwareJordan Crouse-3/+24
2018-08-10drm/msm: Add a helper function to parse clock namesJordan Crouse-51/+72
2018-08-10drm/msm/disp/dpu: fix early dereference of physical encoderJeykumar Sankaran-1/+3
2018-08-05drm/msm/adreno: Remove VLA usageKees Cook-11/+24
2018-08-03gpu: drm: msm: Change return type to vm_fault_tSouptick Joarder-24/+11
2018-07-31drm/msm/disp/dpu: fix two spelling mistakesColin Ian King-2/+2
2018-07-30drm/msm/disp/dpu: Mark a handful of functions as staticJordan Crouse-47/+13
2018-07-30drm/msm/disp/dpu: Remove unused functions from dpu_formats.cJordan Crouse-166/+0
2018-07-30drm/msm/disp/dpu: Remove dpu_kms_utilsJordan Crouse-266/+0
2018-07-30drm/msm/disp/dpu: Remove unused code from drm_crtc.cJordan Crouse-442/+2
2018-07-30drm/msm/disp/dpu: Remove unused code from drm_encoder.cJordan Crouse-97/+0
2018-07-30drm/msm: Replace PTR_RET with PTR_ERR_OR_ZEROGustavo A. R. Silva-1/+1
2018-07-30drm/msm: mark PM functions as __maybe_unusedArnd Bergmann-2/+2
2018-07-30drm/msm/dpu: fix mismatch in function argument.zhong jiang-1/+1
2018-07-30drm/msm/gpu: avoid deprecated do_gettimeofdayArnd Bergmann-4/+4
2018-07-30drm/msm: dsi: Handle dual-channel for 6G as wellSean Paul-37/+35
2018-07-30drm/msm: dpu: Use clock-names instead of assigned-clock-namesSean Paul-3/+2
2018-07-30drm/msm: dpu: Use 'vsync' instead of 'vsync_clk' in cmdmode encoderSean Paul-1/+1
2018-07-30drm/msm/gpu: Add the buffer objects from the submit to the crash dumpJordan Crouse-13/+102
2018-07-30drm/msm/adreno: Add a5xx specific registers for the GPU stateJordan Crouse-31/+248
2018-07-30drm/msm/adreno: Add ringbuffer data to the GPU stateJordan Crouse-0/+41
2018-07-30drm/msm/adreno: Convert the show/crash file formatJordan Crouse-8/+13
2018-07-30drm/msm/gpu: Capture the GPU state on a GPU hangJordan Crouse-23/+154
2018-07-30drm/msm/gpu: Rearrange the code that collects the task during a hangJordan Crouse-9/+11
2018-07-30drm/msm/gpu: Convert the GPU show function to use the GPU stateJordan Crouse-65/+104
2018-07-30drm/msm/gpu: Capture the state of the GPUJordan Crouse-0/+129
2018-07-26drm/msm: rework vblank event handling in dpu_crtcRajesh Yadav-1/+14
2018-07-26drm/msm: Add SDM845 DPU supportJeykumar Sankaran-15/+31913
2018-07-26drm/msm: Add pm_suspend/resume callbacks to msm_kmsJeykumar Sankaran-0/+13
2018-07-26drm/msm: Add .commit() callback to msm_kms functionsJeykumar Sankaran-0/+6
2018-07-26drm/msm: #define MAX_<OBJECT> in msm_drv.hJeykumar Sankaran-5/+11
2018-07-26drm/msm: Use labels for unwinding in the error pathJeykumar Sankaran-22/+22
2018-07-26drm/msm: #define MDP version numbersJeykumar Sankaran-4/+7
2018-07-26drm/msm: Clean up dangling atomic_wqSean Paul-5/+0
2018-07-26drm/msm: higher values of pclk can exceed 32 bits when multiplied by a factorAbhinav Kumar-2/+5
2018-07-26drm/msm: enable zpos normalizationJeykumar Sankaran-0/+3
2018-07-26drm/msm/mdp5: subclass msm_mdss for mdp5Rajesh Yadav-84/+109
2018-07-26drm/msm: Move wait_for_vblanks into mdp complete_commit() hooksSean Paul-2/+4
2018-07-26drm/msm/dsi: set encoder mode for DRM bridge explicitlyAbhinav Kumar-2/+4
2018-07-26drm/msm/dsi: initialize postdiv_lock before use for 10nm pllRajesh Yadav-0/+2
2018-07-26drm/msm/dsi: Use one connector for dual DSI modeChandan Uddaraju-86/+30
2018-07-26drm/msm/dsi: adjust dsi timing for dual dsi modeChandan Uddaraju-20/+64
2018-07-25drm/msm/mdp5: negative x/y in cursor moveCarsten Behling-8/+43
2018-07-25drm/msm/dsi: replace version checks with helper functionsSibi Sankar-212/+29
2018-07-25drm/msm/dsi: add implementation for helper functionsSibi Sankar-11/+278
2018-07-25drm/msm/dsi: add dsi host helper functions supportSibi Sankar-0/+13
2018-07-25drm/msm/mdp5: fix missing CTL flushRob Clark-1/+11