summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tiny/cirrus.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann1-1/+2
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson1-0/+6
2023-03-13drm/cirrus: Use VGA macro constants to unblankThomas Zimmermann1-1/+1
2023-03-13drm/cirrus: Store HW format/pitch in primary-plane stateThomas Zimmermann1-20/+31
2023-03-13drm/cirrus: Introduce struct cirrus_primary_plane_stateThomas Zimmermann1-1/+58
2023-03-13drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_checkThomas Zimmermann1-16/+10
2023-03-13drm/cirrus: Test mode against video-memory size in device-wide mode_validThomas Zimmermann1-10/+13
2023-03-13drm/cirrus: Remove size test from cirrus_fb_create()Thomas Zimmermann1-10/+1
2023-03-13drm/cirrus: Remove format test from cirrus_fb_create()Thomas Zimmermann1-4/+0
2023-03-13drm/cirrus: Inline cirrus_fb_blit_rect()Thomas Zimmermann1-16/+6
2023-03-13drm/cirrus: Enable damage clipping on primary planeThomas Zimmermann1-3/+7
2023-03-13drm/cirrus: Convert to regular atomic helpersThomas Zimmermann1-64/+138
2023-03-13drm/cirrus: Move primary-plane format arraysThomas Zimmermann1-14/+14
2023-03-13drm/cirrus: Integrate connector into pipeline codeThomas Zimmermann1-42/+38
2023-03-13drm/cirrus: Split cirrus_mode_set() into smaller functionsThomas Zimmermann1-25/+38
2023-03-13drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpersThomas Zimmermann1-18/+13
2023-03-13drm/cirrus: Use drm_fb_blit() to update scanout bufferThomas Zimmermann1-14/+1
2023-03-13drm/cirrus: Replace cpp value with formatThomas Zimmermann1-24/+26
2023-03-13drm/cirrus: Compute blit destination offset in single locationThomas Zimmermann1-3/+1
2022-11-24drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann1-1/+1
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-08-10drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann1-2/+1
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann1-2/+1
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann1-9/+12
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-3/+5
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi1-3/+5
2022-01-19drm/cirrus: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann1-15/+2
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas1-2/+2
2021-11-11drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann1-6/+4
2021-11-11drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann1-6/+8
2021-08-08drm/cirrus: Use offset-adjusted shadow-plane mappingsThomas Zimmermann1-2/+2
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-05-01drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann1-1/+1
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-1/+2
2021-02-08drm/cirrus: Move vmap out of commit tailThomas Zimmermann1-26/+17
2021-01-06drm/cirrus: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+0
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-4/+6
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-04-28drm/cirrus: Move to drm/tinyDaniel Vetter1-0/+660