drivers/gpu: Fix misalignment in comment blockThis patch fixes a warning from checkpatch by ensuring the trailing */ isaligned with the rest of the *, improving readability.Co-developed-by: Luca
drivers/gpu: Fix misalignment in comment blockThis patch fixes a warning from checkpatch by ensuring the trailing */ isaligned with the rest of the *, improving readability.Co-developed-by: Lucas Antonio <lucasantonio.santos@usp.br>Signed-off-by: Lucas Antonio <lucasantonio.santos@usp.br>Signed-off-by: Bruno Rocha Levi <brunolevilevi@usp.br>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
show more ...
drm/amdgpu: Remove wrapper layer of cgs irq handlingv2: add Vega12 support1. remove struct cgs_os_ops2. delete cgs_linux.h3. refine the irq code for vega10, can fix set pp table failed issue
drm/amdgpu: Remove wrapper layer of cgs irq handlingv2: add Vega12 support1. remove struct cgs_os_ops2. delete cgs_linux.h3. refine the irq code for vega10, can fix set pp table failed issue.4. add common smu irq process functionAcked-by: Christian König <christian.koenig@amd.com>Acked-by: Junwei Zhang <Jerry.Zhang@amd.com>Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd: make a type-safe cgs_device struct. (v2)This is just a type-safety things to avoid everyone taking void *,it doesn't change anything.v2: agd5f: split out the dal changes into a separate
drm/amd: make a type-safe cgs_device struct. (v2)This is just a type-safety things to avoid everyone taking void *,it doesn't change anything.v2: agd5f: split out the dal changes into a separate patch.Signed-off-by: Dave Airlie <airlied@redhat.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drm/amd: add ACP driver supportThis adds the ACP (Audio CoProcessor) IP driver and wiresit up to the amdgpu driver. The ACP block provides the DMAengine for i2s based ALSA driver. This is requir
drm/amd: add ACP driver supportThis adds the ACP (Audio CoProcessor) IP driver and wiresit up to the amdgpu driver. The ACP block provides the DMAengine for i2s based ALSA driver. This is required for audioon APUs that utilize an i2s codec.Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>Reviewed-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>Reviewed-by: Alex Deucher <alexander.deucher@amd.com>Reviewed-by: Murali Krishna Vemuri <murali-krishna.vemuri@amd.com>Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>Signed-off-by: Chunming Zhou <david1.zhou@amd.com>Signed-off-by: Alex Deucher <alexander.deucher@amd.com>