Module Name:    src
Committed By:   riastradh
Date:           Tue Jul 19 22:24:34 UTC 2022

Modified Files:
        src/sys/external/bsd/drm2/dist/drm: drm_agpsupport.c
        src/sys/external/bsd/drm2/dist/include/drm: drm_agpsupport.h
        src/sys/external/bsd/drm2/drm: drm_agp_hook.c
        src/sys/external/bsd/drm2/linux: linux_pci.c

Log Message:
drm: Nix drm_agp_borrow.

This horrible kludge dates from before I understood the relation of
genfb_pci and pci drm drivers in the old and new worlds of drm.

The only user of it, in i915, was changed to use agp_i810_borrow
directly in the last drm update, so this hack can die.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
    src/sys/external/bsd/drm2/dist/drm/drm_agpsupport.c
cvs rdiff -u -r1.9 -r1.10 \
    src/sys/external/bsd/drm2/dist/include/drm/drm_agpsupport.h
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/drm/drm_agp_hook.c
cvs rdiff -u -r1.21 -r1.22 src/sys/external/bsd/drm2/linux/linux_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to