[Intel-gfx] [PATCH 1/4] drm/i915/gvt: remove unused to_gvt() and reduce includes
Zhenyu Wang
zhenyuw at linux.intel.com
Wed Oct 11 05:07:30 UTC 2023
On 2023.10.04 15:54:11 +0300, Jani Nikula wrote:
> On Tue, 26 Sep 2023, Jani Nikula <jani.nikula at intel.com> wrote:
> > gvt.h has no need to include i915_drv.h once the unused to_gvt() has
> > been removed.
> >
> > Signed-off-by: Jani Nikula <jani.nikula at intel.com>
>
> Zhenyu, Zhi, ping?
>
Sorry for late reply, as last week was full holiday here.
Reviewed-by: Zhenyu Wang <zhenyuw at linux.intel.com>
I don't think I need to do extra pick and pull request for this or
let me know if you has question.
Thanks!
>
>
>
> > ---
> > drivers/gpu/drm/i915/gvt/gvt.h | 7 +------
> > 1 file changed, 1 insertion(+), 6 deletions(-)
> >
> > diff --git a/drivers/gpu/drm/i915/gvt/gvt.h b/drivers/gpu/drm/i915/gvt/gvt.h
> > index 53a0a42a50db..3a0624fe63bf 100644
> > --- a/drivers/gpu/drm/i915/gvt/gvt.h
> > +++ b/drivers/gpu/drm/i915/gvt/gvt.h
> > @@ -39,7 +39,7 @@
> >
> > #include <asm/kvm_page_track.h>
> >
> > -#include "i915_drv.h"
> > +#include "gt/intel_gt.h"
> > #include "intel_gvt.h"
> >
> > #include "debug.h"
> > @@ -368,11 +368,6 @@ struct intel_gvt {
> > struct dentry *debugfs_root;
> > };
> >
> > -static inline struct intel_gvt *to_gvt(struct drm_i915_private *i915)
> > -{
> > - return i915->gvt;
> > -}
> > -
> > enum {
> > /* Scheduling trigger by timer */
> > INTEL_GVT_REQUEST_SCHED = 0,
>
> --
> Jani Nikula, Intel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20231011/10df9439/attachment.sig>
More information about the Intel-gfx
mailing list