summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)Author
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2018-01-12Merge tag 'drm-msm-next-2018-01-10' of git://people.freedesktop.org/~robclark...Dave Airlie
2018-01-10drm/msm: Add devfreq support for the GPUJordan Crouse
2018-01-10drm/msm/adreno: a5xx: Explicitly program the CP0 performance counterJordan Crouse
2018-01-10drm/msm/adreno: Read the speed bins for a5xx targetsJordan Crouse
2018-01-10drm/msm/adreno: Move clock parsing to adreno_gpu_init()Jordan Crouse
2018-01-10drm/msm/adreno: Cleanup chipid parsingJordan Crouse
2018-01-10drm/msm/gpu: Remove unused bus scaling codeJordan Crouse
2018-01-10drm/msm/adreno: Remove a useless call to dev_pm_opp_get_freq()Jordan Crouse
2018-01-10drm/msm/adreno: Call dev_pm_opp_put()Jordan Crouse
2018-01-03drm/msm: Fix NULL deref in adreno_load_gpuArchit Taneja
2017-12-28clk: divider: fix incorrect usage of container_ofJerome Brunet
2017-12-13drm/msm: gpu: Only sync fences on rings that existJordan Crouse
2017-12-13drm/msm: fix leak in failed get_pagesPrakash Kamliya
2017-12-13drm/msm: avoid false-positive -Wmaybe-uninitialized warningArnd Bergmann
2017-12-13drm/msm/mdp4: Deduplicate bus_find_device() by name matchingLukas Wunner
2017-12-13drm/msm: add missing MODULE_FIRMWARE declarationsNicolas Dechesne
2017-12-13drm/msm: update adreno firmware path in MODULE_FIRMWARENicolas Dechesne
2017-12-13drm/msm: free kstrdup'd cmdlineRob Clark
2017-12-13drm/msm: fix msm_rd_dump_submit prototypeArnd Bergmann
2017-12-13drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"Colin Ian King
2017-12-08drm/msm: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie
2017-11-01drm/msm: use %z format modifier for printing size_tArnd Bergmann
2017-10-28drm/msm/mdp5: Don't use async plane update path if plane visibility changesArchit Taneja
2017-10-28drm/msm/mdp5: mdp5_crtc: Restore cursor state only if LM cursors are enabledArchit Taneja
2017-10-28drm/msm/mdp5: Update mdp5_pipe_assign to spit out both planesArchit Taneja
2017-10-28drm/msm/mdp5: Prepare mdp5_pipe_assign for some reworkArchit Taneja
2017-10-28drm/msm: remove mdp5_cursor_plane_funcsGustavo Padovan
2017-10-28drm/msm: update cursors asynchronously through atomicGustavo Padovan
2017-10-28drm/msm/atomic: switch to drm_atomic_helper_checkRob Clark
2017-10-28drm/msm/mdp5: restore cursor state when enabling crtcRob Clark
2017-10-28drm/msm/mdp5: don't use autosuspendRob Clark
2017-10-28drm/msm/mdp5: ignore planes that are not visibleRob Clark
2017-10-28drm/msm: dump submits which triggered gpu hangRob Clark
2017-10-28drm/msm: preserve IOVAs in submit's bo tableRob Clark
2017-10-28drm/msm/rd: allow adding addition msg to top of dumpRob Clark
2017-10-28drm/msm: split rd debugfs fileRob Clark
2017-10-28drm/msm: add special _get_vaddr_active() for cmdstream dumpsRob Clark
2017-10-28drm/msm: show task cmdline in gpu recovery messagesRob Clark
2017-10-28drm/msm: dump a rd GPUADDR header for all buffers in the commandJordan Crouse
2017-10-28drm/msm: Removed unused struct_mutex_taskJordan Crouse