[Bug 49567] No rule to make target libradeon.a, needed by libr600.a.

2012-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49567 --- Comment #1 from Mike Mestnik 2012-05-06 20:47:52 PDT --- I got this same error with llvm1.3-rc1 and rc2. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You ar

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49110 --- Comment #4 from Mike Mestnik 2012-05-06 20:44:15 PDT --- This bug cloned to: https://bugs.freedesktop.org/show_bug.cgi?id=49567 No rule to make target libradeon.a, needed by libr600.a. -- Configure bugmail: https://bugs.freedesktop.org/us

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49110 Mike Mestnik changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49110 Mike Mestnik changed: What|Removed |Added Blocks|49567 | -- Configure bugmail: https://bugs.free

[Bug 49567] No rule to make target libradeon.a, needed by libr600.a.

2012-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49567 Mike Mestnik changed: What|Removed |Added Depends on|49110 | -- Configure bugmail: https://bugs.free

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49110 Mike Mestnik changed: What|Removed |Added Priority|medium |low -- Configure bugmail: https://bugs.f

[Bug 49110] debug build: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49110 Mike Mestnik changed: What|Removed |Added Summary|AMDILCFGStructurizer.cpp:17 |debug build: |51:3: err

[Bug 49110] AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope

2012-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49110 Mike Mestnik changed: What|Removed |Added Blocks||49567 -- Configure bugmail: https://bugs

[Bug 49567] New: No rule to make target libradeon.a, needed by libr600.a.

2012-05-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49567 Bug #: 49567 Summary: No rule to make target libradeon.a, needed by libr600.a. Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/

[RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Rafał Miłecki
2012/5/6 Daniel Vetter : > On Sun, May 06, 2012 at 05:22:59PM +0100, Dave Airlie wrote: >> On Sun, May 6, 2012 at 5:19 PM, Rafa? Mi?ecki wrote: >> > 2012/5/6 Rafa? Mi?ecki : >> >> diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c >> >> b/drivers/gpu/drm/radeon/r600_hdmi.c >> >> index c308432..b14c9

[RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Rafał Miłecki
2012/5/6 Dave Airlie : > On Sun, May 6, 2012 at 5:19 PM, Rafa? Mi?ecki wrote: >> 2012/5/6 Rafa? Mi?ecki : >>> diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c >>> b/drivers/gpu/drm/radeon/r600_hdmi.c >>> index c308432..b14c90a 100644 >>> --- a/drivers/gpu/drm/radeon/r600_hdmi.c >>> +++ b/drivers/g

[RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Daniel Vetter
On Sun, May 06, 2012 at 05:22:59PM +0100, Dave Airlie wrote: > On Sun, May 6, 2012 at 5:19 PM, Rafa? Mi?ecki wrote: > > 2012/5/6 Rafa? Mi?ecki : > >> diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c > >> b/drivers/gpu/drm/radeon/r600_hdmi.c > >> index c308432..b14c90a 100644 > >> --- a/drivers/gpu

[RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Rafał Miłecki
2012/5/6 Rafa? Mi?ecki : > diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c > b/drivers/gpu/drm/radeon/r600_hdmi.c > index c308432..b14c90a 100644 > --- a/drivers/gpu/drm/radeon/r600_hdmi.c > +++ b/drivers/gpu/drm/radeon/r600_hdmi.c > @@ -134,78 +134,22 @@ static void r600_hdmi_infoframe_checksum(u

[RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/r600_hdmi.c | 81 ++- drivers/gpu/drm/radeon/radeon.h| 41 ++ 2 files changed, 55 insertions(+), 67 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c index c308432..

[next][PATCH 3/3] drm/radeon/hdmi: fix some coding style

2012-05-06 Thread Rafał Miłecki
Use defined macros by the way. Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/r600_hdmi.c | 47 --- 1 files changed, 32 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c index 30e616a..

[next][PATCH 2/3] drm/radeon/hdmi: update modesetting

2012-05-06 Thread Rafał Miłecki
Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/evergreen_hdmi.c | 43 ++-- drivers/gpu/drm/radeon/r600_hdmi.c | 53 ++- 2 files changed, 70 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen_hdmi.c b/dr

[next][PATCH 1/3] drm/radeon/hdmi: separate evergreen code

2012-05-06 Thread Rafał Miłecki
Signed-off-by: Rafa? Mi?ecki --- drivers/gpu/drm/radeon/Makefile|5 +- drivers/gpu/drm/radeon/atombios_encoders.c |5 +- drivers/gpu/drm/radeon/evergreen_hdmi.c| 187 drivers/gpu/drm/radeon/r600_hdmi.c |9 +-- drivers/gpu/drm/rade

[next][PATCH 0/3] drm/radeon/hdmi: separate Evergreen, update modesetting

2012-05-06 Thread Rafał Miłecki
This patch finally separates Evergreen code and applies changes published as WIP by Alex. Alex: I think we should add your Signed-o-b in PATCH 2, can you take a look at this? Rafa? Mi?ecki (3): drm/radeon/hdmi: separate evergreen code drm/radeon/hdmi: update modesetting drm/radeon/hdmi: fix

[RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Dave Airlie
On Sun, May 6, 2012 at 5:19 PM, Rafa? Mi?ecki wrote: > 2012/5/6 Rafa? Mi?ecki : >> diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c >> b/drivers/gpu/drm/radeon/r600_hdmi.c >> index c308432..b14c90a 100644 >> --- a/drivers/gpu/drm/radeon/r600_hdmi.c >> +++ b/drivers/gpu/drm/radeon/r600_hdmi.c >> @@

Re: [RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Rafał Miłecki
2012/5/6 Daniel Vetter : > On Sun, May 06, 2012 at 05:22:59PM +0100, Dave Airlie wrote: >> On Sun, May 6, 2012 at 5:19 PM, Rafał Miłecki wrote: >> > 2012/5/6 Rafał Miłecki : >> >> diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c >> >> b/drivers/gpu/drm/radeon/r600_hdmi.c >> >> index c308432..b14c9

Re: [RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Rafał Miłecki
2012/5/6 Dave Airlie : > On Sun, May 6, 2012 at 5:19 PM, Rafał Miłecki wrote: >> 2012/5/6 Rafał Miłecki : >>> diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c >>> b/drivers/gpu/drm/radeon/r600_hdmi.c >>> index c308432..b14c90a 100644 >>> --- a/drivers/gpu/drm/radeon/r600_hdmi.c >>> +++ b/drivers/g

Re: [RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Daniel Vetter
On Sun, May 06, 2012 at 05:22:59PM +0100, Dave Airlie wrote: > On Sun, May 6, 2012 at 5:19 PM, Rafał Miłecki wrote: > > 2012/5/6 Rafał Miłecki : > >> diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c > >> b/drivers/gpu/drm/radeon/r600_hdmi.c > >> index c308432..b14c90a 100644 > >> --- a/drivers/gpu

Re: [RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Dave Airlie
On Sun, May 6, 2012 at 5:19 PM, Rafał Miłecki wrote: > 2012/5/6 Rafał Miłecki : >> diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c >> b/drivers/gpu/drm/radeon/r600_hdmi.c >> index c308432..b14c90a 100644 >> --- a/drivers/gpu/drm/radeon/r600_hdmi.c >> +++ b/drivers/gpu/drm/radeon/r600_hdmi.c >> @@

Re: [RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Rafał Miłecki
2012/5/6 Rafał Miłecki : > diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c > b/drivers/gpu/drm/radeon/r600_hdmi.c > index c308432..b14c90a 100644 > --- a/drivers/gpu/drm/radeon/r600_hdmi.c > +++ b/drivers/gpu/drm/radeon/r600_hdmi.c > @@ -134,78 +134,22 @@ static void r600_hdmi_infoframe_checksum(u

[RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe

2012-05-06 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/r600_hdmi.c | 81 ++- drivers/gpu/drm/radeon/radeon.h| 41 ++ 2 files changed, 55 insertions(+), 67 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c index c308432..

[next][PATCH 3/3] drm/radeon/hdmi: fix some coding style

2012-05-06 Thread Rafał Miłecki
Use defined macros by the way. Signed-off-by: Rafał Miłecki --- drivers/gpu/drm/radeon/r600_hdmi.c | 47 --- 1 files changed, 32 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c index 30e616a..

[next][PATCH 2/3] drm/radeon/hdmi: update modesetting

2012-05-06 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/gpu/drm/radeon/evergreen_hdmi.c | 43 ++-- drivers/gpu/drm/radeon/r600_hdmi.c | 53 ++- 2 files changed, 70 insertions(+), 26 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen_hdmi.c b/dr

[next][PATCH 1/3] drm/radeon/hdmi: separate evergreen code

2012-05-06 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- drivers/gpu/drm/radeon/Makefile|5 +- drivers/gpu/drm/radeon/atombios_encoders.c |5 +- drivers/gpu/drm/radeon/evergreen_hdmi.c| 187 drivers/gpu/drm/radeon/r600_hdmi.c |9 +-- drivers/gpu/drm/rade

[next][PATCH 0/3] drm/radeon/hdmi: separate Evergreen, update modesetting

2012-05-06 Thread Rafał Miłecki
This patch finally separates Evergreen code and applies changes published as WIP by Alex. Alex: I think we should add your Signed-o-b in PATCH 2, can you take a look at this? Rafał Miłecki (3): drm/radeon/hdmi: separate evergreen code drm/radeon/hdmi: update modesetting drm/radeon/hdmi: fix