summaryrefslogtreecommitdiff
path: root/sys/external/bsd/drm2/i915drm
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_MAYBE_UNINITIALIZED}lukem
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2023-05-22Use the offset in mmap calculations.nat
2022-10-15i915: Suspend ioctls while device is suspended.riastradh
2022-09-22i915: Make sure to call i915_drm_prepare too on suspend.riastradh
2022-07-19drm: Propagate CPPFLAGS.drmkms into all the drm drivers.riastradh
2022-07-18drm: Simplify async framebuffer child task attachment logic.riastradh
2022-07-18drm: Fix asynchronous attach logic for drm framebuffer devices.riastradh
2022-07-17i915: Omit needless i915_global_buddy_init declaration.riastradh
2022-07-17i915: Remove spurious local i915_perf.c override.riastradh
2022-02-27i915: Use new acpidisp_register_notify for ACPI VGA events.riastradh
2021-12-21drm: sprinkle some -Wno-unused-function for clangtnn
2021-12-20i915: Mark a KASSERT-only variable __diagused.riastradh
2021-12-19i915: Make intel_gtt_get prototype match Linux.riastradh
2021-12-19drm: Rework attach/detach and deferred task logic.riastradh
2021-12-19i915: Figure out the graphics stolen memory base.riastradh
2021-12-19i915: Initialize userptr wq for now. Should wire this up for real!riastradh
2021-12-19i915: Draft gem fault.riastradh
2021-12-19i915: Omit needless reachover of i915_drm_driver.riastradh
2021-12-19i915: Nix drm_dev_alloc, and do drm_pci_attach in i915_driver_probe.riastradh
2021-12-19drm: Omit needless pci_attach_args from our drm_pci_attach.riastradh
2021-12-19Return pci_device_t from match so we can call i915_driver_proberiastradh
2021-12-19i915: intel_engine_pm.c and i915_active.criastradh
2021-12-19i915: Disentangle uabi engines rb/llist/list spaghetti.riastradh
2021-12-19i915: Odds & ends.riastradh
2021-12-19i915: Define trace pointsriastradh
2021-12-19Make intel_psr.c buildriastradh
2021-12-19i915: more workriastradh
2021-12-19i915: ggttriastradh
2021-12-19i915: Tweak style.riastradh
2021-12-19i915: more workriastradh
2021-12-19i915: Add missing stub file.riastradh
2021-12-19Have i915_vma_pin_iomap map us the framebufferriastradh
2021-12-19i915: hack hack hackriastradh
2021-12-19i915: more passesriastradh
2021-12-19i915: another whack at itriastradh
2021-12-19i915: More progress.riastradh
2021-12-19i915: Odds and ends.riastradh
2021-12-19i915: Adapt sw_fence.riastradh
2021-12-19drm: Another pass over i915. Most of i915 gem builds now.riastradh
2021-12-19i915_globals.c: don't build, not useful (we don't __init etc)riastradh
2021-12-19../dist/drm/i915/gem/i915_gem_ioctls.h for i915_gem_userptr_ioctl prototyperiastradh
2021-12-19drm/i915: Undo local i915_sw_fence override.riastradh
2021-12-19drm/i915: Unhook i915_gem_client_blt.c and revert changes.riastradh
2021-12-19i915: macheteriastradh
2021-12-19i915: Disable i915_active.c for now; needs more work.riastradh
2021-12-19i915: Touch up local i915_sw_fence stubs to make it compile.riastradh
2021-12-19i915: Disable CONFIG_DRM_I915_DEBUG_RUNTIME_PM.riastradh
2021-12-19Need to provide a value for CONFIG_DRM_I915_DEBUG_RUNTIME_PMriastradh
2021-12-19i915: Disable -Wmissing-field-initializers.riastradh