[4.4-rc1][Regression] drm/i915: Check live status before reading edid

2016-02-26 Thread Jindal, Sonika
On 2/26/2016 12:11 AM, Joseph Salisbury wrote: > On 02/24/2016 10:53 PM, Jindal, Sonika wrote: >> Hi Joe, >> >> Yes, first thing to try is to increase the tries. > We testing with 300 retries, but the second monitor still did not show > up. However, it did show

[4.4-rc1][Regression] drm/i915: Check live status before reading edid

2016-02-25 Thread Jindal, Sonika
-Original Message- From: Joseph Salisbury [mailto:joseph.salisb...@canonical.com] Sent: Thursday, February 25, 2016 3:09 AM To: Jindal, Sonika Cc: Sharma, Shashank ; Vivi, Rodrigo ; Daniel Vetter ; Jani Nikula ; David Airlie ; intel-gfx ; dri-devel ; LKML Subject: [4.4-rc1][Regression

[REGRESSION] i915: No HDMI output with 4.4

2016-02-24 Thread Jindal, Sonika
On 2/23/2016 8:38 PM, Ville Syrjälä wrote: > On Mon, Feb 22, 2016 at 02:32:32PM +0200, Oleksandr Natalenko wrote: >> Ville, Daniel, >> >> any additional info I could provide? I have to return dual-link DVI >> cable back, so let me know if I could reveal more details if necessary. > Unfortunatel

PROBLEM: Intel HDMI output busticated on 4.4 (regression)

2016-01-21 Thread Jindal, Sonika
On 1/21/2016 8:59 AM, Nick Bowler wrote: > On 1/20/16, Nick Bowler wrote: >> Hi, >> >> On 2016-01-20, Jindal, Sonika wrote: >>> Can you please check if you have following patch: >>> "commit 3d8acd1f667b45c531401c8f0c2033072e32a05d >>> Au

PROBLEM: Intel HDMI output busticated on 4.4 (regression)

2016-01-20 Thread Jindal, Sonika
Can you please check if you have following patch: "commit 3d8acd1f667b45c531401c8f0c2033072e32a05d Author: Gary Wang Date: Wed Dec 23 16:11:35 2015 +0800 drm/i915: increase the tries for HDMI hotplug live status checking" For some monitors, 30ms delay is not good enough to report the live sta

[PATCH v2 07/10] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-06-06 Thread Jindal, Sonika
On 6/4/2015 7:12 PM, Kausal Malladi wrote: > From: Kausal Malladi > > This patch does the following: > 1. Adds the core function to program Gamma correction values for CHV/BSW > platform > 2. Adds Gamma correction macros/defines > 3. Adds drm_mode_crtc_update_color_property function, which r

[PATCH v2 04/10] drm: Add Gamma correction structure

2015-06-05 Thread Jindal, Sonika
On 6/4/2015 7:12 PM, Kausal Malladi wrote: > From: Kausal Malladi > > This patch adds a new structure in DRM layer for Gamma color correction. > This structure will be used by all user space agents to configure > appropriate Gamma precision and Gamma level. > > struct drm_intel_gamma { >

[PATCH v2 00/10] Color Manager Implementation

2015-06-05 Thread Jindal, Sonika
g the patches using --in-reply-to tag. Regards, Sonika -Original Message- From: Malladi, Kausal Sent: Thursday, June 4, 2015 7:13 PM To: Roper, Matthew D; Barnes, Jesse; Lespiau, Damien; Jindal, Sonika; R, Durgadoss; Purushothaman, Vijay A; intel-gfx at lists.freedesktop.org; dri-dev

[PATCH 5/7] drm/i915: Add pipe level Gamma correction for CHV/BSW

2015-06-02 Thread Jindal, Sonika
On 6/2/2015 1:22 AM, Kausal Malladi wrote: > From: Kausal Malladi > > This patch does the following: > 1. Adds the core function to program Gamma correction values for CHV/BSW > platform > 2. Adds Gamma correction macros/defines > 3. Adds drm_mode_crtc_update_color_property function, which r

[PATCH 4/7] drm: Add Gamma correction structure

2015-06-02 Thread Jindal, Sonika
On 6/2/2015 1:22 AM, Kausal Malladi wrote: > From: Kausal Malladi > > This patch adds a new structure in DRM layer for Gamma color correction. > This structure will be used by all user space agents to configure > appropriate Gamma precision and Gamma level. > > struct drm_intel_gamma { >

[PATCH 3/7] drm/i915: Add Set property interface for CRTC

2015-06-02 Thread Jindal, Sonika
On 6/2/2015 1:22 AM, Kausal Malladi wrote: > From: Kausal Malladi > > This patch adds set property interface for Intel CRTC. This interface > will be used to set color correction DRM properties. > > Signed-off-by: Shashank Sharma > Signed-off-by: Kausal Malladi > --- > drivers/gpu/drm/i915/i

[PATCH 1/7] drm/i915: Initialize Color Manager

2015-06-02 Thread Jindal, Sonika
On 6/2/2015 1:22 AM, Kausal Malladi wrote: > From: Kausal Malladi > > Color Manager is an extension in i915 driver to handle color correction > and enhancements across various Intel platforms. > > This patch initializes color manager framework by : > 1. Adding two new files, intel_color_manager(

[Intel-gfx] [PATCH] Documentation/drm: Update rotation property with 90/270 and description

2015-05-20 Thread Jindal, Sonika
On 5/13/2015 9:57 AM, Jindal, Sonika wrote: > > > On 5/12/2015 6:20 PM, Ville Syrjälä wrote: >> On Wed, Apr 15, 2015 at 04:05:19PM +0530, Sonika Jindal wrote: >>> Cc: dri-devel at lists.freedesktop.org >>> Signed-off-by: Sonika Jindal >>> --- &

[Intel-gfx] [PATCH] Documentation/drm: Update rotation property with 90/270 and description

2015-05-20 Thread Jindal, Sonika
On 5/13/2015 9:57 AM, Jindal, Sonika wrote: > > > On 5/12/2015 6:20 PM, Ville Syrjälä wrote: >> On Wed, Apr 15, 2015 at 04:05:19PM +0530, Sonika Jindal wrote: >>> Cc: dri-devel at lists.freedesktop.org >>> Signed-off-by: Sonika Jindal >>> --- &

[Intel-gfx] [PATCH] Documentation/drm: Update rotation property with 90/270 and description

2015-05-13 Thread Jindal, Sonika
On 5/12/2015 6:20 PM, Ville Syrjälä wrote: > On Wed, Apr 15, 2015 at 04:05:19PM +0530, Sonika Jindal wrote: >> Cc: dri-devel at lists.freedesktop.org >> Signed-off-by: Sonika Jindal >> --- >> Documentation/DocBook/drm.tmpl |7 +-- >> 1 file changed, 5 insertions(+), 2 deletions(-) >

[PATCH v2] drm/dp: add DPCD definitions from eDP 1.4

2015-02-27 Thread Jindal, Sonika
Reviewed-by: Sonika Jindal On 2/27/2015 4:41 PM, Jani Nikula wrote: > Add a number of DPCD definitions from eDP 1.4. > > v2: s/DP_ALPM_LOCK_TIMEOUT_ERROR_STATUS/DP_ALPM_LOCK_TIMEOUT_ERROR/ > (Sonika) > > Signed-off-by: Jani Nikula > --- > include/drm/drm_dp_helper.h | 37 +

[Intel-gfx] [PATCH 1/2] drm: Adding rotation to drm_plane_helper_check_update

2015-01-15 Thread Jindal, Sonika
ginal Message- From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] Sent: Wednesday, January 14, 2015 11:38 PM To: Jindal, Sonika Cc: intel-gfx at lists.freedesktop.org; dri-devel at lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH 1/2] drm: Adding rotation to drm_plane_helper_check_u

[Intel-gfx] [PATCH 1/2] drm: Adding rotation to drm_plane_helper_check_update

2015-01-14 Thread Jindal, Sonika
nal Message- From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] Sent: Wednesday, January 14, 2015 5:14 PM To: Jindal, Sonika Cc: intel-gfx at lists.freedesktop.org; dri-devel at lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH 1/2] drm: Adding rotation to drm_plane_helper_check

[Intel-gfx] [PATCH 1/2] drm: Adding rotation to drm_plane_helper_check_update

2015-01-14 Thread Jindal, Sonika
update the destination size appropriately. Please correct me if I am wrong. -Original Message- From: Jindal, Sonika Sent: Wednesday, January 14, 2015 3:06 PM To: 'Ville Syrjälä' Cc: intel-gfx at lists.freedesktop.org; dri-devel at lists.freedesktop.org Subject: RE: [Intel-gfx]

[Intel-gfx] [PATCH 1/2] drm: Adding rotation to drm_plane_helper_check_update

2015-01-14 Thread Jindal, Sonika
test. -Original Message- From: Ville Syrjälä [mailto:ville.syrj...@linux.intel.com] Sent: Wednesday, January 14, 2015 2:58 PM To: Jindal, Sonika Cc: intel-gfx at lists.freedesktop.org; dri-devel at lists.freedesktop.org Subject: Re: [Intel-gfx] [PATCH 1/2] drm: Adding rotation to drm_plane

[PATCH 3/7] drm/exynos: Renaming DP training vswing pre emph defines

2014-08-28 Thread Jindal, Sonika
On 8/28/2014 11:36 AM, Jingoo Han wrote: > On Thursday, August 28, 2014 1:33 PM, Sonika Sonika wrote: >> On 8/28/2014 6:25 AM, Jingoo Han wrote: >>> On Friday, August 08, 2014 7:54 PM, Sonika Jindal wrote: From: Sonika Jindal Rename the defines to have levels instead of value

[PATCH 3/7] drm/exynos: Renaming DP training vswing pre emph defines

2014-08-28 Thread Jindal, Sonika
On 8/28/2014 6:25 AM, Jingoo Han wrote: > On Friday, August 08, 2014 7:54 PM, Sonika Jindal wrote: >> >> From: Sonika Jindal >> >> Rename the defines to have levels instead of values for vswing and >> pre-emph levels as the values may differ in other scenarios like low vswing >> of >> eDP1.4 wh

[PATCH 1/7] drm: Renaming DP training vswing pre emph defines

2014-08-27 Thread Jindal, Sonika
On 8/26/2014 4:58 PM, Thierry Reding wrote: > On Fri, Aug 08, 2014 at 04:23:40PM +0530, sonika.jindal at intel.com wrote: >> From: Sonika Jindal >> >> Adding new defines, older one will be removed in the last patch in the >> series. >> This is to rename the defines to have levels instead of val

[Intel-gfx] [PATCH v2 0/7] Rename DP training vswing/pre-emph defines

2014-08-27 Thread Jindal, Sonika
Hi, Did anybody get a chance to review the patches? Adding respective owners for different drivers.. Thanks, Sonika -Original Message- From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf Of Jindal, Sonika Sent: Tuesday, August 19, 2014 1:42 PM To: intel-gfx at

[PATCH v2 0/7] Rename DP training vswing/pre-emph defines

2014-08-19 Thread Jindal, Sonika
Hi, Did anybody get a chance to review other patches in this series? I got r-b for 2 patches (patches with changes in drm and i915) from Damien. Thanks, Sonika -Original Message- From: Jindal, Sonika Sent: Friday, August 8, 2014 4:24 PM To: intel-gfx at lists.freedesktop.org Cc: dri

[Intel-gfx] [PATCH 1/6] drm: Renaming DP training vswing/pre-emph defines

2014-08-06 Thread Jindal, Sonika
On 8/5/2014 6:00 PM, Daniel Vetter wrote: > On Tue, Aug 5, 2014 at 1:33 PM, Jindal, Sonika > wrote: >> >> >> On 8/5/2014 4:45 PM, Daniel Vetter wrote: >>> >>> On Tue, Aug 05, 2014 at 04:38:17PM +0530, sonika.jindal at intel.com wrote: >>>>

[Intel-gfx] [PATCH 1/6] drm: Renaming DP training vswing/pre-emph defines

2014-08-05 Thread Jindal, Sonika
On 8/5/2014 4:45 PM, Daniel Vetter wrote: > On Tue, Aug 05, 2014 at 04:38:17PM +0530, sonika.jindal at intel.com wrote: >> From: Sonika Jindal >> >> Renaming defines to have levels instead of nominal values. >> >> Signed-off-by: Sonika Jindal > > You can't split up patches like this since this

[Intel-gfx] [v3 09/13] drm/i915: Add rotation property for sprites

2014-07-14 Thread Jindal, Sonika
On 7/12/2014 3:29 AM, Daniel Vetter wrote: > On Tue, Jul 08, 2014 at 10:31:59AM +0530, sonika.jindal at intel.com wrote: >> From: Ville Syrj?l? >> >> Sprite planes support 180 degree rotation. The lower layers are now in >> place, so hook in the standard rotation property to expose the feature >

[Intel-gfx] [v2 00/11] Support for 180 degree HW rotation

2014-07-06 Thread Jindal, Sonika
On 7/4/2014 8:36 PM, Damien Lespiau wrote: > On Fri, Jul 04, 2014 at 03:13:52PM +0530, sonika.jindal at intel.com wrote: >> From: Sonika Jindal >> >> Enables 180 degree rotation for sprite and primary planes. >> Updated the primary plane rotation support as per the new universal plane >> design.

[Intel-gfx] [v2 10/11] drm/i915: Add 180 degree primary plane rotation support

2014-07-06 Thread Jindal, Sonika
On 7/4/2014 8:28 PM, Damien Lespiau wrote: > On Fri, Jul 04, 2014 at 03:14:02PM +0530, sonika.jindal at intel.com wrote: >> +static int intel_primary_plane_set_property(struct drm_plane *plane, >> +struct drm_property *prop, >> +uint

[PATCH 01/12] drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h

2014-05-13 Thread Jindal, Sonika
Hi Thierry, This patch was sent out by mistake. I am sorry for the confusion. I am working on further patchset based on these patches. Regards, Sonika On 5/13/2014 1:16 PM, Thierry Reding wrote: > On Fri, May 09, 2014 at 01:31:22PM +0530, sonika.jindal at intel.com wrote: >> From: Ville Syrj?l?