powerpc/powernv: Report size of OPAL memcons log
[linux/fpc-iii.git] / Documentation / media / uapi / dvb / video-set-display-format.rst
blob2ef7401781be0b3742e91e685e24168eb552535c
1 .. -*- coding: utf-8; mode: rst -*-
3 .. _VIDEO_SET_DISPLAY_FORMAT:
5 ========================
6 VIDEO_SET_DISPLAY_FORMAT
7 ========================
9 Name
10 ----
12 VIDEO_SET_DISPLAY_FORMAT
14 .. attention:: This ioctl is deprecated.
16 Synopsis
17 --------
19 .. c:function:: int ioctl(fd, VIDEO_SET_DISPLAY_FORMAT)
20     :name: VIDEO_SET_DISPLAY_FORMAT
23 Arguments
24 ---------
26 .. flat-table::
27     :header-rows:  0
28     :stub-columns: 0
31     -  .. row 1
33        -  int fd
35        -  File descriptor returned by a previous call to open().
37     -  .. row 2
39        -  int request
41        -  Equals VIDEO_SET_DISPLAY_FORMAT for this command.
43     -  .. row 3
45        -  video_display_format_t format
47        -  Selects the video format to be used.
50 Description
51 -----------
53 This ioctl call asks the Video Device to select the video format to be
54 applied by the MPEG chip on the video.
57 Return Value
58 ------------
60 On success 0 is returned, on error -1 and the ``errno`` variable is set
61 appropriately. The generic error codes are described at the
62 :ref:`Generic Error Codes <gen-errors>` chapter.