summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/drm
AgeCommit message (Expand)Author
2022-09-01drmfb: Rework console detection and takeover.riastradh
2022-09-01drmfb: Take is_console property from parent, not from self.riastradh
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: Make drm_clflush_* noop on alpha.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-07-19drm: Nix drm_agp_borrow.riastradh
2022-07-17drm: Dust off module build a little.riastradh
2022-07-06uvm(9): fo_mmap caller guarantees positive size.riastradh
2022-07-02drm: Rewrite drm_gem_cma_helper.h from scratch.riastradh
2022-05-22rename CONFIG_AARCH64 to CONFIG_ARM64 which is what upstream code expectstnn
2022-02-18revert "drm: Respect is_console property on main drm device, not fb child."wiz
2022-02-16drm: Respect is_console property on main drm device, not fb child.riastradh
2021-12-31drm: Reduce default debug level to driver-specific messages.riastradh
2021-12-21drm: sprinkle some -Wno-unused-function for clangtnn
2021-12-20drm: add missing KERNEL_LOCK around calls to config_found().chs
2021-12-20drm: Simplify use of drm API for display on/off logic in drmfb.riastradh
2021-12-19rkdrm: Convert to atomic modesetting, as needed for bridges.riastradh
2021-12-19drm: Make scheduler mandatory to make amdgpu module simpler.riastradh
2021-12-19drm: Fill in fake connector->kdev pointing at the drm device.riastradh
2021-12-19drm: Make some legacy UMS crap build.riastradh
2021-12-19amdgpu: Make amdgpu_file_to_fpriv work.riastradh
2021-12-19amdgpu: Stub out irq domain stuff with a finer grain.riastradh
2021-12-19drm: Add drm_vma_offset_exact_lookup_locked.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-19Make intel_psr.c buildriastradh
2021-12-19i915: Adapt i915_perf.c.riastradh
2021-12-19drm: Omit bogus __unused attributes.riastradh
2021-12-19drm: Fix sign error in comparison for vma lookup.riastradh
2021-12-19drm: Another pass over i915 and some supporting logic.riastradh
2021-12-19drm: Nix use of uvm pglist. Just use arrays of page pointers.riastradh
2021-12-19drm: Remove local diffs for drm_pci_set_busid.riastradh
2021-12-19Initialize priv->filp, lost in removing drm_fops.criastradh
2021-12-19stub drm_lease.c the same way as openbsdriastradh
2021-12-19drm: Unstub drm_client slightly more.riastradh
2021-12-19drm: Slightly unstub this toe.riastradh
2021-12-19Get drm_mm.c building.riastradh
2021-12-19Initialize drm_core_init_complete in drm_module.criastradh
2021-12-19Revert part of previous: no separate CPPFLAGS.drmkms.riastradh
2021-12-19Narrow the CPPFLAGS for drm subsystems.riastradh
2021-12-19Misc stubs.riastradh
2021-12-19drm_client stubsriastradh