Re: [Intel-gfx] [PATCH] drm/i915/fbc: disable FBC on Nightfury board

2020-09-21 Thread Lee, Shawn C
On Tue, Sept. 15, 2020, 1:35 p.m. Ville Syrjälä wrote: >On Tue, Sep 15, 2020 at 01:18:13PM +0000, Lee, Shawn C wrote: >> On Fri, Sept. 11, 2020, 2:21 p.m. Ville Syrjälä wrote: >> >On Thu, Aug 27, 2020 at 01:51:29PM +0800, Lee Shawn C wrote: >> >> Customer repor

Re: [Intel-gfx] [PATCH] drm/i915/fbc: disable FBC on Nightfury board

2020-09-15 Thread Lee, Shawn C
On Fri, Sept. 11, 2020, 2:21 p.m. Ville Syrjälä wrote: >On Thu, Aug 27, 2020 at 01:51:29PM +0800, Lee Shawn C wrote: >> Customer report random display flicker issue on Nightfury board. >> And we found this problem might be caused by VT-d and FBC are both >> enabled. Accordi

[Intel-gfx] [PATCH v2] drm/i915/fbc: disable FBC on Nightfury board

2020-09-11 Thread Lee Shawn C
information to disable FBC. Cc: Ville Syrjälä Cc: Rodrigo Vivi Cc: Mika Kuoppala Cc: Jani Nikula Cc: William Tseng Cc: Cooper Chiou Signed-off-by: Lee Shawn C v2: fix typo. --- drivers/gpu/drm/i915/display/intel_fbc.c | 22 ++ 1 file changed, 22 insertions(+) diff --git

[Intel-gfx] [PATCH] drm/i915/fbc: disable FBC on Nightfury board

2020-08-26 Thread Lee Shawn C
: Mika Kuoppala Cc: Jani Nikula Cc: William Tseng Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_fbc.c | 22 ++ 1 file changed, 22 insertions(+) diff --git a/drivers/gpu/drm/i915/display/intel_fbc.c b/drivers/gpu/drm/i915/display

[Intel-gfx] [PATCH v2] drm/i915/fbc: Disable fbc with VT-d also with cometlake

2020-08-26 Thread Lee Shawn C
Cc: Mika Kuoppala Cc: Jani Nikula Cc: William Tseng Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_fbc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_fbc.c b/drivers/gpu/drm/i915/display/intel_fbc.c index

[Intel-gfx] [PATCH] drm/i915/fbc: Disable fbc with VT-d also with cometlake

2020-08-25 Thread Lee Shawn C
Both VT-d and FBC enabled that caused display flicker issue very randomly. According to sighting report, it recommend to disable FBC to workaround this issue. Cc: Ville Syrjälä Cc: Rodrigo Vivi Cc: Mika Kuoppala Cc: Jani Nikula Cc: William Tseng Signed-off-by: Lee Shawn C --- drivers/gpu

Re: [Intel-gfx] [PATCH v3] drm/i915/mst: filter out the display mode exceed sink's capability

2020-05-24 Thread Lee, Shawn C
On Fri, 2020-05-22, 06:35 p.m, Lyude Paul wrote: >On Fri, 2020-05-22 at 14:35 -0400, Lyude Paul wrote: >> >> On Tue, 2020-05-19 at 11:56 +0800, Lee Shawn C wrote: >> > So far, max dot clock rate for MST mode rely on physcial bandwidth >> > limitation. It

[Intel-gfx] [PATCH v3] drm/i915/mst: filter out the display mode exceed sink's capability

2020-05-18 Thread Lee Shawn C
full_pbn. v3: Add ctx lock. Cc: Manasi Navare Cc: Jani Nikula Cc: Ville Syrjala Cc: Cooper Chiou Cc: Lyude Paul Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 30 - 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm

Re: [Intel-gfx] [PATCH] drm/i915/mst: filter out the display mode exceed sink's capability

2020-05-12 Thread Lee, Shawn C
On Thu, May 11, 2020, Ville Syrjälä wrote: >On Thu, May 07, 2020 at 06:46:17PM -0400, Lyude Paul wrote: >> On Thu, 2020-04-30 at 02:37 +0000, Lee, Shawn C wrote: >> > On Sat, 2020-04-25, Lyude Paul wrote: >> > > Hi! Sorry this took me a little while to get back to

[Intel-gfx] [PATCH v2] drm/i915/mst: filter out the display mode exceed sink's capability

2020-05-11 Thread Lee Shawn C
full_pbn. Cc: Manasi Navare Cc: Jani Nikula Cc: Ville Syrjala Cc: Cooper Chiou Cc: Lyude Paul Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 24 - 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/inte

Re: [Intel-gfx] [PATCH] drm/i915/mst: filter out the display mode exceed sink's capability

2020-05-10 Thread Lee, Shawn C
On Thu, 2020-05-07, Lyude Paul wrote: >On Thu, 2020-04-30 at 02:37 +0000, Lee, Shawn C wrote: >> On Sat, 2020-04-25, Lyude Paul wrote: >> > Hi! Sorry this took me a little while to get back to, I had a couple of >> > MST regressions that I had to look into >> &g

Re: [Intel-gfx] [PATCH] drm/i915/mst: filter out the display mode exceed sink's capability

2020-04-29 Thread Lee, Shawn C
On Sat, 2020-04-25, Lyude Paul wrote: > >Hi! Sorry this took me a little while to get back to, I had a couple of MST >regressions that I had to look into > >On Sat, 2020-04-18 at 05:24 +0800, Lee Shawn C wrote: >> So far, max dot clock rate for MST mode rely on physcial ban

[Intel-gfx] [PATCH] drm/i915/mst: filter out the display mode exceed sink's capability

2020-04-17 Thread Lee Shawn C
Cc: Ville Syrjala Cc: Cooper Chiou Cc: Lyude Paul Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 24 - 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/inte

Re: [Intel-gfx] [PATCH] drm/i915/dp/mst : Get clock rate from sink's available PBN

2020-03-16 Thread Lee, Shawn C
On Wed, 2020-03-11, Lyude Paul wrote: >On Tue, 2020-01-07 at 01:41 +0800, Lee Shawn C wrote: >> Driver report physcial bandwidth for max dot clock rate. >> It would caused compatibility issue sometimes when physical bandwidth >> exceed MST hub output ability. >> &g

[Intel-gfx] [PATCH v2] drm/i915/lspcon: Make sure link rate did not exceed downstream and lspcon limitation

2020-02-20 Thread Lee Shawn C
ignore the bpp when its required output bandwidth already over HDMI 2.0 or 1.4 spec. v2: convert info->max_tmds_clock to byte clock for comparison. Cc: Imre Deak Cc: Ville Syrjälä Cc: Maarten Lankhorst Cc: Jani Nikula Cc: Cooper Chiou Cc: Sam McNally Signed-off-by: Lee Shawn C --- drivers/

[Intel-gfx] [PATCH] drm/i915/lspcon: Make sure link rate did not exceed downstream and lspcon limitation

2020-02-05 Thread Lee Shawn C
ignore the bpp when its required output bandwidth already over HDMI 2.0 or 1.4 spec. Cc: Imre Deak Cc: Ville Syrjälä Cc: Maarten Lankhorst Cc: Jani Nikula Cc: Cooper Chiou Cc: Sam McNally Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp.c | 18 ++ drivers

Re: [Intel-gfx] [PATCH] drm/i915: Check require bandwidth did not exceed LSPCON limitation

2020-02-05 Thread Lee, Shawn C
On Wed, 05 Feb 2020, Lee Shawn C wrote: >While mode setting, driver would calculate mode rate based on resolution and >bpp. And choose the best bpp that did not exceed DP bandwidtd. > >But LSPCON had more restriction due to it convert DP to HDMI. >Driver should respect H

[Intel-gfx] [PATCH] drm/i915: Check require bandwidth did not exceed LSPCON limitation

2020-02-04 Thread Lee Shawn C
ignore the bpp when its required output bandwidth already over HDMI 2.0 or 1.4 spec. Cc: Imre Deak Cc: Ville Syrjälä Cc: Maarten Lankhorst Cc: Jani Nikula Cc: Cooper Chiou Cc: Sam McNally Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp.c | 18 ++ drivers

[Intel-gfx] [PATCH v2] drm/i915/dp/mst : Get clock rate from sink's available PBN

2020-02-04 Thread Lee Shawn C
to the latest available PBN. Driver will ignore the mode that over current clock rate. And external display can works normally. Cc: Manasi Navare Cc: Jani Nikula Cc: Ville Syrjala Cc: Cooper Chiou Signed-off-by: Lee Shawn C v2: Add missing mutex lock. --- drivers/gpu/drm/i915/display

Re: [Intel-gfx] [PATCH] drm/i915/dp: set fail-safe mode if EDID corrupt

2020-01-21 Thread Lee, Shawn C
On Tue, 21 Jan 2020, Jani Nikula wrote: >On Tue, 21 Jan 2020, Lee Shawn C wrote: >> According to chapter 5.1.1.2 in DP spec. When the Sink device >> capability is unknown, for example due to corruption of an EDID. The >> Source device may fall back to a set of fall-back

[Intel-gfx] [PATCH v3] drm/i915: Check require bandwidth did not exceed LSPCON limitation

2020-01-20 Thread Lee Shawn C
ignore the bpp when its required output bandwidth already over HDMI 2.0 or 1.4 spec. Cc: Imre Deak Cc: Ville Syrjälä Cc: Maarten Lankhorst Cc: Jani Nikula Cc: Cooper Chiou Cc: Sam McNally Signed-off-by: Lee Shawn C v2: move lspcon_max_rate() into intel_lspcon.c. v3: fix typo. --- drivers/gpu

[Intel-gfx] [PATCH v2] drm/i915: Check require bandwidth did not exceed LSPCON limitation

2020-01-20 Thread Lee Shawn C
ignore the bpp when its required output bandwidth already over HDMI 2.0 or 1.4 spec. Cc: Imre Deak Cc: Ville Syrjälä Cc: Maarten Lankhorst Cc: Jani Nikula Cc: Cooper Chiou Cc: Sam McNally Signed-off-by: Lee Shawn C v2: move lspcon_max_rate() into intel_lspcon.c. --- drivers/gpu/drm/i915/display

[Intel-gfx] [PATCH] drm/i915/dp: set fail-safe mode if EDID corrupt

2020-01-20 Thread Lee Shawn C
Nikula Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c index c27d3e7ac219..7e072db4a

Re: [Intel-gfx] [PATCH] drm/i915: Check require bandwidth did not exceed LSPCON limitation

2020-01-17 Thread Lee, Shawn C
On Fri, Jan 17, 2020, Ville Syrjälä wrote: >On Fri, Jan 17, 2020 at 09:47:17PM +0800, Lee Shawn C wrote: >> While mode setting, driver would calculate mode rate based on >> resolution and bpp. And choose the best bpp that did not exceed DP >> bandwidtd. >> >>

Re: [Intel-gfx] [PATCH] drm/i915: Check require bandwidth did not exceed LSPCON limitation

2020-01-16 Thread Lee, Shawn C
On Fri, 17 Jan 2020, Jani Nikula wrote: >On Fri, 17 Jan 2020, Lee Shawn C wrote: >> While mode setting, driver would calculate mode rate based on >> resolution and bpp. And choose the best bpp that did not exceed DP >> bandwidtd. >> >> But LSPCON had more

[Intel-gfx] [PATCH] drm/i915: Check require bandwidth did not exceed LSPCON limitation

2020-01-16 Thread Lee Shawn C
ignore the bpp when its required output bandwidth already over HDMI 2.0 or 1.4 spec. Cc: Imre Deak Cc: Ville Syrjälä Cc: Maarten Lankhorst Cc: Jani Nikula Cc: Cooper Chiou Cc: Sam McNally Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp.c | 45

Re: [Intel-gfx] [PATCH] drm/i915/dp/mst : Get clock rate from sink's available PBN

2020-01-08 Thread Lee, Shawn C
On Jan. 8, 2020, 3:15 p.m, Ville Syrjala wrote: >On Tue, Jan 07, 2020 at 01:41:56AM +0800, Lee Shawn C wrote: >> Driver report physcial bandwidth for max dot clock rate. >> It would caused compatibility issue sometimes when physical >> bandwidth exceed MST hub output abilit

[Intel-gfx] [PATCH] drm/i915/dp/mst : Get clock rate from sink's available PBN

2020-01-06 Thread Lee Shawn C
this calculation, source calcualte max dot clock according to available PBN. Driver will remove the mode that over current clock rate. And external display can works normally. Cc: Manasi Navare Cc: Jani Nikula Cc: Ville Syrjala Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm

[Intel-gfx] [PATCH] drm/i915/dp: Fix incorrect test parameter for DP link layer compliance

2020-01-05 Thread Lee Shawn C
dd debugfs test control files for Displayport compliance testing") v2: Add "Fixes" comment. Cc: Manasi Navare Cc: Jani Nikula Cc: Daniel Vetter Cc: Ville Syrjala Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/i915_debugfs.c | 4 ++-- 1 file changed, 2 inser

[Intel-gfx] [PATCH] drm/i915/dp: Fix incorrect test parameter for DP link layer compliance

2020-01-02 Thread Lee Shawn C
iel Vetter Cc: Ville Syrjala Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/i915_debugfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c index 0ac98e39eb75..74180158a

[Intel-gfx] [PATCH 2/2] drm/i915/cml: Separate U series pci id from origianl list.

2019-12-09 Thread Lee Shawn C
U series device need different DDI buffer setup for eDP and DP. If driver did not recognize ULT id proerply. The setting for H and S series would be used. Cc: Rodrigo Vivi Cc: Jani Nikula Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/i915_pci.c

[Intel-gfx] [PATCH] drm/i915/cml: Remove unsupport PCI ID

2019-12-09 Thread Lee Shawn C
commit 'a7b4deeb02b9 ("drm/i915/cml: Add CML PCI IDS)' introduced new PCI ID that CML support. But some PCI IDs were removed in BSpec for CML. This patch is used to eliminate the unsed ID. Cc: Rodrigo Vivi Cc: Jani Nikula Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Sh

[Intel-gfx] [PATCH v3] drm/i915: update rawclk also on resume

2019-11-01 Thread Lee Shawn C
. Reported-by: Shawn Lee Cc: Shawn Lee Cc: Ville Syrjala Signed-off-by: Jani Nikula Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_display_power.c | 6 ++ drivers/gpu/drm/i915/i915_drv.c| 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git

[Intel-gfx] [PATCH v2] drm/i915: update rawclk also on resume

2019-11-01 Thread Lee Shawn C
Signed-off-by: Jani Nikula Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_display_power.c | 6 ++ drivers/gpu/drm/i915/i915_drv.c| 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_display_power.c b

Re: [Intel-gfx] [PATCH] drm/i915: update rawclk also on resume

2019-10-31 Thread Lee, Shawn C
On Thu, Oct 31, 2019, Ville Syrjala wrote: >On Thu, Oct 31, 2019 at 01:14:07PM +0200, Jani Nikula wrote: >> Since CNP it's possible for rawclk to have two different values, 19.2 >> and 24 MHz. If the value indicated by SFUSE_STRAP register is >> different from the power on default for

[Intel-gfx] [PATCH v6 2/2] drm/i915/cml: Separate U series pci id from origianl list.

2019-10-29 Thread Lee Shawn C
Cc: Lucas De Marchi Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/i915_pci.c | 2 ++ drivers/gpu/drm/i915/intel_device_info.c | 2 ++ include/drm/i915_pciids.h| 20 +--- 3 files changed, 17 insertions(+), 7

[Intel-gfx] [PATCH v6 1/2] drm/i915/cml: Remove unsupport PCI ID

2019-10-29 Thread Lee Shawn C
i Cc: Jani Nikula Cc: Lucas De Marchi Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- include/drm/i915_pciids.h | 4 1 file changed, 4 deletions(-) diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index a70c982ddff9..56e823cdc717 100644 --- a/includ

[Intel-gfx] [PATCH v6 2/2] drm/i915/cml: Separate U series pci id from origianl list.

2019-10-28 Thread Lee Shawn C
Cc: Lucas De Marchi Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/i915_pci.c | 2 ++ drivers/gpu/drm/i915/intel_device_info.c | 2 ++ include/drm/i915_pciids.h| 20 +--- 3 files changed, 17 insertions(+), 7

[Intel-gfx] [PATCH v6 1/2] drm/i915/cml: Remove unsupport PCI ID

2019-10-28 Thread Lee Shawn C
i Cc: Jani Nikula Cc: Lucas De Marchi Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- include/drm/i915_pciids.h | 4 1 file changed, 4 deletions(-) diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index a70c982ddff9..56e823cdc717 100644 --- a/includ

[Intel-gfx] [PATCH v4] drm/i915/cml: Remove unsupport PCI ID

2019-10-25 Thread Lee Shawn C
nusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- include/drm/i915_pciids.h | 4 1 file changed, 4 deletions(-) diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index a70c982ddff9..56e823cdc717 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pci

[Intel-gfx] [PATCH] drm/i915/cml: Remove unsupport PCI ID

2019-10-25 Thread Lee Shawn C
Chiou Signed-off-by: Lee Shawn C --- include/drm/i915_pciids.h | 4 1 file changed, 4 deletions(-) diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index a70c982ddff9..56e823cdc717 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -448,9 +448,7 @@ #d

[Intel-gfx] [PATCH v2 2/2] drm/i915/cml: Separate U sereis pci id from origianl list.

2019-10-25 Thread Lee Shawn C
Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/i915_pci.c | 2 ++ drivers/gpu/drm/i915/intel_device_info.c | 2 ++ include/drm/i915_pciids.h| 20 +--- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_pci.c

[Intel-gfx] [PATCH v2 1/2] commit 'a7b4deeb02b9 ("drm/i915/cml: Add CML PCI IDS)' introduced new PCI ID that CML support. But some sku is not support yet so remove them.

2019-10-25 Thread Lee Shawn C
v2: remove some inaccurate descriptions. Cc: Rodrigo Vivi Cc: Jani Nikula Cc: Lucas De Marchi Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- include/drm/i915_pciids.h | 4 1 file changed, 4 deletions(-) diff --git a/include/drm/i915_pciids.h b/include/drm

Re: [Intel-gfx] [PATCH 1/2] drm/i915/cml: Remove unsupport PCI ID

2019-10-25 Thread Lee, Shawn C
On Fri, 25 Oct 2019, Jani Nikula wrote: >On Fri, 25 Oct 2019, Lee Shawn C wrote: >> commit 'a7b4deeb02b9 ("drm/i915/cml: Add CML PCI IDS)' >> introduced new PCI ID that CML support. But some sku is not support >> yet so remove them avoid unexpected issue. > &g

[Intel-gfx] [PATCH 2/2] drm/i915/cml: Separate U sereis pci id from origianl list.

2019-10-25 Thread Lee Shawn C
U series device need different DDI buffer setup for eDP and DP. If driver did not recognize ULT id proerply. The setting for H and S series would be used. Cc: Rodrigo Vivi Cc: Jani Nikula Cc: Lucas De Marchi Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu

[Intel-gfx] [PATCH 1/2] drm/i915/cml: Remove unsupport PCI ID

2019-10-25 Thread Lee Shawn C
commit 'a7b4deeb02b9 ("drm/i915/cml: Add CML PCI IDS)' introduced new PCI ID that CML support. But some sku is not support yet so remove them avoid unexpected issue. Cc: Rodrigo Vivi Cc: Jani Nikula Cc: Lucas De Marchi Cc: Anusha Srivatsa Cc: Cooper Chiou Signed-off-by: Lee Sh

Re: [Intel-gfx] [PATCH] drm/i915: customize DPCD brightness control for specific panel

2019-10-09 Thread Lee, Shawn C
On Tue, 08 Oct 2019, Jani Nikula wrote: >On Mon, 07 Oct 2019, Adam Jackson wrote: >> On Mon, 2019-10-07 at 12:08 +0300, Jani Nikula wrote: >> >>> The problem with the EDID quirks is that exposing the quirks sticks out >>> like a sore thumb. Thus far all of it has been contained in drm_edid.c >>>

[Intel-gfx] [PATCH v2] drm/i915: customize DPCD brightness control for specific panel

2019-10-09 Thread Lee Shawn C
V2: To check sink OUI instead of EDID quirk. According to TCON's capability to decide to enable this method for brightness control. Cc: Jani Nikula Cc: Adam Jackson Cc: Maarten Lankhorst Cc: Gustavo Padovan Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm

Re: [Intel-gfx] [PATCH] drm/i915: customize DPCD brightness control for specific panel

2019-10-07 Thread Lee, Shawn C
On Mon, 07 Oct 2019, "Jani Nikula" mailto:jani.nik...@intel.com>> wrote: >On Mon, 07 Oct 2019, "Lee, Shawn C" >mailto:shawn.c@intel.com>> wrote: >> On Fri, 04 Oct 2019, Jani Nikula >> mailto:jani.nik...@intel.com>> wrote: >

Re: [Intel-gfx] [PATCH] drm/i915: customize DPCD brightness control for specific panel

2019-10-07 Thread Lee, Shawn C
On Mon, 07 Oct 2019, "Jani Nikula" wrote: >On Mon, 07 Oct 2019, "Lee, Shawn C" wrote: >> On Fri, 04 Oct 2019, Jani Nikula wrote: >>>On Fri, 04 Oct 2019, Adam Jackson wrote: >>>> On Sat, 2019-10-05 at 05:58 +0800, Lee Shawn C wrote: >>&

Re: [Intel-gfx] [PATCH] drm/i915: customize DPCD brightness control for specific panel

2019-10-06 Thread Lee, Shawn C
On Fri, 04 Oct 2019, Jani Nikula wrote: >On Fri, 04 Oct 2019, Adam Jackson wrote: >> On Sat, 2019-10-05 at 05:58 +0800, Lee Shawn C wrote: >>> This panel (manufacturer is SDC, product ID is 0x4141) used >>> manufacturer defined DPCD register to control brightness t

[Intel-gfx] [PATCH] drm/i915: customize DPCD brightness control for specific panel

2019-10-04 Thread Lee Shawn C
Cc: Jani Nikula Cc: Maarten Lankhorst Cc: Gustavo Padovan Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/drm_edid.c| 6 +- drivers/gpu/drm/i915/display/intel_dp.c | 7 + .../drm/i915/display/intel_dp_aux_backlight.c | 143

Re: [Intel-gfx] [PATCH] i915: intel_dp_aux_backlight: Fix max backlight calculations

2019-06-26 Thread Lee, Shawn C
On Tue, 25 Jun 2019, Jani Nikula wrote: >On Mon, 17 Jun 2019, Furquan Shaikh wrote: >> Max backlight value for the panel was being calculated using byte >> count i.e. 0x if 2 bytes are supported for backlight brightness >> and 0xff if 1 byte is supported. However, EDP_PWMGEN_BIT_COUNT >>

Re: [Intel-gfx] [PATCH v2] drm/i915: Refine eDP aux backlight enable/disable sequence

2019-06-25 Thread Lee, Shawn C
On Tue, 25 Jun 2019, Jani Nikula wrote: >On Tue, 25 Jun 2019, Lee Shawn C wrote: >> Modify aux backlight enable/disable sequence just like what we did for >> genernal eDP panel. Setup PWM freq and brightness level before enable >> display backlight. >&g

[Intel-gfx] [PATCH v2] drm/i915: Refine eDP aux backlight enable/disable sequence

2019-06-25 Thread Lee Shawn C
. Cc: Ville Syrjälä Cc: Jani Nikula Cc: Jose Roberto de Souza Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c b

Re: [Intel-gfx] [PATCH] drm/i915: Refine eDP aux backlight enable/disable sequence

2019-06-25 Thread Lee, Shawn C
On Tue, 25 Jun 2019, Jani Nikula wrote: >On Thu, 20 Jun 2019, Lee Shawn C wrote: >> Modify aux backlight enable/disable sequence just like what we did for >> genernal eDP panel. >> 1. Setup PWM freq and brightness level before enable display backlight. >> 2. Set PWM

Re: [Intel-gfx] [PATCH v3] drm/i915: Check backlight type while doing eDP backlight initializaiton

2019-06-25 Thread Lee, Shawn C
On Tue, 25 Jun 2019, Jani Nikula wrote: >On Thu, 20 Jun 2019, Lee Shawn C wrote: >> If LFP backlight type setting from VBT was "VESA eDP AUX Interface". >> Driver should check panel capability and try to initialize aux backlight. >> No matter i915_modparams.en

[Intel-gfx] [PATCH] drm/i915: Refine eDP aux backlight enable/disable sequence

2019-06-20 Thread Lee Shawn C
Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c b/drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c index 6b0b73479fb8..bbc579734238

Re: [Intel-gfx] [PATCH v2] drm/i915: Refine eDP aux backlight enable/disable sequence

2019-06-20 Thread Lee, Shawn C
On Fri, 21 Jun 2019, Lee Shawn C wrote: > >Modify aux backlight enable/disable sequence just like what we did for >genernal eDP panel. >1. Setup PWM freq and brightness level before enable display backlight. >2. Set PWM to 0 after backlight enable was off. > >v2: Code

[Intel-gfx] [PATCH v2] drm/i915: Refine eDP aux backlight enable/disable sequence

2019-06-20 Thread Lee Shawn C
Syrjälä Cc: Jani Nikula Cc: Jose Roberto de Souza Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c b/drivers/gpu/drm

[Intel-gfx] [PATCH v3] drm/i915: Check backlight type while doing eDP backlight initializaiton

2019-06-20 Thread Lee Shawn C
nction. v3: 1. Modify i915.enable_dpcd_backlight type from bool to int and give default value as 0 (disable). 2. Add a judgement to check LFP backlight type was aux interface or not. Cc: Ville Syrjälä Cc: Jani Nikula Cc: Jose Roberto de Souza Cc: Cooper Chiou Signed-off-by: Lee Shawn C

Re: [Intel-gfx] [PATCH v2] drm/i915: Check backlight type while doing eDP backlight initializaiton

2019-06-19 Thread Lee, Shawn C
On Wed, 19 Jun 2019, Jani Nikula wrote: >On Wed, 19 Jun 2019, Lee Shawn C wrote: >> If LFP backlight type setting from VBT was "VESA eDP AUX Interface". >> Driver should check panel capability and try to initialize aux backlight. >> No matter i915_modparams.en

[Intel-gfx] [PATCH v2] drm/i915: Check backlight type while doing eDP backlight initializaiton

2019-06-19 Thread Lee Shawn C
n. Cc: Ville Syrjälä Cc: Jani Nikula Cc: Jose Roberto de Souza Cc: Cooper Chiou Signed-off-by: Lee Shawn C --- drivers/gpu/drm/i915/display/intel_bios.h | 1 + drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --

[Intel-gfx] [PATCH] drm/i915: Check backlight type while doing eDP backlight initializaiton

2019-06-18 Thread Lee, Shawn C
oper Chiou Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/display/intel_bios.h | 1 + drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 11 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_bios.h b/drivers/gpu/drm/i9

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Add backlight enable on/off delay for DP aux backlight control

2019-06-14 Thread Lee, Shawn C
On Fri, 14 Jun 2019, Jani Nikula wrote: >On Thu, 13 Jun 2019, "Lee, Shawn C" wrote: >> Follow generla eDP backlight enable control sequence. Add T8 (valid >> video data to backlight enable) delay before turn backlight_enable on. >> And T9 (backlight disable to

[Intel-gfx] [PATCH 2/2] drm/i915: Add backlight enable on/off delay for DP aux backlight control

2019-06-13 Thread Lee, Shawn C
: Cooper Chiou Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/intel_dp_aux_backlight.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/gpu/drm/i915/intel_dp_aux_backlight.c b/drivers/gpu/drm/i915/intel_dp_aux_backlight.c index 98210ae17285..b008e887f4e9 100644

[Intel-gfx] [PATCH 1/2] drm/i915: Refine eDP aux backlight enable/disable sequence

2019-06-13 Thread Lee, Shawn C
Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/intel_dp_aux_backlight.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_dp_aux_backlight.c b/drivers/gpu/drm/i915/intel_dp_aux_backlight.c index 7ded95a334db..98210ae17285 100644 --- a/drivers/gpu

Re: [Intel-gfx] [PATCH] drm/i915: Refine eDP aux backlight enable sequence.

2019-06-13 Thread Lee, Shawn C
On Thu, 13 Jun 2019, Jani Nikula wrote: >On Thu, 13 Jun 2019, Ville Syrjälä wrote: >> On Wed, Jun 12, 2019 at 10:47:22PM -0700, Lee, Shawn C wrote: >>> Modify aux backlight enable sequence just like what we did for >>> genernal eDP panel. >>> 1. Setup

[Intel-gfx] [PATCH] drm/i915: Refine eDP aux backlight enable sequence.

2019-06-12 Thread Lee, Shawn C
Modify aux backlight enable sequence just like what we did for genernal eDP panel. 1. Setup PWM freq and brightness level before enable display backlight. 2. Add T8 (valid data to backlight enable) delay. Cc: Jani Nikula Cc: Jose Roberto de Souza Cc: Cooper Chiou Signed-off-by: Lee, Shawn C

[Intel-gfx] [PATCH] drm/i915: Backlight control via VESA eDP aux interface

2019-06-10 Thread Lee, Shawn C
The latest VBT support backlight control via aux. We have to check VBT's setting before doing backlight initialization. Then Driver will assign correct callback function for eDP backlight control. Cc: Jani Nikula Cc: Jose Roberto de Souza Cc: Cooper Chiou Signed-off-by: Lee, Shawn C

Re: [Intel-gfx] [PATCH] drm/i915: Release power well if load DMC failed

2018-11-21 Thread Lee, Shawn C
On Wed, 21 Nov 2018, "Jani Nikula" wrote: >On Wed, 21 Nov 2018, "Lee, Shawn C" wrote: >> On Tue, 20 Nov 2018, "Jani Nikula" wrote: >>>On Wed, 21 Nov 2018, "Lee, Shawn C" wrote: >>>> On Tue, 20 Nov 2018, "J

Re: [Intel-gfx] [PATCH] drm/i915: Release power well if load DMC failed

2018-11-21 Thread Lee, Shawn C
On Tue, 20 Nov 2018, "Jani Nikula" wrote: >On Wed, 21 Nov 2018, "Lee, Shawn C" wrote: >> On Tue, 20 Nov 2018, "Jani Nikula" wrote: >>>> Driver obtain power well at intel_csr_ucode_init(). >>>> And release it after load DMC firmware

Re: [Intel-gfx] [PATCH] drm/i915: Release power well if load DMC failed

2018-11-21 Thread Lee, Shawn C
firmware %s." > " Disabling runtime power management.\n", > csr->fw_path); > >We don't support runtime pm without dmc on platforms with dmc. > >BR, >Jani. > >> >> Cc: Jani Nikula >> Cc: Rodrigo Vivi >> Cc: Jose

[Intel-gfx] [PATCH] drm/i915: Release power well if load DMC failed

2018-11-20 Thread Lee, Shawn C
balance. Cc: Jani Nikula Cc: Rodrigo Vivi Cc: Jose Roberto de Souza Cc: Cooper Chiou Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/intel_csr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_csr.c b/drivers/gpu/drm/i915/intel_csr.c index

[Intel-gfx] [PATCH 2/2] drm/i915: Apply correct ddi translation table for AML device

2018-09-27 Thread Lee, Shawn C
driver to apply KBL-Y's DDI table for AML devices to avoid unexpected eDP/DP signal quality issue. Cc: Jani Nikula Cc: Rodrigo Vivi Cc: Jose Roberto de Souza Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/intel_ddi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[Intel-gfx] [PATCH 1/2] drm/i915: Add new AML_ULX support list

2018-09-27 Thread Lee, Shawn C
According to patch "drm/i915/aml: Introducing Amber Lake platform" (e364672477a1). Add a new marco for AML ULX GT2 devices. Cc: Jani Nikula Cc: Rodrigo Vivi Cc: Jose Roberto de Souza Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/i915_drv.h | 2 ++ 1 file changed, 2 insertion

Re: [Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-27 Thread Lee, Shawn C
one. >>> >> >> Yes, it depends on https://patchwork.kernel.org/patch/10613643/. > >You need to send them together, or have that one merged first. > >BR, >Jani. > Thanks for reminding! I will send them together in a new series later. >> >>>> Signe

Re: [Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-25 Thread Lee, Shawn C
de Souza > >Reviewed-by: Jose Roberto de Souza > >But I guess CI will fail in this patch as looks like you send the first one >separated from this one. > Yes, it depends on https://patchwork.kernel.org/patch/10613643/. >> Signed-off-by: Lee, Shawn C >> ---

Re: [Intel-gfx] [PATCH] drm/i915: Add new AML_ULX support list

2018-09-25 Thread Lee, Shawn C
; >> Cc: Jani Nikula >> Cc: Rodrigo Vivi >> Cc: Jose Roberto de Souza >> Signed-off-by: Lee, Shawn C >> --- >> drivers/gpu/drm/i915/i915_drv.h | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/gpu/drm/i915/i915_drv.h &

[Intel-gfx] [PATCH] drm/i915: Apply correct ddi translation table for AML device

2018-09-25 Thread Lee, Shawn C
driver to apply KBL-Y's DDI table for AML devices to avoid unexpected eDP/DP signal quality issue. Cc: Jani Nikula Cc: Rodrigo Vivi Cc: Jose Roberto de Souza Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/intel_ddi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[Intel-gfx] [PATCH] drm/i915: Add new AML_ULX support list

2018-09-25 Thread Lee, Shawn C
According to patch "drm/i915/aml: Introducing Amber Lake platform" (e364672477a1). Add a new marco for AML ULX GT2 devices. Cc: Jani Nikula Cc: Rodrigo Vivi Cc: Jose Roberto de Souza Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/i915_drv.h | 2 ++ 1 file changed, 2 insertion

[Intel-gfx] [PATCH] drm/i915: Add AML id into KBL_ULX support list

2018-09-21 Thread Lee, Shawn C
H/S series for AML system. The change will lead driver to apply translation table for KBL Y for AML device to avoid unexpected eDP/DP signal quality issue. Cc: Jani Nikula Cc: Rodrigo Vivi Cc: Jose Roberto de Souza Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/i915_drv.h | 4 +++- 1 fi

[Intel-gfx] [PATCH v4 0/3] add LG panel to dpcd quirk database

2018-09-11 Thread Lee, Shawn C
issue. Cc: Jani Nikula Cc: Cooper Chiou Cc: Matt Atwood Cc: Maarten Lankhorst Cc: Dhinakaran Pandiyan Cc: Clint Taylor Lee, Shawn C (3): drm: Add support for device_id based detection. drm: Change limited M/N quirk to constant N quirk. drm: add LG eDP panel to quirk database drivers

[Intel-gfx] [PATCH v4 2/3] drm: Change limited M/N quirk to constant N quirk.

2018-09-11 Thread Lee, Shawn C
for issue description and fix typo. v3: add lost commit messages back for version 2 v4: send patch to both intel-gfx and dri-devel Cc: Jani Nikula Cc: Cooper Chiou Cc: Matt Atwood Cc: Maarten Lankhorst Cc: Dhinakaran Pandiyan Cc: Clint Taylor Signed-off-by: Lee, Shawn C --- drivers/gpu/drm

[Intel-gfx] [PATCH v4 1/3] drm: Add support for device_id based detection.

2018-09-11 Thread Lee, Shawn C
instead of hard coded '6' v3: add lost commit messages back for version 2 v4: send patch to both intel-gfx and dri-devel Cc: Jani Nikula Cc: Cooper Chiou Cc: Matt Atwood Cc: Maarten Lankhorst Cc: Dhinakaran Pandiyan Cc: Clint Taylor Signed-off-by: Lee, Shawn C --- drivers/gpu/drm

[Intel-gfx] [PATCH v4 3/3] drm: add LG eDP panel to quirk database

2018-09-11 Thread Lee, Shawn C
Taylor Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/drm_dp_helper.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c index f3a7563eb8a1..67d683453f1c 100644 --- a/drivers/gpu/drm/drm_dp_helper.c +++ b/drivers/gpu/drm

Re: [Intel-gfx] [PATCH v2 1/3] drm: Add support for device_id based detection.

2018-09-11 Thread Lee, Shawn C
n implement some changes for branch/sink device that >> really need additional WA. >> >> Cc: Jani Nikula >> Cc: Cooper Chiou >> Cc: Matt Atwood >> Cc: Maarten Lankhorst >> Cc: Dhinakaran Pandiyan >> Cc: Clint Taylor >> Signed-off-by: Lee,

[Intel-gfx] [PATCH 3/3] drm: add LG eDP panel to quirk database

2018-09-10 Thread Lee, Shawn C
this panel into quirk database and give particular N value when calculate M/N divider. Cc: Jani Nikula Cc: Cooper Chiou Cc: Matt Atwood Cc: Maarten Lankhorst Cc: Dhinakaran Pandiyan Cc: Clint Taylor Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/drm_dp_helper.c | 2 ++ 1 file changed, 2

[Intel-gfx] [PATCH 2/3] drm: Change limited M/N quirk to constant N quirk.

2018-09-10 Thread Lee, Shawn C
: Cooper Chiou Cc: Matt Atwood Cc: Maarten Lankhorst Cc: Dhinakaran Pandiyan Cc: Clint Taylor Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/drm_dp_helper.c | 2 +- drivers/gpu/drm/i915/intel_display.c | 26 +++--- drivers/gpu/drm/i915/intel_display.h | 2 +- drivers

[Intel-gfx] [PATCH 1/3] drm: Add support for device_id based detection.

2018-09-10 Thread Lee, Shawn C
Nikula Cc: Cooper Chiou Cc: Matt Atwood Cc: Maarten Lankhorst Cc: Dhinakaran Pandiyan Cc: Clint Taylor Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/drm_dp_helper.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu

[Intel-gfx] [PATCH 0/3] add LG panel to dpcd quirk database

2018-09-10 Thread Lee, Shawn C
issue. Cc: Jani Nikula Cc: Cooper Chiou Cc: Matt Atwood Cc: Maarten Lankhorst Cc: Dhinakaran Pandiyan Cc: Clint Taylor Lee, Shawn C (3): drm: Add support for device_id based detection. drm: Change limited M/N quirk to constant N quirk. drm: add LG eDP panel to quirk database drivers

Re: [Intel-gfx] [PATCH v2] drm: add LG eDP panel to quirk database

2018-09-07 Thread Lee, Shawn C
tead of LIMITED_M_N and set N as 0x8000 for particular >> branch/sink device. >> - Fix typo. >> >> Cc: Jani Nikula >> Cc: Cooper Chiou >> Cc: Matt Atwood >> Signed-off-by: Lee, Shawn C >> --- >> drivers/gpu/drm/drm_dp_helper.c | 14

[Intel-gfx] [PATCH v2] drm: add LG eDP panel to quirk database

2018-09-06 Thread Lee, Shawn C
this panel into quirk database and give particular N value when calculate M/N divider. v2: - Use CONSTANT_N instead of LIMITED_M_N and set N as 0x8000 for particular branch/sink device. - Fix typo. Cc: Jani Nikula Cc: Cooper Chiou Cc: Matt Atwood Signed-off-by: Lee, Shawn C --- drivers/gpu/drm

Re: [Intel-gfx] [PATCH] drm/i915: add LG eDP panel to quirk database

2018-09-06 Thread Lee, Shawn C
or said they don't have similar issue before. >> With the other N value, Tcon will enter BITS mode and display black screen. >> Add this panel into quirk database and give particular N value when >> calculate M/N divider. >> >> Cc: Jani Nikula > Cc: Cooper Chiou

[Intel-gfx] [PATCH] drm/i915: add LG eDP panel to quirk database

2018-09-06 Thread Lee, Shawn C
this panel into quirk database and give particular N value when calculate M/N divider. Cc: Jani Nikula Cc: Cooper Chiou Cc: Matt Atwood Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/drm_dp_helper.c | 10 +- drivers/gpu/drm/i915/intel_display.c | 16 ++-- drivers/gpu/drm

[Intel-gfx] [PATCH] drm/i915: optimzie eDP 1.4 config

2018-09-04 Thread Lee, Shawn C
. Cc: Matt Atwood Signed-off-by: Lee, Shawn C --- drivers/gpu/drm/i915/intel_dp.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c index 436c22de33b6..903d640fe712 100644 --- a/drivers/gpu/drm/i915

Re: [Intel-gfx] [PATCH] drm/dp: Avoid needless delay while link training

2017-09-27 Thread Lee, Shawn C
>On Tue, 26 Sep 2017, "Lee, Shawn C" <shawn.c@intel.com> wrote: >> DP v1.3 spec reserved DPCD TRAINING_AUX_RD_INTERVAL (Eh) >> bit7 to indicate Extended Receiver Capability. A DPRX with DPCD Rev. >> 1.4 (or higher) must have an Extended Receiver Capa

[Intel-gfx] [PATCH] drm/dp: Avoid needless delay while link training

2017-09-26 Thread Lee, Shawn C
DP v1.3 spec reserved DPCD TRAINING_AUX_RD_INTERVAL (Eh) bit7 to indicate Extended Receiver Capability. A DPRX with DPCD Rev. 1.4 (or higher) must have an Extended Receiver Capability field. Driver have to clear bit7 when retrieve interval value and avoid to wait for needless delay. Cc: Jani

[Intel-gfx] [PATCH] drm/i915/cnp: set min brightness from VBT

2017-09-12 Thread Lee, Shawn C
Min brightness value from vbt was missing for CNP platform. This setting have to refer backlight ic spec to restrict min backlight output. Without this restriction, driver would allow to configure lower brightness value and violate backlight ic requirement. Fixes: 4c9f7086ac6d ("drm/i915/cnp:

Re: [Intel-gfx] [PATCH] drm/i915/bxt: set min brightness from VBT

2017-09-12 Thread Lee, Shawn C
No problem! I will commit a patch for CNP later. On Tue, 12 Sep 2017, "Lee, Shawn C" <shawn.c@intel.com> wrote: > Min brightness value from vbt was missing for BXT platform. > This setting have to refer backlight ic spec to restrict min backlight > output. Without

<    1   2   3   4   >