summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
Commit message (Expand)AuthorAgeFilesLines
* drm/simpledrm: Synchronize access to GEM BOsThomas Zimmermann2022-09-271-2/+8
* drm/simpledrm: Iterate over damage clipsThomas Zimmermann2022-09-271-11/+13
* drm/simpledrm: Remove !fb check from atomic_updateThomas Zimmermann2022-09-271-3/+0
* drm/simpledrm: Use drm_atomic_get_new_plane_state()Thomas Zimmermann2022-09-271-4/+4
* drm/simpledrm: Compute linestride with drm_format_info_min_pitch()Thomas Zimmermann2022-09-271-2/+5
* drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas2022-09-161-24/+1
* drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann2022-09-121-42/+5
* drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann2022-09-121-14/+9
* drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann2022-09-129-9/+18
* drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann2022-09-122-32/+2
* drm/bochs: fix blankingGerd Hoffmann2022-09-071-0/+2
* drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann2022-08-101-1/+5
* drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann2022-08-101-1/+4
* drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann2022-08-101-2/+1
* drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann2022-08-101-2/+1
* drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann2022-08-101-9/+12
* drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann2022-08-101-4/+4
* drm/simpledrm: Convert to atomic helpersThomas Zimmermann2022-08-051-105/+168
* drm/simpledrm: Compute framebuffer stride if not setThomas Zimmermann2022-08-051-0/+3
* drm/simpledrm: Remove pdev field from device structureThomas Zimmermann2022-08-051-4/+2
* drm/simpledrm: Inline device-init helpersThomas Zimmermann2022-08-051-163/+128
* drm/simpledrm: Remove mem field from device structureThomas Zimmermann2022-08-051-2/+0
* drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor2022-08-051-1/+1
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-1/+1
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-0312-51/+51
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-034-8/+8
* drm/bochs: Fix some error handling paths in bochs_pci_probe()Christophe JAILLET2022-07-191-3/+9
* drm: Implement DRM aperture helpers under video/Thomas Zimmermann2022-06-271-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-207-0/+7
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-204-0/+4
* drm/bochs: Explicitly include linux/module.hMichel Dänzer2022-06-091-0/+1
* drm/st7735r: Fix module autoloading for Okaya RH128128TJavier Martinez Canillas2022-05-231-0/+1
* drm/simpledrm: Use fbdev defaults for shadow bufferingThomas Zimmermann2022-05-031-1/+0
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-0512-36/+19
|\
| * Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-249-68/+448
| |\
| | * Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-03-045-23/+418
| | |\
| | * \ Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-1/+2
| | |\ \
| | * \ \ Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-112-6/+9
| | |\ \ \
| | | * | | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-072-6/+9
| * | | | | spi: make remove callback a void functionUwe Kleine-König2022-02-099-27/+9
| | |/ / / | |/| | |
* | | | | drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven2022-03-171-1/+1
| |_|_|/ |/| | |
* | | | drm/tiny: Add MIPI DBI compatible SPI driverNoralf Trønnes2022-02-283-0/+414
* | | | drm/repaper: Use format helper for xrgb8888 to monochrome conversionJavier Martinez Canillas2022-02-241-23/+1
* | | | drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...Hans de Goede2022-02-231-0/+3
| |_|/ |/| |
* | | Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2022-02-071-1/+1
|\ \ \ | | |/ | |/|
| * | Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-013-38/+21
| |\ \ | | |/ | |/|
| * | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-108-37/+296
| |\ \
| * | | drm: simpledrm: fix wrong unit with pixel clockAlejandro Concepcion-Rodriguez2021-12-131-1/+1
* | | | drm/arc: Use drm_module_platform_driver() to register the driverJavier Martinez Canillas2022-01-271-1/+2
| |_|/ |/| |
* | | drm/simpledrm: Request memory region in driverThomas Zimmermann2022-01-271-5/+17