[Intel-gfx] [PATCH] drm/i915/hdcp: drop display/ prefix from include

Jani Nikula jani.nikula at intel.com
Thu May 11 14:05:21 UTC 2023


On Thu, 11 May 2023, "Kandpal, Suraj" <suraj.kandpal at intel.com> wrote:
>> -----Original Message-----
>> From: Nikula, Jani <jani.nikula at intel.com>
>> Sent: Thursday, May 11, 2023 2:26 PM
>> To: intel-gfx at lists.freedesktop.org
>> Cc: Nikula, Jani <jani.nikula at intel.com>; Teres Alexis, Alan Previn
>> <alan.previn.teres.alexis at intel.com>; Kandpal, Suraj
>> <suraj.kandpal at intel.com>; Shankar, Uma <uma.shankar at intel.com>
>> Subject: [PATCH] drm/i915/hdcp: drop display/ prefix from include
>>
>> The display prefix is unnecessary within the display sub-directory.
>>
>
> LGTM.
>
> Reviewed-by: Suraj Kandpal <suraj.kandpal at intel.com>

Thanks, pushed to din.

>
>> Cc: Alan Previn <alan.previn.teres.alexis at intel.com>
>> Cc: Suraj Kandpal <suraj.kandpal at intel.com>
>> Cc: Uma Shankar <uma.shankar at intel.com>
>> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
>> ---
>>  drivers/gpu/drm/i915/display/intel_hdcp_gsc.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/display/intel_hdcp_gsc.c
>> b/drivers/gpu/drm/i915/display/intel_hdcp_gsc.c
>> index 7e52aea6aa17..4056bb2323ca 100644
>> --- a/drivers/gpu/drm/i915/display/intel_hdcp_gsc.c
>> +++ b/drivers/gpu/drm/i915/display/intel_hdcp_gsc.c
>> @@ -5,11 +5,11 @@
>>
>>  #include <drm/i915_hdcp_interface.h>
>>
>> -#include "display/intel_hdcp_gsc.h"
>>  #include "gem/i915_gem_region.h"
>>  #include "gt/uc/intel_gsc_uc_heci_cmd_submit.h"
>>  #include "i915_drv.h"
>>  #include "i915_utils.h"
>> +#include "intel_hdcp_gsc.h"
>>
>>  bool intel_hdcp_gsc_cs_required(struct drm_i915_private *i915)  {
>> --
>> 2.39.2
>

-- 
Jani Nikula, Intel Open Source Graphics Center


More information about the Intel-gfx mailing list