search for: radeon_atombio

Displaying 6 results from an estimated 6 matches for "radeon_atombio".

Did you mean: radeon_atombios
2020 Mar 26
2
[PATCH 0/6] gpu: convert to use new I2C API
.../amd/amdgpu/amdgpu_dpm.c | 2 +- drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c | 8 ++++---- drivers/gpu/drm/i2c/sil164_drv.c | 7 +++++-- drivers/gpu/drm/i2c/tda998x_drv.c | 6 +++--- drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c | 4 ++-- drivers/gpu/drm/radeon/radeon_atombios.c | 4 ++-- drivers/gpu/drm/radeon/radeon_combios.c | 4 ++-- 7 files changed, 19 insertions(+), 16 deletions(-) -- 2.20.1
2020 Mar 28
0
[PATCH 0/6] gpu: convert to use new I2C API
...| 2 +- > drivers/gpu/drm/gma500/tc35876x-dsi-lvds.c | 8 ++++---- > drivers/gpu/drm/i2c/sil164_drv.c | 7 +++++-- > drivers/gpu/drm/i2c/tda998x_drv.c | 6 +++--- > drivers/gpu/drm/nouveau/nvkm/subdev/therm/ic.c | 4 ++-- > drivers/gpu/drm/radeon/radeon_atombios.c | 4 ++-- > drivers/gpu/drm/radeon/radeon_combios.c | 4 ++-- > 7 files changed, 19 insertions(+), 16 deletions(-) > > -- > 2.20.1 > > _______________________________________________ > dri-devel mailing list > dri-devel at lists.freedesktop.org > htt...
2020 May 12
1
[PATCH 1/3] drm/radeon: remove AGP support
.../drm/radeon/Makefile > index c693b2ca0329..77429cfd303e 100644 > --- a/drivers/gpu/drm/radeon/Makefile > +++ b/drivers/gpu/drm/radeon/Makefile > @@ -61,8 +61,8 @@ radeon-y := radeon_drv.o > > # add KMS driver > radeon-y += radeon_device.o radeon_asic.o radeon_kms.o \ > - radeon_atombios.o radeon_agp.o atombios_crtc.o radeon_combios.o \ > - atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \ > + radeon_atombios.o atombios_crtc.o radeon_combios.o atom.o \ > + radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \ > radeon_legacy_crtc.o radeon_legac...
2020 May 11
0
[PATCH 1/3] drm/radeon: remove AGP support
...rs/gpu/drm/radeon/Makefile b/drivers/gpu/drm/radeon/Makefile index c693b2ca0329..77429cfd303e 100644 --- a/drivers/gpu/drm/radeon/Makefile +++ b/drivers/gpu/drm/radeon/Makefile @@ -61,8 +61,8 @@ radeon-y := radeon_drv.o # add KMS driver radeon-y += radeon_device.o radeon_asic.o radeon_kms.o \ - radeon_atombios.o radeon_agp.o atombios_crtc.o radeon_combios.o \ - atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \ + radeon_atombios.o atombios_crtc.o radeon_combios.o atom.o \ + radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \ radeon_legacy_crtc.o radeon_legacy_encoders.o radeon_...
2020 May 11
2
[PATCH 1/3] drm/radeon: remove AGP support
.../radeon/Makefile > index c693b2ca0329..77429cfd303e 100644 > --- a/drivers/gpu/drm/radeon/Makefile > +++ b/drivers/gpu/drm/radeon/Makefile > @@ -61,8 +61,8 @@ radeon-y := radeon_drv.o > > # add KMS driver > radeon-y += radeon_device.o radeon_asic.o radeon_kms.o \ > - radeon_atombios.o radeon_agp.o atombios_crtc.o radeon_combios.o \ > - atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \ > + radeon_atombios.o atombios_crtc.o radeon_combios.o atom.o \ > + radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \ > radeon_le...
2020 May 11
10
[RFC] Remove AGP support from Radeon/Nouveau/TTM
Hi guys, Well let's face it AGP is a total headache to maintain and dead for at least 10+ years. We have a lot of x86 specific stuff in the architecture independent graphics memory management to get the caching right, abusing the DMA API on multiple occasions, need to distinct between AGP and driver specific page tables etc etc... So the idea here is to just go ahead and remove the support