From: Ramalingam C <ramalingam.c@intel.com>
To: Sivakumar Thulasimani <sivakumar.thulasimani@intel.com>,
intel-gfx@lists.freedesktop.org, rodrigo.vivi@intel.com,
daniel@ffwll.ch
Cc: paulo.r.zanoni@intel.com
Subject: Re: [PATCH 2/2] drm/i915: eDP DRRS limited to only one panel at a time
Date: Tue, 24 Mar 2015 11:15:00 +0530 [thread overview]
Message-ID: <5510F9DC.9080209@intel.com> (raw)
In-Reply-To: <5510C5FC.2080906@intel.com>
Hi Siva,
Since the same structure will be used to implement DRRS on DSI also we
have placed it at i915_dev_priv.
I am working on the RFC for the DRRS on DSI.
On Tuesday 24 March 2015 07:33 AM, Sivakumar Thulasimani wrote:
> since drrs struct is used primarily in intel_dp.c file alone can it be
> moved to intel_dp ?
>
> On 3/23/2015 11:12 PM, Ramalingam C wrote:
>> In case of multiple eDP panels, only one can have
>> the DRRS enabled on it.
>>
>> In future eDP DRRS will be extended for multiple panels.
>>
>> Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
>> ---
>> drivers/gpu/drm/i915/intel_dp.c | 5 +++++
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/i915/intel_dp.c
>> b/drivers/gpu/drm/i915/intel_dp.c
>> index 0b26df9..ec40d19 100644
>> --- a/drivers/gpu/drm/i915/intel_dp.c
>> +++ b/drivers/gpu/drm/i915/intel_dp.c
>> @@ -5311,6 +5311,11 @@ intel_dp_drrs_init(struct intel_connector
>> *intel_connector,
>> return NULL;
>> }
>> + if (dev_priv->drrs.type == SEAMLESS_DRRS_SUPPORT) {
>> + DRM_DEBUG_KMS("DRRS already enabled on previous connector\n");
>> + return NULL;
>> + }
>> +
>> INIT_DELAYED_WORK(&dev_priv->drrs.work,
>> intel_edp_drrs_downclock_work);
>> mutex_init(&dev_priv->drrs.mutex);
>
--
Ram
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
next prev parent reply other threads:[~2015-03-24 5:50 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-23 17:42 [PATCH 0/3] eDP DRRS patches with IGT app Ramalingam C
2015-03-23 17:42 ` [PATCH 1/2] drm/i915: Removing the drrs capability enum initialization Ramalingam C
2015-03-24 1:51 ` Sivakumar Thulasimani
2015-03-23 17:42 ` [PATCH 2/2] drm/i915: eDP DRRS limited to only one panel at a time Ramalingam C
2015-03-24 2:03 ` Sivakumar Thulasimani
2015-03-24 5:45 ` Ramalingam C [this message]
2015-03-24 9:33 ` Daniel Vetter
2015-03-25 10:41 ` Ramalingam C
2015-03-24 23:08 ` shuang.he
2015-03-23 17:42 ` [PATCH] tests/kms_drrs: Test Idleness DRRS Ramalingam C
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5510F9DC.9080209@intel.com \
--to=ramalingam.c@intel.com \
--cc=daniel@ffwll.ch \
--cc=intel-gfx@lists.freedesktop.org \
--cc=paulo.r.zanoni@intel.com \
--cc=rodrigo.vivi@intel.com \
--cc=sivakumar.thulasimani@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.