summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/include
AgeCommit message (Expand)Author
2024-10-01accel: Use XArray instead of IDR for minorsJonathan Gray
2024-10-01add DEFINE_XARRAY_ALLOC for 6.6.53 drmJonathan Gray
2024-10-01add MINORBITS for 6.6.53 drmJonathan Gray
2024-10-01add ACCEL_MAX_MINORS for 6.6.53 drmJonathan Gray
2024-09-30handle non xa_limit_32b ranges in xarrayJonathan Gray
2024-09-12drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizesJonathan Gray
2024-09-12drm/amd: Add gfx12 swizzle mode defsJonathan Gray
2024-09-10change bus notifier defines into inline functionsJonathan Gray
2024-08-28implement pci drvdata functionsJonathan Gray
2024-08-16Set CONFIG_AMD_PMC. We don't have the corresponding driver just yet, butMark Kettenis
2024-08-16Hook up a few more bits of suspend/resume power management code. ThisMark Kettenis
2024-08-11add name member to struct resourceJonathan Gray
2024-07-13Implement some more suspend/resume Linux compat such that inteldrm(4) canMark Kettenis
2024-07-11Turn FBINFO_xxx defines into proper flags. Gets rid of an unwantedMark Kettenis
2024-06-17define CONFIG_PM_SLEEP to 1 for IS_ENABLED()Jonathan Gray
2024-06-15drm/edid: Parse topology block for all DispID structure v1.xJonathan Gray
2024-06-15drm/mipi-dsi: use correct return type for the DSC functionsJonathan Gray
2024-06-15drm/dp: Don't attempt AUX transfers when eDP panels are not poweredJonathan Gray
2024-06-13Implement acpi_target_system_state().Mark Kettenis
2024-05-20add __counted_by() for 6.6.31 drmJonathan Gray
2024-05-06mm, treewide: introduce NR_PAGE_ORDERSJonathan Gray
2024-05-06drm: add drm_gem_object_is_shared_for_memory_stats() helperJonathan Gray
2024-05-06add NR_PAGE_ORDERS for 6.6.30 drmJonathan Gray
2024-05-04amd64 is guaranteed to have PAT and CLFLUSH; stop testing cpu flagsPhilip Guenther
2024-04-29add check_add_overflow() for 6.6.29 drmJonathan Gray
2024-04-09drm/i915: ATS-M device ID updateJonathan Gray
2024-04-09drm/i915: Add new PCI IDs to DG2 platform in driverJonathan Gray
2024-04-09drm/i915: Add new DG2 PCI IDsJonathan Gray
2024-04-05use inline functions instead of do while(0) for dev_*Jonathan Gray
2024-04-04drm/bridge: add ->edid_read hook and drm_bridge_edid_read()Jonathan Gray
2024-04-04drm/ttm: Make sure the mapped tt pages are decrypted when neededJonathan Gray
2024-04-04drm/probe-helper: warn about negative .get_modes()Jonathan Gray
2024-04-04add pgprot_decrypted() for 6.6.24 drmJonathan Gray
2024-04-04add cc_platform_has() for 6.6.24 drmJonathan Gray
2024-03-28add more iosys_map interfaces used by inteldrm guc codeJonathan Gray
2024-03-28reduce diff to linuxJonathan Gray
2024-03-27drm: Fix drm_fixp2int_round() making it add 0.5Jonathan Gray
2024-03-27drm: Don't treat 0 as -1 in drm_fixp2int_ceilJonathan Gray
2024-03-20Fix build with bitmap_copy() on i386 by adding const qualifier.Alexander Bluhm
2024-03-20add io_mapping_map_atomic_wc()Jonathan Gray
2024-03-20add bitmap_intersects() bitmap_from_arr32()Jonathan Gray
2024-03-20start implementing io_mappingJonathan Gray
2024-03-20add vmap_pfn()Jonathan Gray
2024-02-29drm/i915: Update ADL-N PCI IDsJonathan Gray
2024-02-06drm: using mul_u32_u32() requires linux/math64.hJonathan Gray
2024-02-06drm/mipi-dsi: Fix detach call without attachJonathan Gray
2024-02-02drm: Allow drivers to indicate the damage helpers to ignore damage clipsJonathan Gray
2024-02-02drm: Disable the cursor plane on atomic contexts with virtualized driversJonathan Gray
2024-01-29drm/bridge: Fix typo in post_disable() descriptionJonathan Gray
2024-01-29drm/dp_mst: Fix fractional DSC bpp handlingJonathan Gray