#
0221302e |
| 05-Sep-2023 |
mrg <mrg@NetBSD.org> |
match warnings with the module build, fixes i386 with GCC 12.
|
#
58beaa2b |
| 03-Jun-2023 |
lukem <lukem@NetBSD.org> |
adapt to ${CC_WNO_MAYBE_UNINITIALIZED}
Use ${CC_WNO_MAYBE_UNINITIALIZED} instead of the older style more complex expressions.
Remove workarounds if they were for a specific version of gcc < 10.
|
#
230c41e4 |
| 03-Jun-2023 |
lukem <lukem@NetBSD.org> |
adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}
Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of the older style more complex expressions.
|
#
3673c703 |
| 19-Jul-2022 |
riastradh <riastradh@NetBSD.org> |
drm: Propagate CPPFLAGS.drmkms into all the drm drivers.
|
#
2209a5e2 |
| 17-Jul-2022 |
riastradh <riastradh@NetBSD.org> |
i915: Remove spurious local i915_perf.c override.
|
#
2071d9e9 |
| 27-Feb-2022 |
riastradh <riastradh@NetBSD.org> |
i915: Use new acpidisp_register_notify for ACPI VGA events.
|
#
44cb0901 |
| 21-Dec-2021 |
tnn <tnn@NetBSD.org> |
drm: sprinkle some -Wno-unused-function for clang
915_sw_fence.c: for debug_fence_init_onstack drm_mm.c: for rb_hole_size_to_node intel_hdmi.c: for intel_hdmi_hdcp2_protocol intel_guc_submission.c:
drm: sprinkle some -Wno-unused-function for clang
915_sw_fence.c: for debug_fence_init_onstack drm_mm.c: for rb_hole_size_to_node intel_hdmi.c: for intel_hdmi_hdcp2_protocol intel_guc_submission.c: for rq_prio nouveau_nvkm_subdev_instmem_base.c: for fake_ioread32_native nouveau_nvkm_subdev_mmu_vmmnv04.c: for nv04_vmm_pgt_pte
show more ...
|
#
68c2f80a |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: Draft gem fault.
|
#
9b50c9c5 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: intel_engine_pm.c and i915_active.c
...with a little less heinous abuse of C, and an attempt to disentangle the tentacular abstraction violations rampant in these components
|
#
9fdbb482 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: Disentangle uabi engines rb/llist/list spaghetti.
|
#
388bb6de |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: Odds & ends.
|
#
a47112b4 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: Define trace points
|
#
9e5fbd4f |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
Make intel_psr.c build netbsd-ify Stub out intel_lpe_audio.c (for now?). Hammer intel_opregion.c into shape. Hack up intel_lrc.c Adapt intel_reset.c Stub out intel_region_lmem.c Adapt intel_ring_subm
Make intel_psr.c build netbsd-ify Stub out intel_lpe_audio.c (for now?). Hammer intel_opregion.c into shape. Hack up intel_lrc.c Adapt intel_reset.c Stub out intel_region_lmem.c Adapt intel_ring_submission.c Adapt intel_rps.c Adapt intel_sdvo.c Adapt intel_runtime_pm.c Adapt intel_sideband.c Adapt intel_sprite.c Adapt intel_tv.c Adapt intel_tc.c Adapt intel_sseu.c Adapt intel_timeline.c Adapt intel_uc_fw.c and fix typo Fix up intel_uncore.c intel_vga.c intel_wakeref.c intel_vdsc.c intel_wopcm.c intel_workarounds.c i915_globals.c Fix up intelfb.c Stub out intel_guc_log.c Stub out intel_dsi_dcs_backlight.c i915_perf.c intel_hdmi.c intel_hdcp.c
Author: Maya Rashish <maya@NetBSD.org> Committer: Taylor R Campbell <riastradh@NetBSD.org>
show more ...
|
#
43f68184 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: more work
|
#
2e25b933 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: more work
|
#
39a22047 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: hack hack hack
|
#
fca35a15 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: more passes
|
#
dfa0e026 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: another whack at it
|
#
f1da9b35 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: More progress.
|
#
39bff1e0 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: Odds and ends.
|
#
099ee55f |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915: Adapt sw_fence.
|
#
9c351cd5 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
drm: Another pass over i915. Most of i915 gem builds now.
|
#
7c6febe9 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
i915_globals.c: don't build, not useful (we don't __init etc)
Author: Maya Rashish <maya@NetBSD.org> Committer: Taylor R Campbell <riastradh@NetBSD.org>
|
#
f93247a7 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
drm/i915: Undo local i915_sw_fence override.
The code is now MIT-licensed, so we no longer need to rewrite it.
|
#
e421d075 |
| 19-Dec-2021 |
riastradh <riastradh@NetBSD.org> |
drm/i915: Unhook i915_gem_client_blt.c and revert changes.
Only used by self-tests, which we're not using (for now...).
|