summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_drv.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-15drm/msm: Remove initialization of static variableszhaoxiao1-2/+2
2021-10-11drm/msm: Do not run snapshot on non-DPU devicesFabio Estevam1-4/+5
2021-10-01drm/msm/a6xx: Track current ctx by seqnoRob Clark1-0/+3
2021-10-01drm/msm: Fix crash on dev file closeRob Clark1-0/+3
2021-08-17Merge tag 'drm-msm-next-2021-08-12' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-12/+3
2021-08-10drm/msm: Convert to Linux IRQ interfacesThomas Zimmermann1-45/+68
2021-08-07drm/msm: Fix error return code in msm_drm_init()Wei Li1-0/+1
2021-08-07drm/msm: Implement mmap as GEM object functionThomas Zimmermann1-12/+2
2021-07-27drm/msm: Track "seqno" fences by idrRob Clark1-2/+28
2021-06-23drm/msm: export hangcheck_period in debugfsSamuel Iglesias Gonsalvez1-0/+1
2021-06-23drm/msm: Fix error return code in msm_drm_init()Zhen Lei1-0/+1
2021-06-23drm/msm: Move vblank debug prints to drm_dbg_vbl()Stephen Boyd1-2/+2
2021-06-23drm/msm: add MSM_BO_CACHED_COHERENTJonathan Marek1-1/+2
2021-06-23drm/msm: get rid of msm_iomap_sizeDmitry Baryshkov1-18/+9
2021-06-23drm/msm: add support to take dpu snapshotAbhinav Kumar1-1/+26
2021-04-28drm/msm: fix minor version to indicate MSM_PARAM_SUSPENDS supportJonathan Marek1-1/+1
2021-04-07drm/msm/disp/dpu1: add support for display for SC7280 targetKrishna Manikandan1-0/+1
2021-04-07drm/msm: Track potentially evictable objectsRob Clark1-1/+1
2021-04-07drm/msm: Add param for userspace to query suspend countRob Clark1-0/+1
2021-04-07drm/msm: add compatibles for sm8150/sm8250 displayJonathan Marek1-0/+2
2021-04-07drm/msm: Remove need for reiterating the compatiblesBjorn Andersson1-6/+9
2021-04-07drm/msm: Fix debugfs deadlockRob Clark1-0/+3
2021-04-07drm/msm: Avoid mutex in shrinker_count()Rob Clark1-0/+1
2021-04-01drm/msm: Set drvdata to NULL when msm_drm_init() failsStephen Boyd1-0/+1
2021-03-21drm/msm: Fix suspend/resume on i.MX5Fabio Estevam1-0/+8
2021-03-21drm/msm: fix shutdown hook in case GPU components failed to bindDmitry Baryshkov1-0/+4
2021-01-31drm/msm: Fix MSM_INFO_GET_IOVA with carveoutIskren Chernev1-1/+2
2021-01-08Merge tag 'drm-msm-fixes-2021-01-07' of https://gitlab.freedesktop.org/drm/ms...Daniel Vetter1-4/+4
2021-01-07drm/msm: Call msm_init_vram before binding the gpuCraig Tatlor1-4/+4
2020-12-10Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-14/+20
2020-11-29drm/msm: rearrange the gpu_rmw() functionSharat Masetty1-0/+8
2020-11-29drm/msm/msm_drv: Make '_msm_ioremap()' staticLee Jones1-2/+2
2020-11-21drm/msm/shrinker: Only iterate dontneed objsRob Clark1-1/+2
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
2020-11-04drm/msm: Drop struct_mutex in madvise pathRob Clark1-9/+2
2020-11-04drm/msm: Remove msm_gem_free_workRob Clark1-3/+0
2020-11-04drm/msm: Add priv->mm_lock to protect active/inactive listsRob Clark1-0/+7
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-16/+12
2020-09-25drm/msm: Introduce GEM object funcsThomas Zimmermann1-13/+0
2020-09-15drm/msm/dp: add displayPort driver supportChandan Uddaraju1-0/+2
2020-09-12drm/msm: Show process names in gem_describeRob Clark1-1/+1
2020-09-12drm/msm: Add support for private address space instancesJordan Crouse1-6/+7
2020-09-12drm/msm: Add a context pointer to the submitqueueJordan Crouse1-1/+2
2020-09-12drm/msm: Drop local dma_parmsRobin Murphy1-9/+1
2020-08-18drm/msm: add shutdown support for display platform_driverKrishna Manikandan1-0/+8
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+1
2020-07-31drm/msm: use kthread_create_worker instead of kthread_runBernard1-12/+6
2020-07-31drm/msm: Quiet error during failure in optional resource mappings.Eric Anholt1-4/+18
2020-07-30drm/msm/dpu: ensure device suspend happens during PM sleepKalyan Thota1-36/+31
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+4