summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/context.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpu: host1x: Correct allocated size for contextsJohnny Liu2023-10-111-2/+2
* gpu: host1x: Return error when context device not attached to IOMMUMikko Perttunen2023-07-271-0/+8
* gpu/host1x: Explicitly include correct DT includesRob Herring2023-07-211-1/+1
* gpu: host1x: Fix memory leak of device namesYang Yingliang2023-04-041-8/+15
* gpu: host1x: Fix potential double free if IOMMU is disabledYang Yingliang2023-04-041-0/+1
* gpu: host1x: Use tegra_dev_iommu_get_stream_id()Thierry Reding2023-01-271-6/+2
* gpu: host1x: Select context device based on attached IOMMUMikko Perttunen2022-11-251-0/+4
* gpu: host1x: Add context device management codeMikko Perttunen2022-07-081-0/+160