aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/cirrus.c
Commit message (Expand)AuthorAgeFilesLines
* drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann2022-11-241-1/+1
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann2022-08-101-2/+1
* drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann2022-08-101-2/+1
* drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann2022-08-101-9/+12
* drm: Drop drm_framebuffer.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
* Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-111-3/+5
|\
| * dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-3/+5
* | drm/cirrus: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann2022-01-191-15/+2
|/
* drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-2/+2
* drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann2021-11-111-6/+4
* drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann2021-11-111-6/+8
* drm/cirrus: Use offset-adjusted shadow-plane mappingsThomas Zimmermann2021-08-081-2/+2
* drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann2021-07-011-1/+1
* drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann2021-05-011-1/+1
* drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann2021-04-141-1/+2
* drm/cirrus: Move vmap out of commit tailThomas Zimmermann2021-02-081-26/+17
* drm/cirrus: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-1/+0
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-4/+6
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/cirrus: Move to drm/tinyDaniel Vetter2020-04-281-0/+660