summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2022-08-22drm/ttm: Switch to using the new res callbackArunpravin Paneer Selvam2-47/+15
2022-08-22drm/nouveau: Implement intersect/compatible functionsArunpravin Paneer Selvam3-0/+59
2022-08-22drm/i915: Implement intersect/compatible functionsArunpravin Paneer Selvam2-40/+74
2022-08-22drm/amdgpu: Implement intersect/compatible functionsArunpravin Paneer Selvam2-0/+106
2022-08-22drm/ttm: Implement intersect/compatible functionsArunpravin Paneer Selvam1-0/+33
2022-08-22drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam2-7/+79
2022-08-22drm/msm: Make .remove and .shutdown HW shutdown consistentJavier Martinez Canillas1-4/+9
2022-08-19drm/virtio: remove drm_plane_cleanup() destroy hookDanilo Krummrich1-1/+0
2022-08-16drm/nouveau/kms/nv140-: Disable interlacingLyude Paul1-1/+2
2022-08-15drm/vc4: Drop of_gpio headerMaíra Canal1-1/+0
2022-08-11drm/i915: Use luminance range calculated during edid parsingJouni Högander1-2/+13
2022-08-11drm/amdgpu_dm: Rely on split out luminance calculation functionJouni Högander1-31/+4
2022-08-11drm: New function to get luminance range based on static hdr metadataJouni Högander1-1/+51
2022-08-11drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of...Liang He1-0/+1
2022-08-11drm/bridge: tc358767: disable main link PHYs on main link disableLucas Stach1-1/+7
2022-08-11drm/bridge: tc358767: increase CLRSIPO countLucas Stach1-4/+4
2022-08-11drm/bridge: tc358767: don't fixup mode sync polarityLucas Stach1-36/+18
2022-08-10drm/udl: Replace BUG_ON() with WARN_ON()Takashi Iwai2-2/+4
2022-08-10drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai3-3/+26
2022-08-10drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai3-0/+20
2022-08-10drm/udl: Replace semaphore with a simple wait queueTakashi Iwai2-64/+31
2022-08-10drm/format-helper: Rename parameter vmap to srcThomas Zimmermann1-53/+53
2022-08-10drm/format-helper: Move destination-buffer handling into internal helperThomas Zimmermann1-111/+63
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