All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: airlied@gmail.com, dri-devel@lists.freedesktop.org
Subject: [PATCH 2/6] drm/radeon/kms: add missing external encoder action
Date: Mon, 13 Jun 2011 17:13:32 -0400	[thread overview]
Message-ID: <1307999616-6252-2-git-send-email-alexdeucher@gmail.com> (raw)
In-Reply-To: <1307999616-6252-1-git-send-email-alexdeucher@gmail.com>

required for ddc.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
---
 drivers/gpu/drm/radeon/atombios.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h
index 49611e2..1b50ad8 100644
--- a/drivers/gpu/drm/radeon/atombios.h
+++ b/drivers/gpu/drm/radeon/atombios.h
@@ -1200,6 +1200,7 @@ typedef struct _EXTERNAL_ENCODER_CONTROL_PARAMETERS_V3
 #define EXTERNAL_ENCODER_ACTION_V3_ENCODER_BLANKING_OFF   0x10
 #define EXTERNAL_ENCODER_ACTION_V3_ENCODER_BLANKING       0x11
 #define EXTERNAL_ENCODER_ACTION_V3_DACLOAD_DETECTION      0x12
+#define EXTERNAL_ENCODER_ACTION_V3_DDC_SETUP              0x14
 
 // ucConfig
 #define EXTERNAL_ENCODER_CONFIG_V3_DPLINKRATE_MASK				0x03
-- 
1.7.1.1

  reply	other threads:[~2011-06-13 21:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-13 21:13 [PATCH 1/6] drm/radeon/kms: rework atombios_get_encoder_mode() Alex Deucher
2011-06-13 21:13 ` Alex Deucher [this message]
2011-06-13 21:13 ` [PATCH 3/6] drm/radeon/kms: add support for load detection on dp bridges Alex Deucher
2011-06-13 21:13 ` [PATCH 4/6] drm/radeon/kms: fix support for DDC " Alex Deucher
2011-06-13 21:13 ` [PATCH 5/6] drm/radeon/kms: fix handling of DP to LVDS bridges Alex Deucher
2011-06-13 21:13 ` [PATCH 6/6] drm/radeon/kms: issue blank/unblank commands for ext encoders Alex Deucher

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=1307999616-6252-2-git-send-email-alexdeucher@gmail.com \
    --to=alexdeucher@gmail.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    /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.