summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
Commit message (Expand)AuthorAgeFilesLines
* drm/simpledrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann2023-12-061-1/+0
* drm/ofdrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann2023-12-061-1/+0
* drm/arcpgu: Convert to platform remove callback returning voidUwe Kleine-König2023-11-211-4/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2023-11-151-1/+1
|\
| * BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie2023-10-231-1/+1
| |\
| | * drm/tiny: correctly print `struct resource *` on errorJoey Gouly2023-10-121-1/+1
| | * Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann2023-09-126-11/+17
| | |\
* | | | drm/simpledrm: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann2023-11-141-1/+40
* | | | drm/ofdrm: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann2023-11-141-0/+14
* | | | drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann2023-11-146-18/+28
|/ / /
* | | drm/simpledrm: Fix power domain device link validity checkThierry Reding2023-10-121-1/+1
* | | Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-293-0/+117
|\ \ \
| * | | drm/simpledrm: Add support for multiple "power-domains"Janne Grunau2023-09-251-0/+105
| * | | drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson2023-09-212-0/+12
* | | | Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie2023-09-221-1/+1
|\| | |
| * | | drm/repaper: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt2023-08-251-1/+1
| | |/ | |/|
* | | Merge tag 'drm-misc-fixes-2023-09-07' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter2023-09-141-5/+5
|\ \ \ | |/ / |/| / | |/
| * drm: gm12u320: Fix the timeout usage for usb_bulk_msg()Jinjie Ruan2023-09-041-5/+5
* | drm/tiny: panel-mipi-dbi: Allow sharing the D/C GPIOOtto Pflüger2023-08-021-1/+2
* | drm/mipi-dbi: Lock SPI bus before setting D/C GPIOOtto Pflüger2023-08-022-1/+10
* | drm/repaper: Reduce temporary buffer size in repaper_fb_dirty()Geert Uytterhoeven2023-07-291-1/+1
* | drm/tiny: Convert to platform remove callback returning voidUwe Kleine-König2023-06-082-8/+4
|/
* drm: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-301-6/+2
* drm: Use of_property_present() for testing DT property presenceRob Herring2023-03-281-1/+1
* drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann2023-03-221-1/+0
* drm/arcpgu: Use GEM DMA fbdev emulationThomas Zimmermann2023-03-141-2/+2
* 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/simpledrm: Allow physical width and height configuration via panel nodeRayyan Ansari2023-01-311-9/+22
* drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter2023-01-261-2/+2
* drm/simpledrm: Add support for system memory framebuffersThierry Reding2023-01-231-24/+75
* drm/simpledrm: Use struct iosys_map consistentlyThierry Reding2023-01-231-6/+7
* drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann2023-01-062-2/+12
* drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann2023-01-032-41/+0
* drm/tiny: ili9486: Do not assume 8-bit only SPI controllersCarlo Caione2023-01-021-4/+9