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 <[email protected]>Signed-off-by: Lucas Antonio <[email protected]>Signed-off-by: Bruno Rocha Levi <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
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 <[email protected]>Acked-by: Junwei Zhang <[email protected]>Signed-off-by: Rex Zhu <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
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 <[email protected]>Signed-off-by: Alex Deucher <[email protected]>
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 <[email protected]>Reviewed-by: Maruthi Bayyavarapu <[email protected]>Reviewed-by: Alex Deucher <[email protected]>Reviewed-by: Murali Krishna Vemuri <[email protected]>Signed-off-by: Maruthi Bayyavarapu <[email protected]>Signed-off-by: Chunming Zhou <[email protected]>Signed-off-by: Alex Deucher <[email protected]>