Re: [Intel-gfx] [PATCH 3/8] drm/i915/display: Move DRRS code its own file

2021-08-18 Thread Souza, Jose
On Wed, 2021-08-18 at 10:24 +0300, Jani Nikula wrote: > On Tue, 17 Aug 2021, José Roberto de Souza wrote: > > intel_dp.c is a 5k lines monster, so moving DRRS out of it to reduce > > some lines from it. > > The functions in a file should be named after the file prefix, > i.e. intel_drrs_*() here.

Re: [Intel-gfx] [PATCH 3/8] drm/i915/display: Move DRRS code its own file

2021-08-18 Thread Jani Nikula
On Tue, 17 Aug 2021, José Roberto de Souza wrote: > intel_dp.c is a 5k lines monster, so moving DRRS out of it to reduce > some lines from it. The functions in a file should be named after the file prefix, i.e. intel_drrs_*() here. The renames don't need to be in the same patch, but I think we ne

[Intel-gfx] [PATCH 3/8] drm/i915/display: Move DRRS code its own file

2021-08-17 Thread José Roberto de Souza
intel_dp.c is a 5k lines monster, so moving DRRS out of it to reduce some lines from it. Cc: Jani Nikula Cc: Rodrigo Vivi Signed-off-by: José Roberto de Souza --- Documentation/gpu/i915.rst| 14 +- drivers/gpu/drm/i915/Makefile | 1 + drivers/gpu/drm/i915