summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tiny
AgeCommit message (Expand)AuthorFilesLines
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann16-16/+16
2022-11-04drm/ofdrm: Cast error pointers to void __iomem *Thomas Zimmermann1-8/+8
2022-11-04drm/ofdrm: Convert PCI IDs to CPU endianness for comparingThomas Zimmermann1-3/+8
2022-11-03drm/ofdrm: Depend on CONFIG_MMUThomas Zimmermann1-1/+1
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin1-1/+0
2022-10-14drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann1-2/+53
2022-10-14drm/ofdrm: Support color managementThomas Zimmermann1-5/+437
2022-10-14drm/ofdrm: Add per-model device functionThomas Zimmermann1-0/+125
2022-10-14drm/ofdrm: Add CRTC stateThomas Zimmermann1-3/+56
2022-10-14drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann3-0/+777
2022-10-13drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas1-12/+2
2022-10-13drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas1-8/+2
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann1-1/+5
2022-09-27drm/simpledrm: Synchronize access to GEM BOsThomas Zimmermann1-2/+8
2022-09-27drm/simpledrm: Iterate over damage clipsThomas Zimmermann1-11/+13
2022-09-27drm/simpledrm: Remove !fb check from atomic_updateThomas Zimmermann1-3/+0
2022-09-27drm/simpledrm: Use drm_atomic_get_new_plane_state()Thomas Zimmermann1-4/+4
2022-09-27drm/simpledrm: Compute linestride with drm_format_info_min_pitch()Thomas Zimmermann1-2/+5
2022-09-16drm/plane-helper: Add a drm_plane_helper_atomic_check() helperJavier Martinez Canillas1-24/+1
2022-09-12drm/format-helper: Add drm_fb_build_fourcc_list() helperThomas Zimmermann1-42/+5
2022-09-12drm/modes: Add initializer macro DRM_MODE_INIT()Thomas Zimmermann1-14/+9
2022-09-12drm/probe-helper: Add drm_crtc_helper_mode_valid_fixed()Thomas Zimmermann9-9/+18
2022-09-12drm/probe-helper: Add drm_connector_helper_get_modes_fixed()Thomas Zimmermann2-32/+2
2022-09-07drm/bochs: fix blankingGerd Hoffmann1-0/+2
2022-08-10drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann1-1/+5
2022-08-10drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann1-1/+4
2022-08-10drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann1-2/+1
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann1-2/+1
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann1-9/+12
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann1-4/+4
2022-08-05drm/simpledrm: Convert to atomic helpersThomas Zimmermann1-105/+168
2022-08-05drm/simpledrm: Compute framebuffer stride if not setThomas Zimmermann1-0/+3
2022-08-05drm/simpledrm: Remove pdev field from device structureThomas Zimmermann1-4/+2
2022-08-05drm/simpledrm: Inline device-init helpersThomas Zimmermann1-163/+128
2022-08-05drm/simpledrm: Remove mem field from device structureThomas Zimmermann1-2/+0
2022-08-05drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor1-1/+1
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich12-51/+51
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich4-8/+8
2022-07-19drm/bochs: Fix some error handling paths in bochs_pci_probe()Christophe JAILLET1-3/+9
2022-06-27drm: Implement DRM aperture helpers under video/Thomas Zimmermann1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä7-0/+7
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä4-0/+4
2022-06-09drm/bochs: Explicitly include linux/module.hMichel Dänzer1-0/+1
2022-05-23drm/st7735r: Fix module autoloading for Okaya RH128128TJavier Martinez Canillas1-0/+1
2022-05-03drm/simpledrm: Use fbdev defaults for shadow bufferingThomas Zimmermann1-1/+0
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard12-36/+19
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-68/+448
2022-03-17drm/format-helper: Rename drm_fb_xrgb8888_to_mono_reversed()Geert Uytterhoeven1-1/+1
2022-03-04Merge tag 'drm-misc-next-2022-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-23/+418