RE: [PATCH 3/5] drm/ttm: remove the backing store if no placement is given

2018-03-26 Thread He, Roger
Acked-by: Roger He -Original Message- From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf Of Christian K?nig Sent: Sunday, March 25, 2018 6:58 PM To: linaro-mm-...@lists.linaro.org; linux-media@vger.kernel.org; dri-de...@lists.freedesktop.org; amd

RE: [PATCH 2/5] drm/ttm: keep a reference to transfer pipelined BOs

2018-03-26 Thread He, Roger
Reviewed-by: Roger He -Original Message- From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf Of Christian K?nig Sent: Friday, March 16, 2018 9:21 PM To: linaro-mm-...@lists.linaro.org; linux-media@vger.kernel.org; dri-de...@lists.freedesktop.org; amd

Re: [PATCH v2 15/21] xen-blkfront: Make use of the new sg_map helper function

2017-04-26 Thread Roger Pau Monné
c: Boris Ostrovsky > Cc: Juergen Gross > Cc: Konrad Rzeszutek Wilk > Cc: "Roger Pau Monné" > --- > drivers/block/xen-blkfront.c | 20 +++- > 1 file changed, 11 insertions(+), 9 deletions(-) > > diff --git a/drivers/block/xen-blkfront.c b/d

Re: [PATCH] Add Terratec H7 Revision 4 to DVBSky driver

2015-10-01 Thread Roger Mårtensson
Den 2015-10-01 kl. 23:01, skrev Roger Mårtensson: Den 2015-09-19 kl. 19:30, skrev Erik Andresen: Adds Terratec H7 Rev. 4 with USB id 0ccd:10a5 to DVBSky driver. I have tested this on a Custom Linux 4.2 kernel and it is working as expected. Noticed a few things. 1) "Supported:&q

Re: [PATCH] Add Terratec H7 Revision 4 to DVBSky driver

2015-10-01 Thread Roger Mårtensson
Den 2015-09-19 kl. 19:30, skrev Erik Andresen: Adds Terratec H7 Rev. 4 with USB id 0ccd:10a5 to DVBSky driver. I have tested this on a Custom Linux 4.2 kernel and it is working as expected. Noticed a few things. 1) "Supported:" on ir-keytable doesn't show anything. 1b) Setting RC-5 with ir-k

Re: Terratec H7 Rev. 4 is DVBSky

2015-10-01 Thread Roger Mårtensson
Den 2015-09-20 kl. 11:05, skrev Erik Andresen: Hi Roger, I'm not able to enable any protocols. Nothing happens when running ir-keytable with "-p rc-5". Nothing shows in the row "Enabled protocols" and nothing happens when testing with "ir-keytable -t".

Re: Terratec H7 Rev. 4 is DVBSky

2015-09-19 Thread Roger Mårtensson
Den 2015-09-19 kl. 23:39, skrev Roger Mårtensson: Den 2015-09-11 kl. 17:04, skrev Erik Andresen: Hi, I recently got a Terratec H7 in Revision 4 and turned out that it is not just a new revision, but a new product with USB ProductID 0x10a5. Previous revisions have been AZ6007, but this revision

Re: Terratec H7 Rev. 4 is DVBSky

2015-09-19 Thread Roger Mårtensson
Den 2015-09-11 kl. 17:04, skrev Erik Andresen: Hi, I recently got a Terratec H7 in Revision 4 and turned out that it is not just a new revision, but a new product with USB ProductID 0x10a5. Previous revisions have been AZ6007, but this revision does not work with this driver [1]. Output of lsus

Re: [linux-dvb] DVB-S2 scanning

2015-02-20 Thread Roger
Test DVB Signal Strength" for dvbv5-scan information. -- Roger http://rogerx.freeshell.org/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Terratec H7 aka az6007 with CI

2012-08-30 Thread Roger Mårtensson
Antti Palosaari skrev 2012-08-27 12:03: On 08/26/2012 10:52 PM, Roger Mårtensson wrote: The pattern are: * Open up device / Start Kaffeine * Tune to encrypted channel / Choose channel in Kaffeine * Close Device / Close Kaffeine * Open device / Start Kaffeine * Watch channel The exact procedure

Terratec H7 aka az6007 with CI

2012-08-26 Thread Roger Mårtensson
Hello! Just a reminder that az6007 with CI still isn't working 100% with Kaffeine. But since I use my device with MythTV that uses the same usage pattern as my workaround for Kaffeine it works like a charm. The pattern are: * Open up device / Start Kaffeine * Tune to encrypted channel / Choose

Re: [PATCH 0/3] Some additional az6007 cleanup patches

2012-08-06 Thread Roger Mårtensson
Mauro Carvalho Chehab skrev 2012-08-05 19:44: Those are mostly cleanup patches. With regards to suspend/resume, this is not working properly yet. I suspect that it is due to the lack of dvb-usb-v2 support for reset_resume. So, document it. Mauro Carvalho Chehab (3): [media] az6007: rename "st

Re: Terratec H7(az6007), CI support and Kaffeine

2012-05-19 Thread Roger Mårtensson
Antti Palosaari skrev 2012-03-18 17:54: > On 18.03.2012 16:49, Roger Mårtensson wrote: >> >> My problem is as follows: >> When viewing encrypted channels I can watch without problem. >> When I change to another encrypted channel inside kaffeine nothing >> happen

media_build compile errors

2012-04-13 Thread Roger Mårtensson
Hi! I get compile errors when trying to build media_build as of 2012-04-13. /home/mythfrontend/media_build/v4l/ivtv-fileops.c: In function 'ivtv_v4l2_enc_poll': /home/mythfrontend/media_build/v4l/ivtv-fileops.c:751:2: error: implicit declaration of function 'poll_requested_events' [-Werror=im

Terratec H7(az6007), CI support and Kaffeine

2012-03-18 Thread Roger Mårtensson
Hello! This mail is a small request to see if anyone else except me that has problem with viewing encrypted channels. My problem is as follows: When viewing encrypted channels I can watch without problem. When I change to another encrypted channel inside kaffeine nothing happens. The EPG tell

Re: [PATCH] Add CI support to az6007 driver

2012-03-15 Thread Roger Mårtensson
Jose Alberto Reguero skrev 2012-03-15 13:29: On Miércoles, 14 de marzo de 2012 18:45:24 Roger Mårtensson escribió: So the drivers is doing something except I don't get anything in kaffeine until I restart the application. Now and then I even have to restart kaffeine twice. Same as above..

Re: [PATCH] Add CI support to az6007 driver

2012-03-14 Thread Roger Mårtensson
Hello! Sorry for the top post but this is just to check with you if you have experienced the same problem that I have. See below with some additional comments. Roger Mårtensson skrev 2012-03-07 20:21: Jose Alberto Reguero skrev 2012-03-06 00:23: On Lunes, 5 de marzo de 2012 21:42:48 Roger

Re: [PATCH] Add CI support to az6007 driver

2012-03-07 Thread Roger Mårtensson
Jose Alberto Reguero skrev 2012-03-06 00:23: On Lunes, 5 de marzo de 2012 21:42:48 Roger Mårtensson escribió: No. I tested the patch with DVB-T an watch encrypted channels with vdr without problems. I don't know why you can't. I don't know gnutv. Try with other software if you

Re: [PATCH] Add CI support to az6007 driver

2012-03-05 Thread Roger Mårtensson
Jose Alberto Reguero skrev 2012-03-05 00:22: This patch add CI support to az6007 driver. Signed-off-by: Jose Alberto Reguero Since I have this device and have access to a CAM-card and program card to access the encrypted channels(DVB-C) I thought I should try this patch and report my finding

Terratec H7

2012-03-04 Thread Roger Mårtensson
Hi! I noticed that support for Terratec H7 arrived not long ago. Thank you very much. It works very well in kaffeine and gnutv(the only applications tested at the moment). I have tried it with DVB-C without any problems as long as I choose unencrypted channels. I haven't tried DVB-T but I gu

Re: [PATCH 00/35] Add a driver for Terratec H7

2012-02-16 Thread Roger Mårtensson
Mauro Carvalho Chehab skrev 2012-01-21 17:04: Terratec H7 is a Cypress FX2 device with a mt2063 tuner and a drx-k demod. This series add support for it. It started with a public tree found at: http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz The driver were

Re: [PATCH 00/35] Add a driver for Terratec H7

2012-01-29 Thread Roger Mårtensson
Mauro Carvalho Chehab skrev 2012-01-21 17:04: Terratec H7 is a Cypress FX2 device with a mt2063 tuner and a drx-k demod. This series add support for it. It started with a public tree found at: http://linux.terratec.de/files/TERRATEC_H7/20110323_TERRATEC_H7_Linux.tar.gz I hope this dri

budget-av problem with inserted CAM (KNC1 DVB-C TDA10024)

2011-10-30 Thread Roger Mårtensson
Hello! (again) Am I the only one with a KNC1 DVB-C TDA10024(clone) card that is trying to use a CAM(smit)? Is there anyone else that have got this to work? In the code it says it's compatible with TDA10023 som the KNC1 DVB-C MK3 card should be identical? (It's identical in code anyway) Symto

Re: Stream degrades when going through CAM

2011-10-09 Thread Roger Mårtensson
Roger Mårtensson skrev 2011-10-08 12:32: Hej(Hello)! The hardware I got is a mystique DVB-C Card but it seems to a KNC1 TV-Station MK3 clone. 08:01.0 Multimedia controller [0480]: Philips Semiconductors SAA7146 [1131:7146] (rev 01) Subsystem: KNC One Device [1894:0028] Flags

Stream degrades when going through CAM

2011-10-08 Thread Roger Mårtensson
Hej(Hello)! I'm the one that posted about non responding CAM earlier. I got another CAM I had laying around to work but now it's different problems. With this SMIT Conax CAM(Earlier it was a Dilog Conax) I can decode but the resulting mpg-stream degrades fast to something unwatchable. The t

DVB CAM did not respond :(

2011-10-06 Thread Roger Martensson
Hello! I'm posting this in hope that someone with knowledge can respond with something that can help me. Mr google hasn't helped me that much. I bought myself a DVB-C with a CI interface in which I put a Conax CAM. The card is functioning since I can watch the not encrypted channels with Kaffein

Re: dvbscan output Channel Number into final stdout?

2011-09-30 Thread Roger
, what fun. Technically, should just output both, the channel_name and channel_num. ie. For my channel 2:1 here (using chicken scratch): -- KATN-DT:497028615:8VSB:49:52:3 ++ KATN-DT:2.1:497028615:8VSB:49:52:3 or ++ 2.1:KATN-DT:497028615:8VSB:49:52:3 -- Roger http://rogerx.freeshell.org/ -- To

Re: dvbscan output Channel Number into final stdout?

2011-09-30 Thread Roger
> On Fri, Sep 30, 2011 at 08:17:53AM +0100, tvboxspy wrote: >On Thu, 2011-09-29 at 14:44 -0800, Roger wrote: >> Can we get dvbscan to output the Channel Number into the final stdout >> somehow? >> >> A likely format would be something such as the following. >>

dvbscan output Channel Number into final stdout?

2011-09-29 Thread Roger
to keep channels updated and have a decent channels.conf I can use within mplayer/mencoder scripts for playback/recording. Currently, I have to go through and manually run mplayer on each station frequency to figure out which is 2.1 and which is 2.2, and so on. Or am I barking up

Re: s5h1411_readreg: readreg error (ret == -5)

2009-06-12 Thread Roger
or us and him at this point > > unknown checksums are used to derive even that information :( >From my brief research on the Internet, I didn't see any chip specs published for the s5h1411. :-/ -- Roger http://rogerx.freeshell.org -- To unsubscribe from this list: send the line &

Re: s5h1411_readreg: readreg error (ret == -5)

2009-06-12 Thread Roger
.. > > static const struct pvr2_device_desc pvr2_device_751xx = { > > .description = "WinTV HVR-1950 Model Category 751xx", > > ... > > .dvb_props = &pvr2_751xx_dvb_props, > > #endif And, just to verify the obvious: WinTV-HVR-1950 NTSC/ATSC/QAM 75111 LF R

Re: s5h1411_readreg: readreg error (ret == -5)

2009-06-11 Thread Roger
On Thu, 2009-06-11 at 13:48 -0500, Mike Isely wrote: > On Thu, 11 Jun 2009, Steven Toth wrote: > > > Mike Isely wrote: > > > On Sun, 7 Jun 2009, Roger wrote: > > > > > > > >From looking at "linux/drivers/media/dvb/frontends/s5h1411.c", The

s5h1411_readreg: readreg error (ret == -5)

2009-06-08 Thread Roger
x27;: device_unregister --- Snip --- What exactly does this mean? $ uname -a Linux localhost2.local 2.6.29-gentoo-r4Y #9 SMP PREEMPT Tue Jun 2 03:38:16 AKDT 2009 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux Using pvrusb2 module which requests firmware to initialize a Hauppauge HVR-1950 dev