summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny/cirrus.c
Commit message (Expand)AuthorAgeFilesLines
* drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann2023-11-141-1/+2
* drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson2023-09-211-0/+6
* drm/cirrus: Use VGA macro constants to unblankThomas Zimmermann2023-03-131-1/+1
* drm/cirrus: Store HW format/pitch in primary-plane stateThomas Zimmermann2023-03-131-20/+31
* drm/cirrus: Introduce struct cirrus_primary_plane_stateThomas Zimmermann2023-03-131-1/+58
* drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_checkThomas Zimmermann2023-03-131-16/+10
* drm/cirrus: Test mode against video-memory size in device-wide mode_validThomas Zimmermann2023-03-131-10/+13
* drm/cirrus: Remove size test from cirrus_fb_create()Thomas Zimmermann2023-03-131-10/+1
* drm/cirrus: Remove format test from cirrus_fb_create()Thomas Zimmermann2023-03-131-4/+0
* drm/cirrus: Inline cirrus_fb_blit_rect()Thomas Zimmermann2023-03-131-16/+6
* drm/cirrus: Enable damage clipping on primary planeThomas Zimmermann2023-03-131-3/+7
* drm/cirrus: Convert to regular atomic helpersThomas Zimmermann2023-03-131-64/+138
* drm/cirrus: Move primary-plane format arraysThomas Zimmermann2023-03-131-14/+14
* drm/cirrus: Integrate connector into pipeline codeThomas Zimmermann2023-03-131-42/+38
* drm/cirrus: Split cirrus_mode_set() into smaller functionsThomas Zimmermann2023-03-131-25/+38
* drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpersThomas Zimmermann2023-03-131-18/+13
* drm/cirrus: Use drm_fb_blit() to update scanout bufferThomas Zimmermann2023-03-131-14/+1
* drm/cirrus: Replace cpp value with formatThomas Zimmermann2023-03-131-24/+26
* drm/cirrus: Compute blit destination offset in single locationThomas Zimmermann2023-03-131-3/+1
* 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