index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
tiny
/
cirrus.c
Age
Commit message (
Expand
)
Author
2024-11-21
Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-10-28
drm: handle HAS_IOPORT dependencies
Niklas Schnelle
2024-10-14
drm/cirrus: Use video aperture helpers
Thomas Zimmermann
2024-09-26
drm/cirrus: Run DRM default client setup
Thomas Zimmermann
2024-06-10
drm/tiny: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-05-02
drm/tiny/cirrus: Use fbdev-shmem
Thomas Zimmermann
2023-11-14
drm/format-helper: Pass format-conversion state to helpers
Thomas Zimmermann
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
2023-03-13
drm/cirrus: Use VGA macro constants to unblank
Thomas Zimmermann
2023-03-13
drm/cirrus: Store HW format/pitch in primary-plane state
Thomas Zimmermann
2023-03-13
drm/cirrus: Introduce struct cirrus_primary_plane_state
Thomas Zimmermann
2023-03-13
drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_check
Thomas Zimmermann
2023-03-13
drm/cirrus: Test mode against video-memory size in device-wide mode_valid
Thomas Zimmermann
2023-03-13
drm/cirrus: Remove size test from cirrus_fb_create()
Thomas Zimmermann
2023-03-13
drm/cirrus: Remove format test from cirrus_fb_create()
Thomas Zimmermann
2023-03-13
drm/cirrus: Inline cirrus_fb_blit_rect()
Thomas Zimmermann
2023-03-13
drm/cirrus: Enable damage clipping on primary plane
Thomas Zimmermann
2023-03-13
drm/cirrus: Convert to regular atomic helpers
Thomas Zimmermann
2023-03-13
drm/cirrus: Move primary-plane format arrays
Thomas Zimmermann
2023-03-13
drm/cirrus: Integrate connector into pipeline code
Thomas Zimmermann
2023-03-13
drm/cirrus: Split cirrus_mode_set() into smaller functions
Thomas Zimmermann
2023-03-13
drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpers
Thomas Zimmermann
2023-03-13
drm/cirrus: Use drm_fb_blit() to update scanout buffer
Thomas Zimmermann
2023-03-13
drm/cirrus: Replace cpp value with format
Thomas Zimmermann
2023-03-13
drm/cirrus: Compute blit destination offset in single location
Thomas Zimmermann
2022-11-24
drm/cirrus: Decouple fbdev bpp value from color depth
Thomas Zimmermann
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGB888 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Rework XRGB8888-to-RGBG565 conversion
Thomas Zimmermann
2022-08-10
drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()
Thomas Zimmermann
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2022-02-11
Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2022-02-07
dma-buf-map: Rename to iosys-map
Lucas De Marchi
2022-01-19
drm/cirrus: Replace module-init boiler-plate code with DRM helpers
Thomas Zimmermann
2021-11-27
drm: Move nomodeset kernel parameter to the DRM subsystem
Javier Martinez Canillas
2021-11-11
drm/format-helper: Rework format-helper conversion functions
Thomas Zimmermann
2021-11-11
drm/format-helper: Rework format-helper memcpy functions
Thomas Zimmermann
2021-08-08
drm/cirrus: Use offset-adjusted shadow-plane mappings
Thomas Zimmermann
2021-07-01
drm/aperture: Pass DRM driver structure instead of driver name
Thomas Zimmermann
2021-05-01
drm/format-helper: Pass destination pitch to drm_fb_memcpy_dstclip()
Thomas Zimmermann
2021-04-14
drm/aperture: Convert drivers to aperture interfaces
Thomas Zimmermann
2021-02-08
drm/cirrus: Move vmap out of commit tail
Thomas Zimmermann
2021-01-06
drm/cirrus: Remove references to struct drm_device.pdev
Thomas Zimmermann
2020-11-09
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-04-28
drm/cirrus: Move to drm/tiny
Daniel Vetter