summaryrefslogtreecommitdiffstats
path: root/lib/gen_crc64table.c (unfollow)
Commit message (Expand)AuthorFilesLines
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ögander2-1/+72
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-10dma-buf/sync_file: use strscpy to replace strlcpyXueBing Chen1-4/+4
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 Zimmermann2-62/+62
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 Zimmermann4-25/+49
2022-08-10drm/format-helper: Rework XRGB8888-to-GRAY8 conversionThomas Zimmermann4-17/+46
2022-08-10drm/format-helper: Rework XRGB8888-to-XRGB2101010 conversionThomas Zimmermann2-19/+37
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 Zimmermann4-36/+36
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG565 conversionThomas Zimmermann6-62/+55
2022-08-10drm/format-helper: Rework XRGB8888-to-RGBG332 conversionThomas Zimmermann4-19/+46
2022-08-10drm/format-helper: Convert drm_fb_swab() to struct iosys_mapThomas Zimmermann4-19/+44
2022-08-10drm/format-helper: Merge drm_fb_memcpy() and drm_fb_memcpy_toio()Thomas Zimmermann7-73/+70
2022-08-10drm/format-helper: Provide drm_fb_blit()Thomas Zimmermann3-23/+36
2022-08-10iosys-map: Add IOSYS_MAP_INIT_VADDR_IOMEM()Thomas Zimmermann1-1/+14
2022-08-08drm/panfrost: Add support for devcoredumpAdrián Larumbe6-1/+314
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 Rusin2-150/+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/todo: remove task to rename CMA helpersDanilo Krummrich1-13/+0
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich39-137/+142
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich143-642/+639
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich52-163/+168
2022-08-03drm/fb: remove unused includes of drm_fb_cma_helper.hDanilo Krummrich26-26/+0
2022-07-29drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann10-48/+35