diff options
author | Daniel Vetter <[email protected]> | 2020-02-22 18:54:32 +0100 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-02-26 14:17:33 -0500 |
commit | b8076b5e5b857fd82b3439fd22934a8e638c6ad8 (patch) | |
tree | d19bbd7f1cd672efb0a809b033a1e0c3e1b2c9f9 /lib/test_fortify/write_overflow-strcpy.c | |
parent | f3ed67395dca30432b5787c273818d2278f59989 (diff) |
drm/radeon: Inline drm_get_pci_dev
It's the last user, and more importantly, it's the last non-legacy
user of anything in drm_pci.c.
The only tricky bit is the agp initialization. But a close look shows
that radeon does not use the drm_agp midlayer (the main use of that is
drm_bufs for legacy drivers), and instead could use the agp subsystem
directly (like nouveau does already). Hence we can just pull this in
too.
A further step would be to entirely drop the use of drm_device->agp,
but feels like too much churn just for this patch.
Signed-off-by: Daniel Vetter <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: "David (ChunMing) Zhou" <[email protected]>
Cc: [email protected]
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strcpy.c')
0 files changed, 0 insertions, 0 deletions