Displaying 3 results from an estimated 3 matches for "amdgpu_dpm".
Did you mean:
amdgpu_dm
2020 Mar 26
2
[PATCH 0/6] gpu: convert to use new I2C API
...00: convert to use i2c_new_client_device()
drm/i2c/sil164: convert to use i2c_new_client_device()
drm/i2c/tda998x: convert to use i2c_new_client_device()
drm/nouveau/therm: convert to use i2c_new_client_device()
drm/radeon: convert to use i2c_new_client_device()
drivers/gpu/drm/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...
2020 Mar 28
0
[PATCH 0/6] gpu: convert to use new I2C API
...2c/tda998x: convert to use i2c_new_client_device()
> drm/nouveau/therm: convert to use i2c_new_client_device()
> drm/radeon: convert to use i2c_new_client_device()
With the ack from Alex I went ahead and applied the patches to
drm-misc-next.
Sam
>
> drivers/gpu/drm/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/rade...
2017 Feb 28
2
[PATCH 0/2] gpu: drm: Use pr_cont and neaten logging
...;LEVEL> to pr_<level>
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_afmt.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c | 70 ++++++++++-----------
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_test.c | 2 +-
drivers/gpu/drm/amd/amdgpu/atom.c | 44 ++++++--------
drivers/gpu/drm/amd/amdgpu/ci_dpm.c | 4 +-
driver...