Re: [RFC] Standardize YUV support in the fbdev API

2011-05-17 Thread Felipe Contreras
and submit patches. I also would prefer the third solution. I don't think there's much difference from the user-space point of view, and a new ioctl would be cleaner. Also the v4l2 fourcc's should do. Cheers. -- Felipe Contreras ___ dri-devel mailing list

Re: Proposal for a low-level Linux display framework

2011-09-17 Thread Felipe Contreras
the overlays from user-space, configure some YUV format, do vsink, and multipages just fine: https://github.com/felipec/gst-omapfb/blob/master/omapfb.c It's perfect to render video clips. Of course, it would be even better if those custom interfaces were merged into the fb API. -- Felipe Contreras

Re: [PATCH] drm/omap: avoid aquiring mutex in atomic context (v2)

2012-01-01 Thread Felipe Contreras
page **pages; -- Cheers. -- Felipe Contreras ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH 1/2] omap2+: add drm device

2012-01-13 Thread Felipe Contreras
:= common.o sram.o clock.o devices.o dma.o mux.o \ -        usb.o fb.o counter_32k.o +        usb.o fb.o counter_32k.o drm.o Should be something like this: obj-$(CONFIG_DRM_OMAP) += drm.o No? -- Felipe Contreras ___ dri-devel mailing list dri-devel

Re: [PATCH 1/2] omap2+: add drm device

2012-01-16 Thread Felipe Contreras
On Fri, Jan 13, 2012 at 11:19 PM, Rob Clark rob.cl...@linaro.org wrote: On Fri, Jan 13, 2012 at 2:59 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Fri, Jan 13, 2012 at 10:41 PM, Rob Clark rob.cl...@linaro.org wrote: diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap

Re: [PATCH 1/2] omap2+: add drm device

2012-01-16 Thread Felipe Contreras
On Mon, Jan 16, 2012 at 6:37 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 8:12 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Fri, Jan 13, 2012 at 11:19 PM, Rob Clark rob.cl...@linaro.org wrote: On Fri, Jan 13, 2012 at 2:59 PM, Felipe Contreras felipe.contre

Re: [PATCH 1/2] omap2+: add drm device

2012-01-16 Thread Felipe Contreras
On Mon, Jan 16, 2012 at 7:01 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 10:59 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Jan 16, 2012 at 6:37 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 8:12 AM, Felipe Contreras felipe.contre

Re: [PATCH 1/2] omap2+: add drm device

2012-01-24 Thread Felipe Contreras
On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Jan 16, 2012 at 7:01 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 10:59 AM, Felipe Contreras felipe.contre

Re: [PATCH 1/2] omap2+: add drm device

2012-01-24 Thread Felipe Contreras
On Tue, Jan 24, 2012 at 5:54 PM, Rob Clark rob.cl...@linaro.org wrote: On Tue, Jan 24, 2012 at 9:33 AM, Felipe Contreras felipe.contre...@gmail.com wrote: On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark rob.cl...@linaro.org wrote: On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras felipe.contre

Re: [PATCH 0/3] Fix backlight issues on some Windows 8 systems

2013-07-17 Thread Felipe Contreras
break user-space, isn't it? Please keep me on CC: on replies, I'm not subscribed to the various lists. You don't need to ask that in mailing lists that don't have reply-to munged (sane ones), and vger ones don't. Cheers. -- Felipe Contreras ___ dri

Re: [Update][PATCH 0/3] Fix backlight issues on some Windows 8 systems

2013-07-20 Thread Felipe Contreras
backlight with Windows8 OSI disabled, until the intel backlight driver is fixed. My patch does that: http://article.gmane.org/gmane.linux.acpi.devel/60969 -- Felipe Contreras ___ dri-devel mailing list dri-devel@lists.freedesktop.org http

Re: i915 backlight

2013-08-02 Thread Felipe Contreras
we need to blacklist a ton of machines so they boot without this OSI. In fact, in might make sense to simply remove the OSI completely for all machines (for now). -- Felipe Contreras ___ dri-devel mailing list dri-devel@lists.freedesktop.org http

Re: i915 backlight

2013-08-02 Thread Felipe Contreras
On Fri, Aug 2, 2013 at 9:03 AM, Rafael J. Wysocki r...@sisk.pl wrote: On Friday, August 02, 2013 01:48:37 AM Felipe Contreras wrote: On Fri, Aug 2, 2013 at 1:25 AM, Josep Lladonosa jllad...@gmail.com wrote: Hello, I am using a Lenovo Edge E530 and, with kernel 3.11.0-rc3, I had to change

Re: i915 backlight

2013-08-02 Thread Felipe Contreras
(by increasing), as if it didn't remember previous value to standby mode. This was something that before didn't happen. You mean with acpi_osi=!Windows 2012? And when you say before, what do you mean? -- Felipe Contreras ___ dri-devel mailing list dri

Re: i915 backlight

2013-08-02 Thread Felipe Contreras
with acpi_osi=!Windows 2012. Please do. -- Felipe Contreras ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: i915 backlight

2013-08-02 Thread Felipe Contreras
On Fri, Aug 2, 2013 at 6:35 PM, Rafael J. Wysocki r...@sisk.pl wrote: On Friday, August 02, 2013 01:58:55 PM Felipe Contreras wrote: On Fri, Aug 2, 2013 at 9:03 AM, Rafael J. Wysocki r...@sisk.pl wrote: On Friday, August 02, 2013 01:48:37 AM Felipe Contreras wrote: I think it's pretty

i915 backlight

2013-08-02 Thread Felipe Contreras
On Fri, Aug 2, 2013 at 9:03 AM, Rafael J. Wysocki wrote: > On Friday, August 02, 2013 01:48:37 AM Felipe Contreras wrote: >> On Fri, Aug 2, 2013 at 1:25 AM, Josep Lladonosa >> wrote: >> > Hello, >> > >> > I am using a Lenovo Edge E530 and, wi

i915 backlight

2013-08-02 Thread Felipe Contreras
y increasing), as if it didn't remember previous value to > standby mode. > > This was something that before didn't happen. You mean with acpi_osi="!Windows 2012"? And when you say "before", what do you mean? -- Felipe Contreras

i915 backlight

2013-08-02 Thread Felipe Contreras
checked this issue with acpi_osi="!Windows 2012". Please do. -- Felipe Contreras

i915 backlight

2013-08-02 Thread Felipe Contreras
On Fri, Aug 2, 2013 at 6:35 PM, Rafael J. Wysocki wrote: > On Friday, August 02, 2013 01:58:55 PM Felipe Contreras wrote: >> On Fri, Aug 2, 2013 at 9:03 AM, Rafael J. Wysocki wrote: >> > On Friday, August 02, 2013 01:48:37 AM Felipe Contreras wrote: >> >&g

[PATCH 0/3] Fix backlight issues on some Windows 8 systems

2013-07-17 Thread Felipe Contreras
devel/60969 > So can the previous behavior be actually restored? It *should*. The #1 rule of the Linux kernel is to never ever break user-space, isn't it? > Please keep me on CC: on replies, I'm not subscribed to the various > lists. You don't need to ask that in mailing lists that don't have reply-to munged (sane ones), and vger ones don't. Cheers. -- Felipe Contreras

[Update][PATCH 0/3] Fix backlight issues on some Windows 8 systems

2013-07-20 Thread Felipe Contreras
light=vendor, and the intel backlight driver doesn't work correctly in this machine. If you are actually serious about the mantra of "no user-space regressions", then for this machine at least, you need to use the ACPI backlight with Windows8 OSI disabled, until the intel backlight driver is fixed. My patch does that: http://article.gmane.org/gmane.linux.acpi.devel/60969 -- Felipe Contreras

Proposal for a low-level Linux display framework

2011-09-17 Thread Felipe Contreras
pfb it's possible to use the overlays from user-space, configure some YUV format, do vsink, and multipages just fine: https://github.com/felipec/gst-omapfb/blob/master/omapfb.c It's perfect to render video clips. Of course, it would be even better if those custom interfaces were merged into the fb API. -- Felipe Contreras

[PATCH] drm/omap: avoid aquiring mutex in atomic context (v2)

2012-01-01 Thread Felipe Contreras
gt; ? ? ? ?/* if we aren't mapped yet, we don't need to do anything */ > ? ? ? ?if (omap_obj->block) { > ? ? ? ? ? ? ? ?struct page **pages; > -- Cheers. -- Felipe Contreras

[PATCH 1/2] omap2+: add drm device

2012-01-13 Thread Felipe Contreras
obj-y := common.o sram.o clock.o devices.o dma.o mux.o \ > - ? ? ? ?usb.o fb.o counter_32k.o > + ? ? ? ?usb.o fb.o counter_32k.o drm.o Should be something like this: obj-$(CONFIG_DRM_OMAP) += drm.o No? -- Felipe Contreras

[PATCH 1/2] omap2+: add drm device

2012-01-16 Thread Felipe Contreras
On Fri, Jan 13, 2012 at 11:19 PM, Rob Clark wrote: > On Fri, Jan 13, 2012 at 2:59 PM, Felipe Contreras > wrote: >> On Fri, Jan 13, 2012 at 10:41 PM, Rob Clark wrote: >>> diff --git a/arch/arm/plat-omap/Makefile b/arch/arm/plat-omap/Makefile >>> index 9a58461..b86

[PATCH 1/2] omap2+: add drm device

2012-01-16 Thread Felipe Contreras
On Mon, Jan 16, 2012 at 6:37 PM, Rob Clark wrote: > On Mon, Jan 16, 2012 at 8:12 AM, Felipe Contreras > wrote: >> On Fri, Jan 13, 2012 at 11:19 PM, Rob Clark wrote: >>> On Fri, Jan 13, 2012 at 2:59 PM, Felipe Contreras >>> wrote: >>>> On Fri, Jan 13

[PATCH 1/2] omap2+: add drm device

2012-01-16 Thread Felipe Contreras
On Mon, Jan 16, 2012 at 7:01 PM, Rob Clark wrote: > On Mon, Jan 16, 2012 at 10:59 AM, Felipe Contreras > wrote: >> On Mon, Jan 16, 2012 at 6:37 PM, Rob Clark wrote: >>> On Mon, Jan 16, 2012 at 8:12 AM, Felipe Contreras >>> wrote: >>>> On Fri, Jan 13

[PATCH 1/2] omap2+: add drm device

2012-01-24 Thread Felipe Contreras
On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark wrote: > On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras > wrote: >> On Mon, Jan 16, 2012 at 7:01 PM, Rob Clark wrote: >>> On Mon, Jan 16, 2012 at 10:59 AM, Felipe Contreras >>> wrote: >>>&g

[PATCH 1/2] omap2+: add drm device

2012-01-25 Thread Felipe Contreras
On Tue, Jan 24, 2012 at 5:54 PM, Rob Clark wrote: > On Tue, Jan 24, 2012 at 9:33 AM, Felipe Contreras > wrote: >> On Mon, Jan 16, 2012 at 11:24 PM, Rob Clark wrote: >>> On Mon, Jan 16, 2012 at 2:37 PM, Felipe Contreras >>> wrote: >>>> On Mon,