On Tue, Jan 21, 2020 at 10:39:34AM +0200, Jani Nikula wrote:
On Wed, 15 Jan 2020, Jani Nikula jani.nikula@intel.com wrote:
On Wed, 15 Jan 2020, Pankaj Bharadiya pankaj.laxminarayan.bharadiya@intel.com wrote:
Add new struct drm_device based WARN* macros. These are modeled after the core kernel device based WARN* macros. These would be preferred over the regular WARN* macros, where possible.
These macros include device information in the backtrace, so we know what device the warnings originate from.
Knowing the device specific information in the backtrace would be helpful in development all around.
Signed-off-by: Pankaj Bharadiya pankaj.laxminarayan.bharadiya@intel.com
Reviewed-by: Jani Nikula jani.nikula@intel.com
All, I'd really appreciate acks or reviews on this one to unblock the rest. I think the patch is fine, but I'd like wider approval before merging.
Patch looks good:
Reviewed-by: Sam Ravnborg sam@ravnborg.org
Sam