[PATCH] DRM: fix headers_check warnings

2010-02-27 Thread Jaswinder Singh Rajput
#include include/drm/radeon_drm.h:758: found __[us]{8,16,32,64} type without #include include/drm/via_drm.h:117: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput Cc: Kristian Høgsberg Cc: Arnd Bergmann Cc: Dave Airlie --- include/drm/drm_mode.h |2

[PATCH] drm/i915: intel_display.c handle latency variable efficiently

2009-09-13 Thread Jaswinder Singh Rajput
Signed-off-by: Jaswinder Singh Rajput --- drivers/gpu/drm/i915/intel_display.c | 13 ++--- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 748ed50..85a13f4 100644 --- a/drivers/gpu/drm

Re: [PATCH 3/3] radeon: Use request_firmware()

2009-08-31 Thread Jaswinder Singh Rajput
PFP_UCODE_SIZE]; > > Thanks Ben, > > pushed to drm-next. > > Dave. > I am sorry for delay, this is my least frequently used email address. Here is my signed-off : Signed-off-by: Jaswinder Singh Rajput Thanks, -- JSR

[PATCH] DRM: includecheck fix: include/drm/drm_memory.h

2009-08-09 Thread Jaswinder Singh Rajput
fix the following 'make includecheck' warning: include/drm/drm_memory.h: linux/vmalloc.h is included more than once. Signed-off-by: Jaswinder Singh Rajput --- include/drm/drm_memory.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/drm/drm_

[PATCH 36/44] includecheck fix: include/drm, drm_memory.h

2009-07-08 Thread Jaswinder Singh Rajput
fix the following 'make includecheck' warning: include/drm/drm_memory.h: linux/vmalloc.h is included more than once. Signed-off-by: Jaswinder Singh Rajput --- include/drm/drm_memory.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/drm/drm_memory.h

Re: [PATCH 2/2 -tip] drm/i915: intel_lvds.c fix section mismatch warning

2009-06-01 Thread Jaswinder Singh Rajput
On Mon, 2009-06-01 at 11:53 +0100, Jesse Barnes wrote: > On Fri, 29 May 2009 19:58:36 +0530 > Jaswinder Singh Rajput wrote: > > > Hi Andrew, > > > > On Fri, 2009-05-29 at 09:34 -0400, Jarod Wilson wrote: > > > On Friday 29 May 2009 02:16:35 Jaswinder Singh

Re: [PATCH 2/2 -tip] drm/i915: intel_lvds.c fix section mismatch warning

2009-05-29 Thread Jaswinder Singh Rajput
Hi Andrew, On Fri, 2009-05-29 at 09:34 -0400, Jarod Wilson wrote: > On Friday 29 May 2009 02:16:35 Jaswinder Singh Rajput wrote: > > I am not sure where this patch should go. > > > > So I am also mailing to Andrew and Dave, it they find this useful then > > they can a

Re: [REPOST][TRIVIAL][PATCH 1/1] Fix various section mismatches in 2.6.30-rc7

2009-05-29 Thread Jaswinder Singh Rajput
Hi Pranith, On Fri, 2009-05-29 at 12:54 +0530, Pranith Kumar wrote: > Hello, > > Fix the following section mismatches reported by > > $make CONFIG_DEBUG_SECTION_MISMATCH=y > > For the first warning, intel_lvds_init might get called after module > has been loaded, > intel_no_lvds shouldn't be ma

Re: [PATCH 2/2 -tip] drm/i915: intel_lvds.c fix section mismatch warning

2009-05-29 Thread Jaswinder Singh Rajput
On Thu, 2009-05-28 at 11:00 -0400, Jarod Wilson wrote: > On Wednesday 20 May 2009 02:27:35 Jaswinder Singh Rajput wrote: > > > > intel_no_lvds[] does not require __initdata as it is used only by : > > > > void intel_lvds_init(struct drm_device *dev) > > &

Re: [PATCH] radeon_cp: use request_firmware

2009-04-13 Thread Jaswinder Singh Rajput
On Mon, 2009-04-13 at 19:26 +0100, Ben Hutchings wrote: > Please use for all mail related to my work on > firmware separation, which has nothing to do with my employment. > > On Mon, 2009-04-13 at 21:57 +0530, Jaswinder Singh Rajput wrote: > > Moved datah before datal because

Re: [PATCH 2/3] drivers/gpu/drm: fix sparse warnings: unexport symbols

2009-01-18 Thread Jaswinder Singh Rajput
On Sun, 2009-01-18 at 16:28 +0100, Hannes Eder wrote: > Fix this sparse warnings: > > drivers/gpu/drm/drm_crtc_helper.c:137:6: warning: symbol > 'drm_helper_probe_connector_modes' was not declared. Should it be static? > drivers/gpu/drm/drm_modes.c:360:6: warning: symbol > 'drm_mode_validate

Re: [PATCH 2/3] drivers/gpu/drm: fix sparse warnings: unexport symbols

2009-01-18 Thread Jaswinder Singh Rajput
On Sun, 2009-01-18 at 17:04 +0100, Hannes Eder wrote: > >> /** > >> diff --git a/drivers/gpu/drm/drm_modes.c b/drivers/gpu/drm/drm_modes.c > >> index 7c36f16..c0cfe39 100644 > >> --- a/drivers/gpu/drm/drm_modes.c > >> +++ b/drivers/gpu/drm/drm_modes.c > >> @@ -357,9 +357,9 @@ EXPORT_SYMBOL(drm_mod

Re: [PATCH] radeon_cp: use request_firmware

2008-12-29 Thread Jaswinder Singh Rajput
Hello Ben, Dave, On Tue, Dec 23, 2008 at 8:23 PM, Ben Hutchings wrote: > I had to revise Jaswinder's patch as it allowed a double-free. I'm > attaching the version I've tested (which is against v2.6.26 so the paths > are different). That was tested on a Radeon Mobility 7500 (R100 if I > remembe

Re: [PATCH] radeon_cp: use request_firmware

2008-12-22 Thread Jaswinder Singh
tories from people using this patch. > Is Debian shipping it? > I have tested this patch with ATI Radeon 9200SE on Intel machine. It uses R200 microcode and works great on my machine. For further testing can I update this patch for git kernel.org:/pub/scm/linux/kernel/gi

Re: [PATCH] radeon_cp: use request_firmware

2008-12-20 Thread Jaswinder Singh
Hello all, On Thu, Aug 7, 2008 at 1:21 PM, Jaswinder Singh wrote: > Moved datah before datal because datah is required before datal. > > Firmware blob looks like this... >__be32 datah >__be32 datal > > Signed-off-by: Jaswinder Singh > --- > drivers

Re: [PATCH] radeon_cp: use request_firmware

2008-08-07 Thread Jaswinder Singh
radeon/RS600_cp.bin radeon/RS690_cp.bin \ radeon/R520_cp.bin I think you forget to write radeon before R100_cp.bin And you can collect my updated patch from : http://git.infradead.org/users/jaswinder/firm-jsr-2.6.git Thank you, Jaswinder Singh. --