On Mon, Sep 05, 2011 at 07:04:50PM +0800, Chris Wilson wrote:
> On Mon, 5 Sep 2011 09:14:00 +0800, Wu Fengguang
> wrote:
> > On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote:
> > > On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang > > intel.com> wrote:
> > > This patch should be split
https://bugzilla.kernel.org/show_bug.cgi?id=42412
Maciej Rutecki changed:
What|Removed |Added
Blocks||40982
--
Configure bugmail: https:/
https://bugzilla.kernel.org/show_bug.cgi?id=42412
Summary: nouveau regression in 3.1-rc4
Product: Drivers
Version: 2.5
Kernel Version: 3.1-rc4
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Sever
https://bugs.freedesktop.org/show_bug.cgi?id=27434
--- Comment #8 from Alex Deucher 2011-09-05 19:16:01 PDT ---
Please open a new bug for issues with r300g. This bug is for r6xx+ hardware
which is handled by a different driver. It's not likely the open source driver
will ever be as performant a
https://bugs.freedesktop.org/show_bug.cgi?id=27434
--- Comment #8 from Alex Deucher 2011-09-05 19:16:01 PDT
---
Please open a new bug for issues with r300g. This bug is for r6xx+ hardware
which is handled by a different driver. It's not likely the open source driver
will ever be as performant
Hello, Rob.
I didn't look into any comments from other develops yet , so my comments
could be duplicated with other ones. below is my opinions and I commented
your codes also.
We can discuss crtc, encoder and connector. in x86 world, my understanding,
each one means the following.
Crtc :
- indepen
https://bugs.freedesktop.org/show_bug.cgi?id=27069
--- Comment #13 from Alex Deucher 2011-09-05 18:57:31 PDT ---
(In reply to comment #11)
> The man page says color tiling and page flipping are implemented on r200. I
> had
> to enable color tiling manually, but page flipping was on by default. E
https://bugs.freedesktop.org/show_bug.cgi?id=27069
--- Comment #13 from Alex Deucher 2011-09-05 18:57:31 PDT
---
(In reply to comment #11)
> The man page says color tiling and page flipping are implemented on r200. I
> had
> to enable color tiling manually, but page flipping was on by default.
Add ELD support for Intel Eaglelake, IbexPeak/Ironlake,
SandyBridge/CougarPoint and IvyBridge/PantherPoint chips.
ELD (EDID-Like Data) describes to the HDMI/DP audio driver the audio
capabilities of the plugged monitor. It's built and passed to audio
driver in 2 steps:
(1) at get_modes time, pars
I'd like to do more cleanups:
> + int aud_cntl_st;
> + int aud_cntrl_st2;
s/aud_cntrl_st2/aud_cntl_st2/
> + if (IS_IVYBRIDGE(connector->dev)) {
> + hdmiw_hdmiedid = GEN7_HDMIW_HDMIEDID_A;
> + aud_cntl_st = GEN7_AUD_CNTRL_ST_A;
> + aud_cntrl_st2 = G
Add ELD support for Intel Eaglelake, IbexPeak/Ironlake,
SandyBridge/CougarPoint and IvyBridge/PantherPoint chips.
ELD (EDID-Like Data) describes to the HDMI/DP audio driver the audio
capabilities of the plugged monitor. It's built and passed to audio
driver in 2 steps:
(1) at get_modes time, pars
ELD (EDID-Like Data) describes to the HDMI/DP audio driver the audio
capabilities of the plugged monitor.
This adds drm_edid_to_eld() for converting EDID to ELD. The converted
ELD will be saved in a new drm_connector.eld[128] data field. This is
necessary because the graphics driver will need to f
https://bugzilla.kernel.org/show_bug.cgi?id=42412
Maciej Rutecki changed:
What|Removed |Added
Blocks||40982
--
Configure bugmail: https:/
https://bugzilla.kernel.org/show_bug.cgi?id=42412
Summary: nouveau regression in 3.1-rc4
Product: Drivers
Version: 2.5
Kernel Version: 3.1-rc4
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Sever
On Mon, 5 Sep 2011 09:14:00 +0800, Wu Fengguang
wrote:
> On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote:
> > On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang
> > wrote:
> > This patch should be split between adding the core drm functionality to
> > build the ELD and the introductio
We want to enable dithering on any pipe where the frame buffer has
more color resolution than the output device.
The previous code was incorrectly clamping the frame buffer bpc to the
display bpc, effectively disabling dithering all of the time as the
computed frame buffer bpc would never be large
We want to enable dithering on any pipe where the frame buffer has
more color resolution than the output device.
The previous code was incorrectly clamping the frame buffer bpc to the
display bpc, effectively disabling dithering all of the time as the
computed frame buffer bpc would never be large
On Mon, Sep 5, 2011 at 4:58 AM, Inki Dae wrote:
> Hello, Rob.
> I didn't look into any comments from other develops yet , so my comments
> could be duplicated with other ones. below is my opinions and I commented
> your codes also.
>
> We can discuss crtc, encoder and connector. in x86 world, my u
On Sun, Sep 04, 2011 at 06:57:23PM +0800, James Cloos wrote:
> > "WF" == Wu Fengguang writes:
>
> WF> ... If only the stereo playback capability is reported, the user
> WF> won't be able to start 8-channel playback; if the 8-channel ELD is
> WF> reported, then user space applications may send
On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote:
> On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang
> wrote:
> > Changes from v4: remove a debug call to dump_stack().
> > Thanks to Bossart for catching this!
> > ---
> >
> > Add ELD support for Intel Eaglelake, IbexPeak/Ironlake,
> >
On Mon, Sep 5, 2011 at 4:58 AM, Inki Dae wrote:
> Hello, Rob.
> I didn't look into any comments from other develops yet , so my comments
> could be duplicated with other ones. below is my opinions and I commented
> your codes also.
>
> We can discuss crtc, encoder and connector. in x86 world, my u
Dear Paul,
On Sun, Sep 04, 2011 at 07:11:54PM +0800, Paul Menzel wrote:
> Dear Wu,
>
>
> I hope that is your first name.
My first name is Fengguang. "LAST NAME, FIRSTNAME" is the convention
in Intel emails. However I often forgot this and pick whatever comes
first...and happily accept both Feng
https://bugs.freedesktop.org/show_bug.cgi?id=37939
--- Comment #2 from Michal Suchanek 2011-09-05 06:18:06
PDT ---
Created an attachment (id=50919)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50919)
linux 3.0 log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema
https://bugs.freedesktop.org/show_bug.cgi?id=37939
--- Comment #2 from Michal Suchanek 2011-09-05 06:18:06
PDT ---
Created an attachment (id=50919)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50919)
linux 3.0 log
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=ema
https://bugs.freedesktop.org/show_bug.cgi?id=37939
--- Comment #1 from Michal Suchanek 2011-09-05 06:17:24
PDT ---
Created an attachment (id=50918)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50918)
kernel log 3.0 rc3
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta
https://bugs.freedesktop.org/show_bug.cgi?id=37939
--- Comment #1 from Michal Suchanek 2011-09-05 06:17:24
PDT ---
Created an attachment (id=50918)
--> (https://bugs.freedesktop.org/attachment.cgi?id=50918)
kernel log 3.0 rc3
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta
On Mon, Sep 05, 2011 at 07:04:50PM +0800, Chris Wilson wrote:
> On Mon, 5 Sep 2011 09:14:00 +0800, Wu Fengguang
> wrote:
> > On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote:
> > > On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang
> > > wrote:
> > > This patch should be split between
https://bugs.freedesktop.org/show_bug.cgi?id=39317
--- Comment #5 from Jeremy Murphy 2011-09-05
04:29:58 PDT ---
I presume that it happened in a recent git pull of mesa, BUT it might also have
been upgrading xorg-server from 1.10.2 to 1.10.4. I actually tried to
downgrade mesa in order to confi
https://bugs.freedesktop.org/show_bug.cgi?id=39317
--- Comment #5 from Jeremy Murphy
2011-09-05 04:29:58 PDT ---
I presume that it happened in a recent git pull of mesa, BUT it might also have
been upgrading xorg-server from 1.10.2 to 1.10.4. I actually tried to
downgrade mesa in order to confi
On Mon, 5 Sep 2011 09:14:00 +0800, Wu Fengguang wrote:
> On Sun, Sep 04, 2011 at 08:08:37PM +0800, Chris Wilson wrote:
> > On Sun, 4 Sep 2011 05:15:10 +0800, Wu Fengguang
> > wrote:
> > This patch should be split between adding the core drm functionality to
> > build the ELD and the introduction
https://bugs.freedesktop.org/show_bug.cgi?id=39317
--- Comment #4 from Daniel Vetter 2011-09-05 01:22:30 PDT ---
For the record: Do you have a guess what fixed the problem?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: --
https://bugs.freedesktop.org/show_bug.cgi?id=39317
--- Comment #4 from Daniel Vetter 2011-09-05 01:22:30 PDT
---
For the record: Do you have a guess what fixed the problem?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: -
https://bugs.freedesktop.org/show_bug.cgi?id=39317
Jeremy Murphy changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=39317
Jeremy Murphy changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
34 matches
Mail list logo