All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] v2: s3c-fb panning and vsync support
@ 2009-09-03 12:44 ` Pawel Osciak
  0 siblings, 0 replies; 4+ messages in thread
From: Pawel Osciak @ 2009-09-03 12:44 UTC (permalink / raw)
  To: linux-arm-kernel, linux-fbdev-devel
  Cc: Pawel Osciak, 박경민,
	ben-linux, adaplas, Marek Szyprowski

Hello,

this is the second version of my previous patchset, corrected after your feedback (thank you).

[v2]:

In the panning patch:
* panning is done per-byte (the unit used in VIDW_BUF_START) and has been tested for different
bpps, including bpp < 8

* introduced the PRTCON register, which basically disables in-hardware updates from
shadow registers for VIDW_BUF_START/END (and a couple of others):
- shadow registers are updated on vsync (in hw)
- the update will not occur if PRTCON protection is enabled
This way we are safe when updating them at any time, even though they are separate.

In VSYNC patch:
* removed open() and release() functions as suggested (they were to disable interrupts at
release(), but this is already being taken care of in the isr)


The series contains:

[PATCH v2 1/3] [ARM] s3c-fb: Corrected defines for framesel1 register.
[PATCH v2 2/3] [ARM] s3c-fb: Added support for panning the display in both directions.
[PATCH v2 3/3] [ARM] s3c-fb: Added wait for VSYNC support.


Best regards
--
Pawel Osciak
Linux Platform Group
Samsung Poland R&D Center

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 0/3] v2: s3c-fb panning and vsync support
@ 2009-09-03 12:44 ` Pawel Osciak
  0 siblings, 0 replies; 4+ messages in thread
From: Pawel Osciak @ 2009-09-03 12:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

this is the second version of my previous patchset, corrected after your feedback (thank you).

[v2]:

In the panning patch:
* panning is done per-byte (the unit used in VIDW_BUF_START) and has been tested for different
bpps, including bpp < 8

* introduced the PRTCON register, which basically disables in-hardware updates from
shadow registers for VIDW_BUF_START/END (and a couple of others):
- shadow registers are updated on vsync (in hw)
- the update will not occur if PRTCON protection is enabled
This way we are safe when updating them@any time, even though they are separate.

In VSYNC patch:
* removed open() and release() functions as suggested (they were to disable interrupts at
release(), but this is already being taken care of in the isr)


The series contains:

[PATCH v2 1/3] [ARM] s3c-fb: Corrected defines for framesel1 register.
[PATCH v2 2/3] [ARM] s3c-fb: Added support for panning the display in both directions.
[PATCH v2 3/3] [ARM] s3c-fb: Added wait for VSYNC support.


Best regards
--
Pawel Osciak
Linux Platform Group
Samsung Poland R&D Center

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH v2 0/3] v2: s3c-fb panning and vsync support
  2009-09-03 12:44 ` Pawel Osciak
@ 2009-09-29 11:45   ` Pawel Osciak
  -1 siblings, 0 replies; 4+ messages in thread
From: Pawel Osciak @ 2009-09-29 11:45 UTC (permalink / raw)
  To: linux-arm-kernel, linux-fbdev-devel
  Cc: Pawel Osciak, '박경민',
	ben-linux, adaplas, Marek Szyprowski

Hello,

>this is the second version of my previous patchset, corrected after your feedback (thank you).
[...]
>The series contains:
>
>[PATCH v2 1/3] [ARM] s3c-fb: Corrected defines for framesel1 register.
>[PATCH v2 2/3] [ARM] s3c-fb: Added support for panning the display in both directions.
>[PATCH v2 3/3] [ARM] s3c-fb: Added wait for VSYNC support.

may I ask for comments on this patchset (and possibly the later one)?
Is it suitable for merging? What could I do for it to be merged?

Thank you and best regards,
--
Pawel Osciak
Linux Platform Group
Samsung Poland R&D Center

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 0/3] v2: s3c-fb panning and vsync support
@ 2009-09-29 11:45   ` Pawel Osciak
  0 siblings, 0 replies; 4+ messages in thread
From: Pawel Osciak @ 2009-09-29 11:45 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

>this is the second version of my previous patchset, corrected after your feedback (thank you).
[...]
>The series contains:
>
>[PATCH v2 1/3] [ARM] s3c-fb: Corrected defines for framesel1 register.
>[PATCH v2 2/3] [ARM] s3c-fb: Added support for panning the display in both directions.
>[PATCH v2 3/3] [ARM] s3c-fb: Added wait for VSYNC support.

may I ask for comments on this patchset (and possibly the later one)?
Is it suitable for merging? What could I do for it to be merged?

Thank you and best regards,
--
Pawel Osciak
Linux Platform Group
Samsung Poland R&D Center

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-09-29 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-03 12:44 [PATCH v2 0/3] v2: s3c-fb panning and vsync support Pawel Osciak
2009-09-03 12:44 ` Pawel Osciak
2009-09-29 11:45 ` Pawel Osciak
2009-09-29 11:45   ` Pawel Osciak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.