All of lore.kernel.org
 help / color / mirror / Atom feed
From: sonika <sonika.jindal@intel.com>
To: Jani Nikula <jani.nikula@intel.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>
Cc: "intel-gfx@lists.freedesktop.org" <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH 3/4] drm/dp: add DPCD definitions from eDP 1.2
Date: Thu, 26 Feb 2015 15:21:13 +0530	[thread overview]
Message-ID: <54EEEC91.9070405@intel.com> (raw)
In-Reply-To: <1424868414-23532-3-git-send-email-jani.nikula@intel.com>


On Wednesday 25 February 2015 06:16 PM, Jani Nikula wrote:
> Mostly display control related DPCD addresses.
>
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>
> ---
>   include/drm/drm_dp_helper.h | 32 ++++++++++++++++++++++++++++++++
>   1 file changed, 32 insertions(+)
>
> diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h
> index 209c5b91b0e8..cc96024e8776 100644
> --- a/include/drm/drm_dp_helper.h
> +++ b/include/drm/drm_dp_helper.h
> @@ -426,6 +426,38 @@
>   
>   #define DP_EDP_DPCD_REV			    0x700    /* eDP 1.2 */
>   
> +#define DP_EDP_GENERAL_CAP_1		    0x701
> +
> +#define DP_EDP_BACKLIGHT_ADJUSTMENT_CAP     0x702
> +
> +#define DP_EDP_GENERAL_CAP_2		    0x703
> +
> +#define DP_EDP_DISPLAY_CONTROL_REGISTER     0x720
> +
> +#define DP_EDP_BACKLIGHT_MODE_SET_REGISTER  0x721
> +
> +#define DP_EDP_BACKLIGHT_BRIGHTNESS_MSB     0x722
> +#define DP_EDP_BACKLIGHT_BRIGHTNESS_LSB     0x723
> +
> +#define DP_EDP_PWMGEN_BIT_COUNT             0x724
> +#define DP_EDP_PWMGEN_BIT_COUNT_CAP_MIN     0x725
> +#define DP_EDP_PWMGEN_BIT_COUNT_CAP_MAX     0x726
> +
> +#define DP_EDP_BACKLIGHT_CONTROL_STATUS     0x727
> +
> +#define DP_EDP_BACKLIGHT_FREQ_SET           0x728
> +
> +#define DP_EDP_BACKLIGHT_FREQ_CAP_MIN_MSB   0x72a
> +#define DP_EDP_BACKLIGHT_FREQ_CAP_MIN_MID   0x72b
> +#define DP_EDP_BACKLIGHT_FREQ_CAP_MIN_LSB   0x72c
> +
> +#define DP_EDP_BACKLIGHT_FREQ_CAP_MAX_MSB   0x72d
> +#define DP_EDP_BACKLIGHT_FREQ_CAP_MAX_MID   0x72e
> +#define DP_EDP_BACKLIGHT_FREQ_CAP_MAX_LSB   0x72f
> +
> +#define DP_EDP_DBC_MINIMUM_BRIGHTNESS_SET   0x732
> +#define DP_EDP_DBC_MAXIMUM_BRIGHTNESS_SET   0x733
> +
>   #define DP_SIDEBAND_MSG_DOWN_REQ_BASE	    0x1000   /* 1.2 MST */
>   #define DP_SIDEBAND_MSG_UP_REP_BASE	    0x1200   /* 1.2 MST */
>   #define DP_SIDEBAND_MSG_DOWN_REP_BASE	    0x1400   /* 1.2 MST */
Checked against edp1.3 spec.

Reviewed-by: Sonika Jindal <sonika.jindal@intel.com>
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2015-02-26  9:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-25 12:46 [PATCH 1/4] drm/dp: indentation and ordering cleanups Jani Nikula
2015-02-25 12:46 ` [PATCH 2/4] drm/dp: add DPCD definitions from DP 1.2a Jani Nikula
2015-02-26  9:52   ` sonika
2015-02-25 12:46 ` [PATCH 3/4] drm/dp: add DPCD definitions from eDP 1.2 Jani Nikula
2015-02-26  9:51   ` sonika [this message]
2015-02-26 13:23     ` [Intel-gfx] " Daniel Vetter
2015-02-25 12:46 ` [PATCH 4/4] drm/dp: add DPCD definitions from eDP 1.4 Jani Nikula
2015-02-26 11:58   ` sonika
2015-02-26 12:37     ` Jani Nikula
2015-02-27 11:10       ` [PATCH v2] drm/dp: add DPCD definitions from DP 1.1 and 1.2a Jani Nikula
2015-02-27 11:12         ` Jani Nikula
2015-02-27 13:10           ` Daniel Vetter
2015-03-03  2:18         ` shuang.he
2015-02-27 11:11       ` [PATCH v2] drm/dp: add DPCD definitions from eDP 1.4 Jani Nikula
2015-02-27 13:46         ` Jindal, Sonika
2015-02-27 19:47   ` [PATCH 4/4] " shuang.he
2015-02-26  9:51 ` [PATCH 1/4] drm/dp: indentation and ordering cleanups sonika

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=54EEEC91.9070405@intel.com \
    --to=sonika.jindal@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@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.