summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_securedisplay.c
AgeCommit message (Expand)Author
2025-10-28drm/amd: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2024-05-08drm/amdgpu: Fix the uninitialized variable warningMa Jun
2023-01-05drm/amdgpu: update ta_secureDisplay_if.h to v27.00.00.08Aaron Liu
2022-10-27drm/amdgpu: Move the mutex_lock to protect the return status of securedisplay...Alan Liu
2021-08-18drm/amd: consolidate TA shared memory structuresCandice Li
2021-05-19drm/amdgpu: Add compile flag for securedisplayJinzhou Su
2021-04-09amdgpu: securedisplay: simplify i2c hexdump outputArnd Bergmann
2021-04-09amdgpu: fix gcc -Wrestrict warningArnd Bergmann
2021-03-23drm/amdgpu: update secure display TA headerJinzhou Su
2021-01-13drm/amdgpu: Add secure display TA interfaceJinzhou Su
uffering USB: cypress_m8: remove unused drain define ... Fix up conflicts (due to usb_buffer_alloc/free renaming) in drivers/input/tablet/acecad.c drivers/input/tablet/kbtab.c drivers/input/tablet/wacom_sys.c drivers/media/video/gspca/gspca.c sound/usb/usbaudio.c 2010-03-05ALSA: usb-audio: refactor codeDaniel Mack Clean up the usb audio driver by factoring out a lot of functions to separate files. Code for procfs, quirks, urbs, format parsers etc all got a new home now. Moved almost all special quirk handling to quirks.c and introduced new generic functions to handle them, so the exceptions do not pollute the whole driver. Renamed usbaudio.c to card.c because this is what it actually does now. Renamed usbmidi.c to midi.c for namespace clarity. Removed more things from usbaudio.h. The non-standard drivers were adopted accordingly. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> 2010-03-05ALSA: usb-audio: header file cleanupsDaniel Mack Rename snd-usb-lib to snd-usbmidi-lib as MIDI functions are the only thing it actually contains. Introduce a new header file to only declare these functions. Introduced usbmixer.h for all functions exported by usbmixer.c. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> 2010-03-05ALSA: usb-audio: move ua101 driverDaniel Mack As part of the USB audio code cleanup, move the non-standard ua101 driver out of the way. Signed-off-by: Daniel Mack <daniel@caiaq.de> Cc: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>