aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/adreno (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-31Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-35/+24
2018-12-11drm/msm: add headless gpu device for imx5Jonathan Marek1-2/+33
2018-12-11drm/msm: implement a2xx mmuJonathan Marek3-4/+52
2018-12-11drm/msm/a6xx: Add a name for the crashdumper bufferJordan Crouse1-1/+4
2018-12-11drm/msm/a6xx: Use new kernel API free function for gpu stateJordan Crouse1-10/+1
2018-12-11drm/msm/adreno: add a2xxJonathan Marek5-8/+538
2018-12-11drm/msm: Optimize adreno_show_object()Sharat Masetty1-21/+61
2018-12-11drm/msm/gpu: Map the ringbuffer in the iova at create timeJordan Crouse1-9/+0
2018-12-11drm/msm: Add a name field for gem objectsJordan Crouse4-0/+14
2018-12-11drm/msm: Count how many times iova memory is pinnedJordan Crouse4-13/+7
2018-12-11drm/msm: Add msm_gem_get_and_pin_iova()Jordan Crouse1-1/+2
2018-12-11drm/msm: Add a common function to free kernel buffer objectsJordan Crouse3-35/+5
2018-12-11drm/msm/a6xx: Track and manage a6xx state memoryJordan Crouse1-90/+102
2018-12-11drm/msm/a6xx: Add a6xx gpu stateJordan Crouse6-38/+1626
2018-12-11drm/msm/adreno: Don't capture register values if target doesn't define themJordan Crouse1-5/+14
2018-12-11drm/msm/gpu: Move gpu_poll_timeout() to adreno_gpu.hJordan Crouse2-5/+6
2018-12-11drm/msm/gpu: Add trace events for tracking GPU submissionsJordan Crouse1-0/+7
2018-12-11drm/msm/gpu: Add per-submission statisticsJordan Crouse2-16/+38
2018-12-11drm/msm: update generated headersRob Clark8-45/+408
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla10-54/+54
2018-11-29drm: msm: Check cmd_db_read_aux_data() for failureStephen Boyd1-0/+5
2018-11-19Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-4/+1
2018-11-14soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data()Stephen Boyd1-35/+19
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-528/+1369
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul18-528/+1369
2018-10-23drm/msm: fix OF child-node lookupJohan Hovold1-2/+3
2018-10-23drm: msm: adreno: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) +PTR_ERRMamta Shukla1-4/+1
2018-10-08drm/msm: a6xx: Fix improper u64 divisionSean Paul1-4/+7
2018-10-08drm/msm: a5xx: Remove unneeded parensSean Paul1-2/+2
2018-10-07drm/msm/a6xx: Remove CP perfcounter selects from the protected listJordan Crouse1-3/+1
2018-10-07drm/msm: a5xx: Fix improper u64 divisionSean Paul1-5/+7
2018-10-07drm/msm: update generated headersRob Clark8-342/+1149
2018-10-04drm/msm/a6xx: Add devfreq support for a6xxSharat Masetty4-5/+67
2018-10-04drm/msm: re-factor devfreq codeSharat Masetty1-4/+12
2018-10-04drm/msm/a6xx: Add gmu_read64() register read opSharat Masetty1-0/+10
2018-10-03drm/msm/a6xx: Add inactive_period for a6xxJordan Crouse1-0/+1
2018-10-03drm/msm: Replace drm_gem_object_{un/reference} with put, get functionsThomas Zimmermann5-6/+6
2018-10-03drm/msm/a6xx: Poll for HFI responsesJordan Crouse3-120/+57
2018-10-03msm/gpu/a6xx: Force of_dma_configure to setup DMA for GMUJordan Crouse1-1/+1
2018-10-03drm/msm/a5xx: Skip hardware preemption init if no preemptionSharat Masetty1-3/+7
2018-10-03drm/msm/a6xx: Fix PDC register overlapJordan Crouse3-69/+78
2018-10-03drm/msm/a6xx: Rename gmu phandle to qcom,gmuJordan Crouse1-1/+1
2018-10-03drm/msm/a6xx: Send the right perf index value to GMUSharat Masetty1-1/+1
2018-08-10drm/msm: a6xx: fix spelling mistake: "initalization" -> "initialization"Colin Ian King1-2/+2
2018-08-10drm/msm: Add A6XX device supportJordan Crouse8-0/+2824
2018-08-10drm/msm: update generated headersRob Clark8-142/+6094
2018-08-10drm/msm/adreno: Load the firmware before bringing up the hardwareJordan Crouse3-3/+24
2018-08-05drm/msm/adreno: Remove VLA usageKees Cook2-11/+24
2018-07-30drm/msm/gpu: avoid deprecated do_gettimeofdayArnd Bergmann1-1/+1
2018-07-30drm/msm/gpu: Add the buffer objects from the submit to the crash dumpJordan Crouse1-10/+48