[PATCH 2/6] drm/i915/dmc: define firmware URL locally

2024-04-05 Thread Jani Nikula
Avoid the dependency on intel_uc_fw.h, and allow removal of xe compat intel_uc_fw.h. If there needs to be duplication of the URL, at least have the duplication in a sensible way. Cc: Lucas De Marchi Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_dmc.c | 4 +++- d

Re: [PATCH 2/6] drm/i915/dmc: define firmware URL locally

2024-04-05 Thread Lucas De Marchi
On Fri, Apr 05, 2024 at 10:37:39PM +0300, Jani Nikula wrote: Avoid the dependency on intel_uc_fw.h, and allow removal of xe compat intel_uc_fw.h. If there needs to be duplication of the URL, at least have the duplication in a sensible way. Cc: Lucas De Marchi Signed-off-by: Jani Nikula Revi

Re: [PATCH 2/6] drm/i915/dmc: define firmware URL locally

2024-04-08 Thread Josh Boyer
On Fri, Apr 5, 2024 at 4:29 PM Lucas De Marchi wrote: > > On Fri, Apr 05, 2024 at 10:37:39PM +0300, Jani Nikula wrote: > >Avoid the dependency on intel_uc_fw.h, and allow removal of xe compat > >intel_uc_fw.h. If there needs to be duplication of the URL, at least > >have the duplication in a sensi