aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-20drm/msm: Pass the correct aperture end to drm_mm_initJordan Crouse1-1/+3
2018-02-20drm/msm/gpu: Set number of clocks to 0 if the list allocation failsJordan Crouse1-1/+3
2018-02-20drm/msm: Replace gem_object deprecated functionsSteve Kowalik9-26/+26
2018-02-20drm/msm/hdmi: fix semicolon.cocci warningsFengguang Wu1-1/+1
2018-02-20drm/msm/mdp5: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-02-20drm/msm/dsi: Add byte_intf_clkArchit Taneja1-0/+32
2018-02-20drm/msm/dsi: Add SDM845 in dsi_cfgArchit Taneja2-0/+20
2018-02-20drm/msm/dsi: Use msm_clk_get in dsi_get_configArchit Taneja1-4/+2
2018-02-20drm/msm/dsi: Populate the 10nm PHY funcsArchit Taneja1-0/+199
2018-02-20drm/msm/dsi: Populate PLL 10nm clock opsArchit Taneja1-8/+654
2018-02-20drm/msm/dsi: Add skeleton 10nm PHY/PLL codeArchit Taneja9-0/+255
2018-02-20drm/msm/dsi: Update generated headers for 10nm PLL/PHYArchit Taneja1-13/+174
2018-02-20drm/msm: add sudo flag to submit ioctlRob Clark4-0/+88
2018-02-20drm/msm: add a5xx specific debugfsRob Clark7-1/+207
2018-02-20drm/msm/dsi: check msm_dsi and dsi pointers before useLloyd Atkinson1-12/+10
2018-02-20drm/msm/dsi: correct DSI id bounds check during registrationLloyd Atkinson1-1/+1
2018-02-20drm/msm/dsi: check for failure on retrieving pll in dsi managerLloyd Atkinson3-4/+8
2018-02-16Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-10/+10
2018-02-12soc: qcom: mdt-loader: Return relocation baseBjorn Andersson1-2/+2
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/linux into drm-nextDave 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-misc into drm-nextDave 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_check_state()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