summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-10drm/format-helper: Rework XRGB8888-to-MONO conversionThomas Zimmermann3-23/+46
2022-08-10drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann3-15/+43
2022-08-10drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversionThomas Zimmermann1-16/+34
2022-08-10drm/format-helper: Rework RGB888-to-XRGB8888 conversionThomas Zimmermann1-7/+19
2022-08-10drm/format-helper: Rework RGB565-to-XRGB8888 conversionThomas Zimmermann1-7/+19
2022-08-10drm/format-helper: Rework XRGB8888-to-RGB888 conversionThomas Zimmermann3-31/+33
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann5-56/+52
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann3-17/+43
2022-08-10drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann3-16/+41
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann6-69/+67
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann2-20/+32
2022-08-08drm/panfrost: Add support for devcoredumpAdrián Larumbe5-1/+267
2022-08-08drm/panfrost: Add specific register offset macros for JS and MMU ASAdrián Larumbe1-18/+24
2022-08-08gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init()Zeng Jingxiang1-1/+2
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-04drm: Remove the drm_get_unmapped_area() helperZack Rusin1-141/+0
2022-08-04drm/vmwgfx: Remove unused hugepage supportZack Rusin1-13/+0
2022-08-04drm/vmwgfx: cleanup commentsTom Rix7-14/+14
2022-08-04drm/vmwgfx: clean up some error pointer checkingDan Carpenter1-2/+2
2022-08-04drm: fix whitespace in drm_plane_create_color_properties()Simon Ser1-1/+1
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich38-135/+140
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich139-554/+551
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich50-154/+159
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich26-26/+0
2022-08-01Merge drm/drm-next into drm-misc-nextThomas Zimmermann547-16554/+176776
2022-07-29drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann10-48/+35
2022-07-29drm/mgag200: Move CRTC atomic_enable to model-specific codeThomas Zimmermann5-85/+172
2022-07-29drm/mgag200: Move mode-config to model-specific codeThomas Zimmermann10-174/+977
2022-07-29drm/mgag200: Provide per-device callbacks for PIXPLLCThomas Zimmermann12-1029/+1026
2022-07-29drm/mgag200: Provide per-device callbacks for BMC synchronizationThomas Zimmermann6-97/+129
2022-07-29drm/mgag200: Add per-device callbacksThomas Zimmermann10-10/+48
2022-07-29drm/mgag200: Set SCROFF in primary-plane codeThomas Zimmermann1-15/+20
2022-07-29drm/mgag200: Replace simple-KMS with regular atomic helpersThomas Zimmermann2-157/+233
2022-07-29drm/mgag200: Reorganize before dropping simple-KMS helpersThomas Zimmermann1-48/+47
2022-07-29drm/mgag200: Store primary plane's color format in CRTC stateThomas Zimmermann2-10/+15
2022-07-29drm/mgag200: Acquire I/O-register lock in atomic_commit_tail functionThomas Zimmermann1-14/+21
2022-07-29drm/mgag200: Move ER/EW3 register initialization to per-model codeThomas Zimmermann3-7/+10
2022-07-29drm/mgag200: Move DAC-register setup into model-specific codeThomas Zimmermann10-79/+192
2022-07-29drm/mgag200: Split mgag200_modeset_init()Thomas Zimmermann1-9/+32
2022-07-29drm/tests: Split up test cases in igt_check_drm_format_min_pitchMaíra Canal1-2/+14
2022-07-29drm/dp_mst: fix drm_dp_dpcd_read return value checksSimon Ser1-3/+3
2022-07-28drm/format-helper: Add KUnit tests for drm_fb_xrgb8888_to_rgb565()José Expósito1-0/+78
2022-07-28drm/format-helper: Support multiple target formats resultsJosé Expósito1-20/+33
2022-07-28drm/format-helper: Rename test cases to make them more genericJosé Expósito1-9/+8
2022-07-28drm/format-helper: Fix test on big endian architecturesJosé Expósito1-2/+21