summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tiny/cirrus.c
AgeCommit message (Expand)Author
2024-11-21Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-10-28drm: handle HAS_IOPORT dependenciesNiklas Schnelle
2024-10-14drm/cirrus: Use video aperture helpersThomas Zimmermann
2024-09-26drm/cirrus: Run DRM default client setupThomas Zimmermann
2024-06-10drm/tiny: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-02drm/tiny/cirrus: Use fbdev-shmemThomas Zimmermann
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson
2023-03-13drm/cirrus: Use VGA macro constants to unblankThomas Zimmermann
2023-03-13drm/cirrus: Store HW format/pitch in primary-plane stateThomas Zimmermann
2023-03-13drm/cirrus: Introduce struct cirrus_primary_plane_stateThomas Zimmermann
2023-03-13drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_checkThomas Zimmermann
2023-03-13drm/cirrus: Test mode against video-memory size in device-wide mode_validThomas Zimmermann
2023-03-13drm/cirrus: Remove size test from cirrus_fb_create()Thomas Zimmermann
2023-03-13drm/cirrus: Remove format test from cirrus_fb_create()Thomas Zimmermann
2023-03-13drm/cirrus: Inline cirrus_fb_blit_rect()Thomas Zimmermann
2023-03-13drm/cirrus: Enable damage clipping on primary planeThomas Zimmermann
2023-03-13drm/cirrus: Convert to regular atomic helpersThomas Zimmermann
2023-03-13drm/cirrus: Move primary-plane format arraysThomas Zimmermann
2023-03-13drm/cirrus: Integrate connector into pipeline codeThomas Zimmermann
2023-03-13drm/cirrus: Split cirrus_mode_set() into smaller functionsThomas Zimmermann
2023-03-13drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpersThomas Zimmermann
2023-03-13drm/cirrus: Use drm_fb_blit() to update scanout bufferThomas Zimmermann
2023-03-13drm/cirrus: Replace cpp value with formatThomas Zimmermann
2023-03-13drm/cirrus: Compute blit destination offset in single locationThomas Zimmermann
2022-11-24drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2022-01-19drm/cirrus: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas
2021-11-11drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann
2021-11-11drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann
2021-08-08drm/cirrus: Use offset-adjusted shadow-plane mappingsThomas Zimmermann
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann
2021-05-01drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()Thomas Zimmermann
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-02-08drm/cirrus: Move vmap out of commit tailThomas Zimmermann
2021-01-06drm/cirrus: Remove references to struct drm_device.pdevThomas Zimmermann
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-04-28drm/cirrus: Move to drm/tinyDaniel Vetter