All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Help on drmModeSetPlane
@ 2015-04-15  8:52 Xie, William
  2015-06-04  4:59 ` Xie, William
  0 siblings, 1 reply; 12+ messages in thread
From: Xie, William @ 2015-04-15  8:52 UTC (permalink / raw)
  To: DRI Development


[-- Attachment #1.1: Type: text/plain, Size: 1376 bytes --]

I tried crtc (0, 0, 3200, 1800)  src (0, 0, 3200<<16, 1800<<16)
but get a crash,

How can I enable scaling on overlay for video frame?

William
From: Xie, William
Sent: Wednesday, April 15, 2015 4:49 PM
To: DRI Development; DRI Development
Subject: RE: Help on drmModeSetPlane

To make it more specific,

For example:
1: video frame size is 1280x720,
2: screen resolution is 3200x1800,

How can I set crtc and src parameters?

1: crtc (0, 0, 3200, 1800)  src (0, 0, 3200<<16, 1800<<16)
2: crtc (0, 0, 3200, 1800)  src (0, 0, 1280<<16, 720<<16)

Which one is correct?

William

From: Xie, William
Sent: Wednesday, April 15, 2015 3:55 PM
To: DRI Development; DRI Development
Subject: Help on drmModeSetPlane

Question please, could someone share the meaning of the parameters for drmModeSetPlane in libdrm?

int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id,
                                    uint32_t fb_id, uint32_t flags,
                                    int32_t crtc_x, int32_t crtc_y,
                                    uint32_t crtc_w, uint32_t crtc_h,
                                    uint32_t src_x, uint32_t src_y,
                                    uint32_t src_w, uint32_t src_h)


My problem is, whatever value I set, the video is not full screen mode,
Anything I missed?

Thanks
William





[-- Attachment #1.2: Type: text/html, Size: 8037 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: Help on drmModeSetPlane
@ 2015-04-15  8:49 Xie, William
  2015-04-15 11:22 ` Ville Syrjälä
  0 siblings, 1 reply; 12+ messages in thread
From: Xie, William @ 2015-04-15  8:49 UTC (permalink / raw)
  To: DRI Development


[-- Attachment #1.1: Type: text/plain, Size: 1087 bytes --]

To make it more specific,

For example:
1: video frame size is 1280x720,
2: screen resolution is 3200x1800,

How can I set crtc and src parameters?

1: crtc (0, 0, 3200, 1800)  src (0, 0, 3200<<16, 1800<<16)
2: crtc (0, 0, 3200, 1800)  src (0, 0, 1280<<16, 720<<16)

Which one is correct?

William

From: Xie, William
Sent: Wednesday, April 15, 2015 3:55 PM
To: DRI Development; DRI Development
Subject: Help on drmModeSetPlane

Question please, could someone share the meaning of the parameters for drmModeSetPlane in libdrm?

int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id,
                                    uint32_t fb_id, uint32_t flags,
                                    int32_t crtc_x, int32_t crtc_y,
                                    uint32_t crtc_w, uint32_t crtc_h,
                                    uint32_t src_x, uint32_t src_y,
                                    uint32_t src_w, uint32_t src_h)


My problem is, whatever value I set, the video is not full screen mode,
Anything I missed?

Thanks
William





[-- Attachment #1.2: Type: text/html, Size: 6382 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Help on drmModeSetPlane
@ 2015-04-15  7:56 Xie, William
  0 siblings, 0 replies; 12+ messages in thread
From: Xie, William @ 2015-04-15  7:56 UTC (permalink / raw)
  To: DRI Development


[-- Attachment #1.1: Type: text/plain, Size: 638 bytes --]

Question please, could someone share the meaning of the parameters for drmModeSetPlane in libdrm?

int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id,
                                    uint32_t fb_id, uint32_t flags,
                                    int32_t crtc_x, int32_t crtc_y,
                                    uint32_t crtc_w, uint32_t crtc_h,
                                    uint32_t src_x, uint32_t src_y,
                                    uint32_t src_w, uint32_t src_h)


My problem is, whatever value I set, the video is not full screen mode,
Anything I missed?

Thanks
William





[-- Attachment #1.2: Type: text/html, Size: 4185 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-06-05 17:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-15  8:52 Help on drmModeSetPlane Xie, William
2015-06-04  4:59 ` Xie, William
2015-06-05 17:19   ` Matt Roper
  -- strict thread matches above, loose matches on Subject: below --
2015-04-15  8:49 Xie, William
2015-04-15 11:22 ` Ville Syrjälä
2015-04-15 14:24   ` Xie, William
2015-04-15 14:33     ` Ville Syrjälä
2015-04-17  9:30       ` Xie, William
2015-04-17 10:07         ` Ville Syrjälä
2015-04-27  9:37           ` Xie, William
2015-04-27 12:48             ` Ville Syrjälä
2015-04-15  7:56 Xie, William

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.