summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Francis <David.Francis@amd.com>2018-11-30 10:32:01 -0500
committerAlex Deucher <alexander.deucher@amd.com>2019-01-14 15:40:48 -0500
commit1877ccf6eea42993c4ca0d5e6876ced8b5b4ee8a (patch)
tree11521f44c21e246f1e63d1bd0c56643068abe1bc /tools/perf/scripts/python
parenteae5ffa9bd7b898486e467633ef2b8aaf086ad05 (diff)
downloadkernel-1877ccf6eea42993c4ca0d5e6876ced8b5b4ee8a.tar.gz
drm/amd/display: Change from aux_engine to dce_aux
[Why] The aux_engine struct is needlessly complex and is defined multiple times. It contains function pointers that each have only one version and are called only from inside dce_aux. [How] Replace aux_engine with a new struct called dce_aux. Remove all function pointers and call functions directly. Remove unused functions Signed-off-by: David Francis <David.Francis@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
oved unused krefParav Pandit 2019-05-07vfio/mdev: Avoid release parent reference during error pathParav Pandit 2019-04-12vfio/mdev: Add iommu related member in mdev_deviceLu Baolu 2019-02-05vfio-mdev: Switch to use new generic UUID APIAndy Shevchenko 2018-12-12vfio/mdev: add static modifier to add_mdev_supported_typePaolo Cretaro 2018-06-08vfio/mdev: Re-order sysfs attribute creationAlex Williamson 2018-06-08vfio/mdev: Check globally for duplicate devicesAlex Williamson 2018-01-09vfio: mdev: make a couple of functions and structure vfio_mdev_driver staticXiongwei Song