summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä1-12/+2
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-10/+10
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds12-190/+272
2018-01-23drm/msm/mdp5: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä1-10/+10
2018-01-12Merge tag 'drm-msm-next-2018-01-10' of git://people.freedesktop.org/~robclark...Dave Airlie11-170/+264
2018-01-10drm/msm: Add devfreq support for the GPUJordan Crouse4-1/+110
2018-01-10drm/msm/adreno: a5xx: Explicitly program the CP0 performance counterJordan Crouse1-0/+3
2018-01-10drm/msm/adreno: Read the speed bins for a5xx targetsJordan Crouse1-0/+23
2018-01-10drm/msm/adreno: Move clock parsing to adreno_gpu_init()Jordan Crouse3-77/+73
2018-01-10drm/msm/adreno: Cleanup chipid parsingJordan Crouse1-22/+22
2018-01-10drm/msm/gpu: Remove unused bus scaling codeJordan Crouse4-55/+3
2018-01-10drm/msm/adreno: Remove a useless call to dev_pm_opp_get_freq()Jordan Crouse1-1/+1
2018-01-10drm/msm/adreno: Call dev_pm_opp_put()Jordan Crouse2-2/+10
2018-01-03drm/msm: Fix NULL deref in adreno_load_gpuArchit Taneja1-2/+5
2017-12-28clk: divider: fix incorrect usage of container_ofJerome Brunet1-1/+1
2017-12-13drm/msm: gpu: Only sync fences on rings that existJordan Crouse1-1/+1
2017-12-13drm/msm: fix leak in failed get_pagesPrakash Kamliya1-4/+10
2017-12-13drm/msm: avoid false-positive -Wmaybe-uninitialized warningArnd Bergmann1-7/+2
2017-12-13drm/msm/mdp4: Deduplicate bus_find_device() by name matchingLukas Wunner1-6/+1
2017-12-13drm/msm: add missing MODULE_FIRMWARE declarationsNicolas Dechesne1-1/+6
2017-12-13drm/msm: update adreno firmware path in MODULE_FIRMWARENicolas Dechesne1-8/+8
2017-12-13drm/msm: free kstrdup'd cmdlineRob Clark1-0/+2
2017-12-13drm/msm: fix msm_rd_dump_submit prototypeArnd Bergmann1-1/+2
2017-12-13drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"Colin Ian King1-1/+1
2017-12-08drm/msm: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes1-16/+2
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+6
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook2-8/+6
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter43-709/+1961
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä1-2/+3
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä1-2/+2
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds42-685/+1926
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie5-7/+15
2017-11-01drm/msm: use %z format modifier for printing size_tArnd Bergmann1-1/+1
2017-10-28drm/msm/mdp5: Don't use async plane update path if plane visibility changesArchit Taneja1-0/+25
2017-10-28drm/msm/mdp5: mdp5_crtc: Restore cursor state only if LM cursors are enabledArchit Taneja1-29/+37
2017-10-28drm/msm/mdp5: Update mdp5_pipe_assign to spit out both planesArchit Taneja3-20/+57
2017-10-28drm/msm/mdp5: Prepare mdp5_pipe_assign for some reworkArchit Taneja3-27/+27
2017-10-28drm/msm: remove mdp5_cursor_plane_funcsGustavo Padovan1-22/+3
2017-10-28drm/msm: update cursors asynchronously through atomicGustavo Padovan2-88/+75
2017-10-28drm/msm/atomic: switch to drm_atomic_helper_checkRob Clark3-32/+1
2017-10-28drm/msm/mdp5: restore cursor state when enabling crtcRob Clark1-32/+68
2017-10-28drm/msm/mdp5: don't use autosuspendRob Clark5-13/+13
2017-10-28drm/msm/mdp5: ignore planes that are not visibleRob Clark1-0/+8
2017-10-28drm/msm: dump submits which triggered gpu hangRob Clark1-20/+27
2017-10-28drm/msm: preserve IOVAs in submit's bo tableRob Clark1-5/+6
2017-10-28drm/msm/rd: allow adding addition msg to top of dumpRob Clark3-4/+16
2017-10-28drm/msm: split rd debugfs fileRob Clark3-29/+79
2017-10-28drm/msm: add special _get_vaddr_active() for cmdstream dumpsRob Clark3-3/+22
2017-10-28drm/msm: show task cmdline in gpu recovery messagesRob Clark1-12/+43