summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-msm-next-2018-01-10' of git://people.freedesktop.org/~robclark...Dave Airlie2018-01-1211-170/+264
|\
| * drm/msm: Add devfreq support for the GPUJordan Crouse2018-01-104-1/+110
| * drm/msm/adreno: a5xx: Explicitly program the CP0 performance counterJordan Crouse2018-01-101-0/+3
| * drm/msm/adreno: Read the speed bins for a5xx targetsJordan Crouse2018-01-101-0/+23
| * drm/msm/adreno: Move clock parsing to adreno_gpu_init()Jordan Crouse2018-01-103-77/+73Star
| * drm/msm/adreno: Cleanup chipid parsingJordan Crouse2018-01-101-22/+22
| * drm/msm/gpu: Remove unused bus scaling codeJordan Crouse2018-01-104-55/+3Star
| * drm/msm/adreno: Remove a useless call to dev_pm_opp_get_freq()Jordan Crouse2018-01-101-1/+1
| * drm/msm/adreno: Call dev_pm_opp_put()Jordan Crouse2018-01-102-2/+10
| * drm/msm: Fix NULL deref in adreno_load_gpuArchit Taneja2018-01-031-2/+5
| * drm/msm: gpu: Only sync fences on rings that existJordan Crouse2017-12-131-1/+1
| * drm/msm: fix leak in failed get_pagesPrakash Kamliya2017-12-131-4/+10
| * drm/msm: avoid false-positive -Wmaybe-uninitialized warningArnd Bergmann2017-12-131-7/+2Star
| * drm/msm/mdp4: Deduplicate bus_find_device() by name matchingLukas Wunner2017-12-131-6/+1Star
| * drm/msm: add missing MODULE_FIRMWARE declarationsNicolas Dechesne2017-12-131-1/+6
| * drm/msm: update adreno firmware path in MODULE_FIRMWARENicolas Dechesne2017-12-131-8/+8
| * drm/msm: free kstrdup'd cmdlineRob Clark2017-12-131-0/+2
| * drm/msm: fix msm_rd_dump_submit prototypeArnd Bergmann2017-12-131-1/+2
| * drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"Colin Ian King2017-12-131-1/+1
* | drm/msm: Use drm_fb_helper_lastclose() and _poll_changed()Noralf Trønnes2017-12-081-16/+2Star
|/
* Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2017-12-031-4/+6
|\
| * Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-2143-709/+1961
| |\
| * | drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-201-2/+3
| * | drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-201-2/+2
* | | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-222-8/+6Star
* | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-1642-685/+1926
|\ \ \ | | |/ | |/|
| * | Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-025-7/+15
| |\ \
| * | | drm/msm: use %z format modifier for printing size_tArnd Bergmann2017-11-011-1/+1
| * | | drm/msm/mdp5: Don't use async plane update path if plane visibility changesArchit Taneja2017-10-281-0/+25
| * | | drm/msm/mdp5: mdp5_crtc: Restore cursor state only if LM cursors are enabledArchit Taneja2017-10-281-29/+37
| * | | drm/msm/mdp5: Update mdp5_pipe_assign to spit out both planesArchit Taneja2017-10-283-20/+57
| * | | drm/msm/mdp5: Prepare mdp5_pipe_assign for some reworkArchit Taneja2017-10-283-27/+27
| * | | drm/msm: remove mdp5_cursor_plane_funcsGustavo Padovan2017-10-281-22/+3Star
| * | | drm/msm: update cursors asynchronously through atomicGustavo Padovan2017-10-282-88/+75Star
| * | | drm/msm/atomic: switch to drm_atomic_helper_checkRob Clark2017-10-283-32/+1Star
| * | | drm/msm/mdp5: restore cursor state when enabling crtcRob Clark2017-10-281-32/+68
| * | | drm/msm/mdp5: don't use autosuspendRob Clark2017-10-285-13/+13
| * | | drm/msm/mdp5: ignore planes that are not visibleRob Clark2017-10-281-0/+8
| * | | drm/msm: dump submits which triggered gpu hangRob Clark2017-10-281-20/+27
| * | | drm/msm: preserve IOVAs in submit's bo tableRob Clark2017-10-281-5/+6
| * | | drm/msm/rd: allow adding addition msg to top of dumpRob Clark2017-10-283-4/+16
| * | | drm/msm: split rd debugfs fileRob Clark2017-10-283-29/+79
| * | | drm/msm: add special _get_vaddr_active() for cmdstream dumpsRob Clark2017-10-283-3/+22
| * | | drm/msm: show task cmdline in gpu recovery messagesRob Clark2017-10-281-12/+43
| * | | drm/msm: dump a rd GPUADDR header for all buffers in the commandJordan Crouse2017-10-281-15/+15
| * | | drm/msm: Removed unused struct_mutex_taskJordan Crouse2017-10-282-8/+0Star
| * | | drm/msm: Implement preemption for A5XX targetsJordan Crouse2017-10-2810-20/+599
| * | | drm/msm: Make the value of RB_CNTL (almost) genericJordan Crouse2017-10-282-5/+12
| * | | drm/msm: Shadow current pointer in the ring until command is completeJordan Crouse2017-10-283-6/+16
| * | | drm/msm: Add a parameter query for the number of ringbuffersJordan Crouse2017-10-281-0/+3