public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: nick <xerofoify@gmail.com>
To: daniel.vetter@intel.com
Cc: airlied@linux.ie, intel-gfx@lists.freedesktop.org,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org
Subject: Issues with Guessed macro values for registers in i915_reg.h
Date: Thu, 04 Dec 2014 12:55:48 -0500	[thread overview]
Message-ID: <5480A024.3030405@gmail.com> (raw)

Greetings Daniel and the other maintainers,
I am wondering if you have access to the hardware spec for these drivers supported by this header file. If you do
I would really appreciate the correct values for the registers pasted below as the person who wrote this code,
stated he guessed them. Due this they have the issue of most likely being wrong and may cause issues with functions
and code that use these macro values to work with these  registers.
Cheers Nick  
enum punit_power_well {
      PUNIT_POWER_WELL_RENDER                 = 0,
      PUNIT_POWER_WELL_MEDIA                  = 1,
      PUNIT_POWER_WELL_DISP2D                 = 3,
      PUNIT_POWER_WELL_DPIO_CMN_BC            = 5,
      PUNIT_POWER_WELL_DPIO_TX_B_LANES_01     = 6,
      PUNIT_POWER_WELL_DPIO_TX_B_LANES_23     = 7,
      PUNIT_POWER_WELL_DPIO_TX_C_LANES_01     = 8,
      PUNIT_POWER_WELL_DPIO_TX_C_LANES_23     = 9,
      PUNIT_POWER_WELL_DPIO_RX0               = 10,
      PUNIT_POWER_WELL_DPIO_RX1               = 11,
      PUNIT_POWER_WELL_DPIO_CMN_D             = 12,
      /* FIXME: guesswork below */
      PUNIT_POWER_WELL_DPIO_TX_D_LANES_01     = 13,
      PUNIT_POWER_WELL_DPIO_TX_D_LANES_23     = 14,
      PUNIT_POWER_WELL_DPIO_RX2               = 15,

      PUNIT_POWER_WELL_NUM,
};
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

                 reply	other threads:[~2014-12-04 17:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5480A024.3030405@gmail.com \
    --to=xerofoify@gmail.com \
    --cc=airlied@linux.ie \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox