summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
AgeCommit message (Expand)AuthorLines
2023-12-06drm/simpledrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann-1/+0
2023-12-06drm/ofdrm: Do not include <drm/drm_plane_helper.h>Thomas Zimmermann-1/+0
2023-11-21drm/arcpgu: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2023-11-14drm/simpledrm: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann-1/+40
2023-11-14drm/ofdrm: Preallocate format-conversion buffer in atomic_checkThomas Zimmermann-0/+14
2023-11-14drm/format-helper: Pass format-conversion state to helpersThomas Zimmermann-18/+28
2023-10-23BackMerge tag 'v6.6-rc7' into drm-nextDave Airlie-1/+1
2023-10-12drm/tiny: correctly print `struct resource *` on errorJoey Gouly-1/+1
2023-10-12drm/simpledrm: Fix power domain device link validity checkThierry Reding-1/+1
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+117
2023-09-25drm/simpledrm: Add support for multiple "power-domains"Janne Grunau-0/+105
2023-09-22Merge tag 'drm-misc-next-2023-09-11-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie-1/+1
2023-09-21drm: Call drm_atomic_helper_shutdown() at shutdown time for misc driversDouglas Anderson-0/+12
2023-09-14Merge tag 'drm-misc-fixes-2023-09-07' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter-5/+5
2023-09-12Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann-11/+17
2023-09-04drm: gm12u320: Fix the timeout usage for usb_bulk_msg()Jinjie Ruan-5/+5
2023-08-25drm/repaper: fix -Wvoid-pointer-to-enum-cast warningJustin Stitt-1/+1
2023-08-02drm/tiny: panel-mipi-dbi: Allow sharing the D/C GPIOOtto Pflüger-1/+2
2023-08-02drm/mipi-dbi: Lock SPI bus before setting D/C GPIOOtto Pflüger-1/+10
2023-07-29drm/repaper: Reduce temporary buffer size in repaper_fb_dirty()Geert Uytterhoeven-1/+1
2023-06-08drm/tiny: Convert to platform remove callback returning voidUwe Kleine-König-8/+4
2023-03-30drm: Use of_property_read_bool() for boolean propertiesRob Herring-6/+2
2023-03-28drm: Use of_property_present() for testing DT property presenceRob Herring-1/+1
2023-03-22drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann-1/+0
2023-03-14drm/arcpgu: Use GEM DMA fbdev emulationThomas Zimmermann-2/+2
2023-03-13drm/cirrus: Use VGA macro constants to unblankThomas Zimmermann-1/+1
2023-03-13drm/cirrus: Store HW format/pitch in primary-plane stateThomas Zimmermann-20/+31
2023-03-13drm/cirrus: Introduce struct cirrus_primary_plane_stateThomas Zimmermann-1/+58
2023-03-13drm/cirrus: Inline cirrus_check_size() into primary-plane atomic_checkThomas Zimmermann-16/+10
2023-03-13drm/cirrus: Test mode against video-memory size in device-wide mode_validThomas Zimmermann-10/+13
2023-03-13drm/cirrus: Remove size test from cirrus_fb_create()Thomas Zimmermann-10/+1
2023-03-13drm/cirrus: Remove format test from cirrus_fb_create()Thomas Zimmermann-4/+0
2023-03-13drm/cirrus: Inline cirrus_fb_blit_rect()Thomas Zimmermann-16/+6
2023-03-13drm/cirrus: Enable damage clipping on primary planeThomas Zimmermann-3/+7
2023-03-13drm/cirrus: Convert to regular atomic helpersThomas Zimmermann-64/+138
2023-03-13drm/cirrus: Move primary-plane format arraysThomas Zimmermann-14/+14
2023-03-13drm/cirrus: Integrate connector into pipeline codeThomas Zimmermann-42/+38
2023-03-13drm/cirrus: Split cirrus_mode_set() into smaller functionsThomas Zimmermann-25/+38
2023-03-13drm/cirrus: Move drm_dev_{enter, exit}() into DRM helpersThomas Zimmermann-18/+13
2023-03-13drm/cirrus: Use drm_fb_blit() to update scanout bufferThomas Zimmermann-14/+1
2023-03-13drm/cirrus: Replace cpp value with formatThomas Zimmermann-24/+26
2023-03-13drm/cirrus: Compute blit destination offset in single locationThomas Zimmermann-3/+1
2023-01-31drm/simpledrm: Allow physical width and height configuration via panel nodeRayyan Ansari-9/+22
2023-01-26drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter-2/+2
2023-01-23drm/simpledrm: Add support for system memory framebuffersThierry Reding-24/+75
2023-01-23drm/simpledrm: Use struct iosys_map consistentlyThierry Reding-6/+7
2023-01-06drm/fb-helper: Replace bpp/depth parameter by color modeThomas Zimmermann-2/+12
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann-41/+0
2023-01-02drm/tiny: ili9486: Do not assume 8-bit only SPI controllersCarlo Caione-4/+9