summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gud
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-151-1/+1
|\
| * drm/gud: Use size_add() in call to struct_size()Gustavo A. R. Silva2023-09-291-1/+1
* | drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann2023-11-141-12/+18
|/
* drm/gud: use vmalloc_array and vcallocJulia Lawall2023-07-041-1/+1
* drm/gud: use new debugfs device-centered functionsMaíra Canal2023-01-061-13/+4
* drm/gud: Fix missing includeNoralf Trønnes2022-12-081-0/+1
* drm/gud: Enable synchronous flushing by defaultNoralf Trønnes2022-12-061-8/+4
* drm/gud: Use the shadow plane helperNoralf Trønnes2022-12-063-26/+57
* drm/gud: Prepare buffer for CPU access in gud_flush_work()Noralf Trønnes2022-12-061-34/+33
* drm/gud: Split up gud_flush_work()Noralf Trønnes2022-12-061-25/+31
* drm/gud: Don't retry a failed framebuffer flushNoralf Trønnes2022-12-061-40/+8
* drm/gud: Fix UBSAN warningNoralf Trønnes2022-12-061-2/+2
* drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard2022-11-241-2/+2
* drm/connector: Rename legacy TV propertyMaxime Ripard2022-11-241-3/+3
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambig...Maxime Ripard2022-10-101-1/+1
* drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann2022-08-101-2/+5
* drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann2022-08-101-1/+1
* drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann2022-08-101-1/+2
* drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann2022-08-101-1/+1
* drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann2022-08-101-1/+1
* drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann2022-08-101-1/+3
* drm/gud: Fix endianness in gud_xrgb8888_to_color() helperGeert Uytterhoeven2022-07-191-6/+8
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-2/+2
* drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann2021-11-111-5/+5
* drm/format-helper: Add destination-buffer pitch to drm_fb_swab()Thomas Zimmermann2021-11-111-1/+1
* drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann2021-11-111-1/+1
* drm/gud: Add GUD_PIXEL_FORMAT_RGB888Noralf Trønnes2021-10-043-0/+8
* drm/gud: Add GUD_PIXEL_FORMAT_RGB332Noralf Trønnes2021-10-043-0/+8
* drm/gud: Add GUD_PIXEL_FORMAT_R8Noralf Trønnes2021-10-043-0/+8
* drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter2021-08-121-1/+1
* drm/gud: Get offset-adjusted mapping from drm_gem_fb_vmap()Thomas Zimmermann2021-08-081-2/+3
* drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann2021-08-081-1/+1
* drm/gud: Map framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann2021-08-021-5/+5
* drm/gud: Use framebuffer dma-buf helpersThomas Zimmermann2021-07-231-8/+5
* drm/gud: Add async_flush module parameterNoralf Trønnes2021-07-081-0/+15
* drm/gud: Add Raspberry Pi Pico IDNoralf Trønnes2021-07-081-0/+1
* drm/gud: Use scatter-gather USB bulk transferNoralf Trønnes2021-07-083-21/+78
* drm/gud: Free buffers on device removalNoralf Trønnes2021-07-081-4/+5
* drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter2021-06-241-1/+0
* drm/gud: cleanup coding style a bitBernard Zhao2021-04-271-2/+2
* drm/gud: Remove unneeded semicolonkernel test robot2021-03-233-4/+4
* drm/gud: fix sizeof usekernel test robot2021-03-231-1/+1
* drm: Add GUD USB Display driverNoralf Trønnes2021-03-166-0/+2114