summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
AgeCommit message (Expand)AuthorLines
2022-09-16drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas-24/+1
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann-42/+5
2022-09-12drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann-14/+9
2022-09-12drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann-9/+18
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann-32/+2
2022-09-07drm/bochs: fix blankingGerd Hoffmann-0/+2
2022-08-10drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann-1/+5
2022-08-10drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann-1/+4
2022-08-10drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann-2/+1
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann-2/+1
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann-9/+12
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann-4/+4
2022-08-05drm/simpledrm: Convert to atomic helpersThomas Zimmermann-105/+168
2022-08-05drm/simpledrm: Compute framebuffer stride if not setThomas Zimmermann-0/+3
2022-08-05drm/simpledrm: Remove pdev field from device structureThomas Zimmermann-4/+2
2022-08-05drm/simpledrm: Inline device-init helpersThomas Zimmermann-163/+128
2022-08-05drm/simpledrm: Remove mem field from device structureThomas Zimmermann-2/+0
2022-08-05drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor-1/+1
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich-51/+51
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich-8/+8
2022-07-19drm/bochs: Fix some error handling paths in bochs_pci_probe()Christophe JAILLET-3/+9
2022-06-27drm: Implement DRM aperture helpers under video/Thomas Zimmermann-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+7
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä-0/+4
2022-06-09drm/bochs: Explicitly include linux/module.hMichel Dänzer-0/+1
2022-05-23drm/st7735r: Fix module autoloading for Okaya RH128128TJavier Martinez Canillas-0/+1
2022-05-03drm/simpledrm: Use fbdev defaults for shadow bufferingThomas Zimmermann-1/+0
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard-36/+19
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-68/+448
2022-03-17drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven-1/+1
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-23/+418
2022-02-28drm/tiny: Add MIPI DBI compatible SPI driverNoralf Trønnes-0/+414
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+2
2022-02-24drm/repaper: Use format helper for xrgb8888 to monochrome conversionJavier Martinez Canillas-23/+1
2022-02-23drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...Hans de Goede-0/+3
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-6/+9
2022-02-09spi: make remove callback a void functionUwe Kleine-König-27/+9
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi-6/+9
2022-02-07Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-1/+1
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-38/+21
2022-01-27drm/arc: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas-1/+2
2022-01-27drm/simpledrm: Request memory region in driverThomas Zimmermann-5/+17
2022-01-19drm/cirrus: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann-15/+2
2022-01-19drm/bochs: Replace module-init boiler-plate code with DRM helpersThomas Zimmermann-18/+2
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-37/+296
2021-12-16drm/simpledrm: Add [AX]RGB2101010 formatsHector Martin-2/+2
2021-12-13drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez-1/+1
2021-11-30drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann-10/+10
2021-11-27drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas-4/+3