diff options
author | Jani Nikula <jani.nikula@intel.com> | 2025-01-23 17:09:12 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2025-03-04 17:03:50 +0200 |
commit | d05386a3fdf373a19ab1918846668f096e6f966a (patch) | |
tree | 28387d24e216f6c883c3c7416c5caa9da40ad0e7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | e5f3081291eb958b46775edfd29d1f5367078474 (diff) |
drm/print: require struct drm_device for drm_err() and friends
The expectation is that the struct drm_device based logging helpers get
passed an actual struct drm_device pointer rather than some random
struct pointer where you can dereference the ->dev member.
Add a static inline helper to convert struct drm_device to struct
device, with the main benefit being the type checking of the macro
argument.
As a side effect, this also reduces macro argument double references.
Reviewed-by: Simona Vetter <simona.vetter@ffwll.ch>
Reviewed-by: Louis Chauvet <louis.chauvet@bootlin.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/dfe6e774883e6ef93cfaa2b6fe92b804061ab9d9.1737644530.git.jani.nikula@intel.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions