mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
drm/i915/ring: convert to new logging macros in gt/intel_ring_submission.c
Manually convert the remaining instance of the printk based drm logging macros to the struct drm_device based logging macros in i915/gt/intel_ring_submission.c Signed-off-by: Wambui Karuga <wambui.karugax@gmail.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200128071437.9284-8-wambui.karugax@gmail.com
This commit is contained in:
parent
1a6c83efa0
commit
0cef62d8e0
@ -1663,7 +1663,8 @@ static void gen6_bsd_submit_request(struct i915_request *request)
|
||||
GEN6_BSD_SLEEP_INDICATOR,
|
||||
0,
|
||||
1000, 0, NULL))
|
||||
DRM_ERROR("timed out waiting for the BSD ring to wake up\n");
|
||||
drm_err(&uncore->i915->drm,
|
||||
"timed out waiting for the BSD ring to wake up\n");
|
||||
|
||||
/* Now that the ring is fully powered up, update the tail */
|
||||
i9xx_submit_request(request);
|
||||
|
Loading…
Reference in New Issue
Block a user