diff options
author | Dave Airlie <airlied@redhat.com> | 2015-02-11 06:33:02 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-02-11 06:33:02 +0100 |
commit | ae6d57d12ab3bc833a1a9ca252cc49280713181b (patch) | |
tree | 110434c4eb0720ab6e20b563c13309415cec20ca /include/uapi | |
parent | Merge tag 'drm-amdkfd-next-fixes-2015-02-03' of git://people.freedesktop.org/... (diff) | |
parent | drm: Use static attribute groups for managing connector sysfs entries (diff) | |
download | linux-ae6d57d12ab3bc833a1a9ca252cc49280713181b.tar.xz linux-ae6d57d12ab3bc833a1a9ca252cc49280713181b.zip |
Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-intel into drm-next
Flushing out my drm-misc queue with a few oddball things all over.
* tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-intel:
drm: Use static attribute groups for managing connector sysfs entries
drm: remove DRM_FORMAT_NV12MT
drm/modes: Print the mode status in human readable form
drm/irq: Don't disable vblank interrupts when already disabled
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/drm/drm_fourcc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/uapi/drm/drm_fourcc.h b/include/uapi/drm/drm_fourcc.h index 646ae5f39f42..a284f11a8ef5 100644 --- a/include/uapi/drm/drm_fourcc.h +++ b/include/uapi/drm/drm_fourcc.h @@ -109,9 +109,6 @@ #define DRM_FORMAT_NV24 fourcc_code('N', 'V', '2', '4') /* non-subsampled Cr:Cb plane */ #define DRM_FORMAT_NV42 fourcc_code('N', 'V', '4', '2') /* non-subsampled Cb:Cr plane */ -/* special NV12 tiled format */ -#define DRM_FORMAT_NV12MT fourcc_code('T', 'M', '1', '2') /* 2x2 subsampled Cr:Cb plane 64x32 macroblocks */ - /* * 3 plane YCbCr * index 0: Y plane, [7:0] Y |