summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
52 min.drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handlerHEADfor-linux-nextdrm-misc-nextMaíra Canal4-4/+25
52 min.drm/v3d: Decouple stats calculation from printingMaíra Canal3-12/+21
52 min.drm/v3d: Create function to update a set of GPU statsMaíra Canal1-7/+10
52 min.drm/v3d: Create a struct to store the GPU statsMaíra Canal5-32/+39
52 min.drm/v3d: Create two functions to update all GPU stats variablesMaíra Canal3-89/+40
8 daysdrm/v3d: Don't increment `enabled_ns` twiceMaíra Canal1-4/+0
8 daysdma-buf: Do not build debugfs related code when !CONFIG_DEBUG_FSTvrtko Ursulin2-22/+36
8 daysdrm/fb_dma: s/drm_panic_gem_get_scanout_buffer/drm_fb_dma_get_scanout_bufferMaíra Canal1-2/+3
2024-02-23drm/v3d: Enable V3D to use different PAGE_SIZEMaíra Canal5-10/+10
2024-01-11drm/v3d: Show the memory-management stats on debugfsdrm-misc-next-2024-01-11Maíra Canal1-0/+15
2024-01-11drm/v3d: Free the job and assign it to NULL if initialization failsMaíra Canal1-7/+28
2024-01-11drm/vc4: don't check if plane->state->fb == state->fbMaíra Canal1-4/+1
2024-01-09drm/v3d: Fix support for register debugging on the RPi 4drm-misc-next-fixes-2024-01-11Maíra Canal1-10/+10
2023-12-01drm/v3d: Create a CPU job extension for the copy performance query jobMaíra Canal4-0/+198
2023-12-01drm/v3d: Create a CPU job extension for the reset performance query jobMaíra Canal4-0/+167
2023-12-01drm/v3d: Create a CPU job extension to copy timestamp query to a bufferMaíra Canal4-0/+190
2023-12-01drm/v3d: Create a CPU job extension for the reset timestamp jobMaíra Canal4-0/+101
2023-12-01drm/v3d: Create a CPU job extension for the timestamp query jobMaíra Canal4-1/+149
2023-12-01drm/v3d: Create a CPU job extension for a indirect CSD jobMaíra Canal4-6/+213
2023-12-01drm/v3d: Enable BO mappingMaíra Canal2-0/+22
2023-12-01drm/v3d: Detach the CSD job BO setupMelissa Wen1-26/+42
2023-12-01drm/v3d: Create tracepoints to track the CPU jobMaíra Canal3-0/+63
2023-12-01drm/v3d: Use v3d_get_extensions() to parse CPU job dataMaíra Canal1-11/+12
2023-12-01drm/v3d: Add a CPU job submissionMelissa Wen5-1/+179
2023-12-01drm/v3d: Decouple job allocation from job initiationMaíra Canal1-20/+44
2023-12-01drm/v3d: Don't allow two multisync extensions in the same jobMaíra Canal1-0/+5
2023-12-01drm/v3d: Simplify job refcount handlingMelissa Wen1-4/+5
2023-12-01drm/v3d: Detach job submissions IOCTLs to a new specific fileMelissa Wen4-741/+753
2023-12-01drm/v3d: Move wait BO ioctl to the v3d_bo fileMelissa Wen3-35/+35
2023-12-01drm/v3d: Remove unused function headerMelissa Wen1-2/+0
2023-11-09MAINTAINERS: Add Maira to V3D maintainersMaíra Canal1-0/+1
2023-11-08MAINTAINERS: Drop Emma Anholt from all M lines.Emma Anholt1-6/+2
2023-11-06drm/v3d: Expose the total GPU usage stats on sysfsMaíra Canal7-3/+135
2023-11-06drm/v3d: Implement show_fdinfo() callback for GPU usage statsMaíra Canal5-1/+100
2023-11-02drm/v3d: add brcm,2712-v3d as a compatible V3D deviceIago Toral Quiroga1-0/+1
2023-11-02dt-bindings: gpu: v3d: Add BCM2712's compatibleIago Toral Quiroga1-0/+1
2023-11-02drm/v3d: fix up register addresses for V3D 7.xIago Toral Quiroga5-156/+204
2023-11-02drm/v3d: update UAPI to match user-space for V3D 7.xIago Toral Quiroga1-0/+5
2023-10-30drm/v3d: wait for all jobs to finish before unregisteringMaíra Canal1-0/+2
2023-09-30drm/tests: Fix kunit_release_action ctx argumentArthur Grillo1-1/+1
2023-09-30drm/tests: Add new format conversion tests to better cover drm_fb_blit()Arthur Grillo1-0/+142
2023-09-30drm/tests: Add calls to drm_fb_blit() on supported format conversion testsArthur Grillo1-0/+142
2023-09-15drm/tests: Fix incorrect argument in drm_test_mm_insert_rangeJanusz Krzysztofik1-1/+1
2023-09-14Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"Maíra Canal3-15/+7
2023-09-08drm/tests: Zero initialize fourccs_outArthur Grillo1-1/+1
2023-09-08drm/debugfs: Add inline to drm_debugfs_dev_init() to suppres -Wunused-functionArthur Grillo1-1/+1
2023-08-26drm/tests: Add KUnit tests for drm_fb_memcpy()Arthur Grillo1-0/+362
2023-08-26drm/tests: Add multi-plane support to conversion_buf_size()Arthur Grillo1-14/+14
2023-08-26drm/tests: Add KUnit tests for drm_fb_build_fourcc_list()Arthur Grillo1-0/+144
2023-08-26drm/tests: Add KUnit tests for drm_fb_clip_offset()Arthur Grillo1-0/+91