summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/drm/files.drmkms
AgeCommit message (Expand)Author
2022-07-28drm: New option DRM_LEGACY.riastradh
2022-07-28drmkms_sched: Remove duplicate module definition.riastradh
2022-07-24drm: Fix CPPFLAGS for drm scheduler code.riastradh
2022-07-23drm: Split scheduler into separate module.riastradh
2022-07-20drm: Keep drm include flags in CPPFLAGS.drmkms after all.riastradh
2022-07-20drm: Restore pollution of CPPFLAGS with include directories.riastradh
2022-07-19drm: Undefine `alpha' in CPPFLAGS. Causes lotsa trouble!riastradh
2022-07-19drm: Narrow scope of drm CPPLAGS just to drm files.riastradh
2022-07-19drm: Propagate CPPFLAGS.drmkms into all the drm drivers.riastradh
2022-07-19drm: Note dependency on sysmon_power.riastradh
2022-05-22rename CONFIG_AARCH64 to CONFIG_ARM64 which is what upstream code expectstnn
2021-12-21drm: sprinkle some -Wno-unused-function for clangtnn
2021-12-19drm: Make scheduler mandatory to make amdgpu module simpler.riastradh
2021-12-19drm: Make some legacy UMS crap build.riastradh
2021-12-19amdgpu: Stub out irq domain stuff with a finer grain.riastradh
2021-12-19drm: Place drm_hdcp.c like other overrides in files.drmkms.riastradh
2021-12-19drm: Stub out drm_hdcp.criastradh
2021-12-19drm: Remove local diffs for drm_pci_set_busid.riastradh
2021-12-19Get drm_mm.c building.riastradh
2021-12-19Revert part of previous: no separate CPPFLAGS.drmkms.riastradh
2021-12-19Narrow the CPPFLAGS for drm subsystems.riastradh
2021-12-19drm_client stubsriastradh
2021-12-19Regen and remerge.riastradh
2021-12-19drm_writeback stubsriastradh
2021-12-19Eliminate drm_file.c copypasta.riastradh
2021-12-19Rerun drm2netbsd and merge.riastradh
2021-12-19Empty out drm_os_netbsd.h.riastradh
2021-12-19Disable missing files for now.riastradh
2021-12-19Merge updated drm2netbsd output.riastradh
2021-12-19Remove these two files from the list.riastradh
2021-12-19upstream shadows, disable warningriastradh
2021-12-19We have local versions of these files, don't use upstream onesriastradh
2021-12-19Upstream uses shadowing, disable warningriastradh
2021-12-19Disable warnings about shadowing.riastradh
2021-12-19skip upstream drm_cache.c, we have our ownriastradh
2021-12-19Remove duplicates and non-existent files.riastradh
2021-12-19misc drm hacksriastradh
2021-12-19Unhook drm_kms_helper_common.c from build.riastradh
2021-12-19Define CONFIG_DRM_FBDEV_OVERALLOC=100 to match upstream.riastradh
2021-12-19Rename drm_fops.c -> drm_file.criastradh
2021-12-19Use -Wno-missing-field-initializers for drm to reduce diffs.riastradh
2021-12-19Move IS_REACHABLE to <linux/kernel.h> to avoid double definition.riastradh
2021-12-19Define IS_ENABLED and IS_REACHABLE on the command line.riastradh
2021-12-19No more hacks for dist/uapi -- got moved to dist/include/uapi.riastradh
2021-12-19Disable *_trace_points.c.riastradh
2021-12-19Unfinished local implementation of GPL drm_lease.c.riastradh
2021-12-19Local reimplementation of GPL drm_gem_framebuffer_helper.c.riastradh
2021-12-19Generate files.* using the 2netbsd scripts.riastradh
2021-06-02drm2: build with -fwrapv, since the Linux kernel does and we don'tnia
2020-02-14Eliminate -Wpointer-arith patches; use -Wno-pointer-arith instead.riastradh