[Intel-gfx] [PATCH] drm/i915: Typo fix - 'pipe bpc' to 'pipe bpp'
Jani Nikula
jani.nikula at linux.intel.com
Wed Apr 5 08:41:00 UTC 2017
On Wed, 05 Apr 2017, Jani Nikula <jani.nikula at linux.intel.com> wrote:
> On Tue, 04 Apr 2017, Dhinakaran Pandiyan <dhinakaran.pandiyan at intel.com> wrote:
>> Noticed this while I was looking at some debug output,
>> [drm:intel_hdmi_compute_config [i915]] picking bpc to 12 for HDMI output
>> [drm:intel_hdmi_compute_config [i915]] forcing pipe bpc to 36 for HDMI
>>
>> I believe the second line should be pipe *bpp*
>>
>> Signed-off-by: Dhinakaran Pandiyan <dhinakaran.pandiyan at intel.com>
>
> Reviewed-by: Jani Nikula <jani.nikula at intel.com>
And pushed, thanks for the patch.
BR,
Jani.
>
>
>> ---
>> drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
>> index 1d623b5..6efc3cb 100644
>> --- a/drivers/gpu/drm/i915/intel_hdmi.c
>> +++ b/drivers/gpu/drm/i915/intel_hdmi.c
>> @@ -1392,7 +1392,7 @@ bool intel_hdmi_compute_config(struct intel_encoder *encoder,
>> }
>>
>> if (!pipe_config->bw_constrained) {
>> - DRM_DEBUG_KMS("forcing pipe bpc to %i for HDMI\n", desired_bpp);
>> + DRM_DEBUG_KMS("forcing pipe bpp to %i for HDMI\n", desired_bpp);
>> pipe_config->pipe_bpp = desired_bpp;
>> }
--
Jani Nikula, Intel Open Source Technology Center
More information about the Intel-gfx
mailing list