RE: [Intel-gfx] [v2 1/2] drm/i915/display: Add support for darskscreen detection

2023-12-12 Thread Jani Nikula
On Tue, 12 Dec 2023, "Murthy, Arun R" wrote: >> -Original Message- >> From: Intel-gfx On Behalf Of Nemesa >> Garg >> Sent: Friday, October 27, 2023 3:24 PM >> To: intel-gfx@lists.freedesktop.org >> Subject: [Intel-gfx] [v2 1/2] drm/i915/dis

RE: [Intel-gfx] [v2 1/2] drm/i915/display: Add support for darskscreen detection

2023-12-11 Thread Murthy, Arun R
> -Original Message- > From: Intel-gfx On Behalf Of Nemesa > Garg > Sent: Friday, October 27, 2023 3:24 PM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [v2 1/2] drm/i915/display: Add support for darskscreen > detection > > Darkscreen detecti

Re: [Intel-gfx] [v2 1/2] drm/i915/display: Add support for darskscreen detection

2023-10-31 Thread Garg, Nemesa
This is will also be caught as dark screen. Regards, Nemesa > -Original Message- > From: Jani Nikula > Sent: Monday, October 30, 2023 3:50 PM > To: Garg, Nemesa ; intel-gfx@lists.freedesktop.org > Subject: RE: [Intel-gfx] [v2 1/2] drm/i915/display: Add support for

Re: [Intel-gfx] [v2 1/2] drm/i915/display: Add support for darskscreen detection

2023-10-30 Thread Jani Nikula
ack screen? Does this feature flag an error? BR, Jani. > > Thanks and Regards, > Nemesa > >> -Original Message- >> From: Jani Nikula >> Sent: Friday, October 27, 2023 4:40 PM >> To: Garg, Nemesa ; intel-gfx@lists.freedesktop.org >> Subject: Re: [Int

Re: [Intel-gfx] [v2 1/2] drm/i915/display: Add support for darskscreen detection

2023-10-30 Thread Garg, Nemesa
Garg, Nemesa ; intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [v2 1/2] drm/i915/display: Add support for > darskscreen > detection > > On Fri, 27 Oct 2023, Nemesa Garg wrote: > > Darkscreen detection checks if all the pixels of the frame are less > > then

Re: [Intel-gfx] [v2 1/2] drm/i915/display: Add support for darskscreen detection

2023-10-27 Thread Jani Nikula
On Fri, 27 Oct 2023, Nemesa Garg wrote: > Darkscreen detection checks if all the pixels of the frame are less then > or equal to the comparision value. The comparision value is set to 256 > i.e black. So upon getting black pixels from the pipe, the dark screen > detect bit is set and an error mess

[Intel-gfx] [v2 1/2] drm/i915/display: Add support for darskscreen detection

2023-10-27 Thread Nemesa Garg
Darkscreen detection checks if all the pixels of the frame are less then or equal to the comparision value. The comparision value is set to 256 i.e black. So upon getting black pixels from the pipe, the dark screen detect bit is set and an error message will be printed. v2: Addressed review commen