History log of /external/libdrm/include/drm/drm_mode.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4f89f3cdc03c71acf0d146bc8c59a3bbf84ece47 14-Jul-2015 Sean Paul <seanpaul@chromium.org> libdrm: Add rotation property fields

From drm_crtc.h, for use with the plane "rotation" property

Change-Id: If708f3d9ed4ef62f687c056b1f309f668597736a
Signed-off-by: Sean Paul <seanpaul@chromium.org>
/external/libdrm/include/drm/drm_mode.h
30636ccbcc74ed0aa583e4ea385d78b6d789ae57 19-May-2015 Sean Paul <seanpaul@chromium.org> libdrm: Add create/destroy blob ioctls to drm headers

Signed-off-by: Sean Paul <seanpaul@chromium.org>
Change-Id: Ibb7e68ec1a6e6541709dec58645a63f22ca6f2c4
/external/libdrm/include/drm/drm_mode.h
0f45884ffc7a46dd4aef14ae6d227a10d8d24fd7 18-Dec-2014 Rob Clark <robclark@freedesktop.org> BACKPORT: fixup! libdrm: atomic mode set

(cherry picked from commit 6ddc823aeb1af0c70cdcd9b206aa45d1e5f394d7)
Signed-off-by: Sean Paul <seanpaul@chromium.org>
/external/libdrm/include/drm/drm_mode.h
ba5b0e9d9a3c894673b68b14cc82f53df32bbce8 18-May-2012 Ville Syrjälä <ville.syrjala@linux.intel.com> BACKPORT: libdrm: atomic mode set

(cherry picked from commit fb8403c23edb3e06c979115b7b0cce2ba5099aa2)
Signed-off-by: Sean Paul <seanpaul@chromium.org>
/external/libdrm/include/drm/drm_mode.h
566c3ce877a4be72697e15cdfc421ce965f7c37d 16-Dec-2014 Adam Cheney <acheney@nvidia.com> Add new DRM_MODE_CONNECTOR and _ENCODER defines

Update drm_mode.h defines from kernel upstream for connector and
encoder types to expose DSI and other newly defined types.

Signed-off-by: Adam Cheney <acheney@nvidia.com>
Signed-off-by: Rob Clark <robclark@freedesktop.org>
/external/libdrm/include/drm/drm_mode.h
fb4177046de19730a784c3c16e4b73aab0ec6e41 12-Oct-2013 Rob Clark <robclark@freedesktop.org> update signed/object prop types

Signed-off-by: Rob Clark <robclark@freedesktop.org>
/external/libdrm/include/drm/drm_mode.h
ebff7a1e2286781c6fc23e5ed9bcbf177603569c 21-Jul-2013 Keith Packard <keithp@keithp.com> Add DRM_MODE_PAGE_FLIP_ASYNC define

This exposes the kernel API for performing asynchronous flips

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
/external/libdrm/include/drm/drm_mode.h
edf5c7cde5e10067076cbf79c0cc5d71aa78d7e2 23-Aug-2013 Damien Lespiau <damien.lespiau@intel.com> drm: Synchronize the stereo 3D mode flags from the kernel headers

v2: stereo layouts are now an enum (Daniel Vetter)

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
/external/libdrm/include/drm/drm_mode.h
2e0ab6237697c9754d92689f77c1792c11be881b 02-Jul-2013 Dave Airlie <airlied@redhat.com> drm: add hotspot cursor interface support.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/libdrm/include/drm/drm_mode.h
7b228e900f59cda3cafb60692be9dd7aced6ad96 05-Jun-2012 Rob Clark <rob@ti.com> Add support for bitmask properties

A bitmask property is similar to an enum. The enum value is a bit
position (0-63), and valid property values consist of a mask of
zero or more of (1 << enum_val[n]).

Signed-off-by: Rob Clark <rob@ti.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
/external/libdrm/include/drm/drm_mode.h
8c75703df0fdf65b3851f8eb5822705638decff3 15-May-2012 Paulo Zanoni <paulo.r.zanoni@intel.com> Add support for generic object properties IOCTLs

New library calls:
- drmModeObjectGetProperties
- drmModeFreeObjectProperties
- drmModeObjectSetProperties

Reviewed-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Reviewed-by: Rob Clark <rob@ti.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
/external/libdrm/include/drm/drm_mode.h
ac168bf2a068761b591187e6a0a52083d456280b 29-Apr-2011 Jesse Barnes <jbarnes@virtuousgeek.org> libdrm: update drm headers from kernel, including new overlay ioctls & structs

Add structs and functions necessary for the new plane and fb handling code,
including a new header, drm_fourcc.h, that includes the surface formats
supported by various DRM drivers.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
/external/libdrm/include/drm/drm_mode.h
5cb554a0d6e986f2d7300a91d95983fa09b17f65 29-Mar-2011 Dave Airlie <airlied@redhat.com> drm_mode: fix types on recently added ioctls
/external/libdrm/include/drm/drm_mode.h
4473a7e8234da6d16f4ccfa660fbd72ff1b7dd95 09-Feb-2011 Dave Airlie <airlied@redhat.com> drm: add dumb interface
/external/libdrm/include/drm/drm_mode.h
431f7f00db844534dbcf9a63da0d2832a3d91bff 04-Aug-2010 Dave Airlie <airlied@redhat.com> Copy headers from kernel drm-core-next
/external/libdrm/include/drm/drm_mode.h
62731b84114e5dd3310b465921955db14278c256 12-May-2010 Kristian Høgsberg <krh@bitplanet.net> Pull in new kernel headers

Changes struct drm_mode_crtc_page_flip to use __u32 instead of uint32_t,
fixes

https://bugs.freedesktop.org/show_bug.cgi?id=26994
/external/libdrm/include/drm/drm_mode.h
3bd834a2178ee1273fd84628e87210a500f8fc84 02-Dec-2009 Jakob Bornecrantz <jakob@vmware.com> Merge branch 'modesetting-dirty-libdrm'

Conflicts:
include/drm/drm.h
53addc5d6ef7406d9fab5ea481cf68fa011870f1 03-Dec-2009 Jesse Barnes <jbarnes@virtuousgeek.org> Merge branch 'pageflip' of git://people.freedesktop.org/~jbarnes/drm

Conflicts:
include/drm/drm.h - RMFB had its signature changed to avoid uint32_t
019a408a69896497ca728b703c349306efd1a225 30-Nov-2009 Jakob Bornecrantz <jakob@vmware.com> Change the dirty ioctl a bit and comment it
/external/libdrm/include/drm/drm_mode.h
3e48613b482a8ca01ea5719e9cc342a9d4b28db0 24-Nov-2009 Jakob Bornecrantz <jakob@vmware.com> Bring dirty code from old branch
/external/libdrm/include/drm/drm_mode.h
170674a606f6d7869b5fa4457c07e10dd27f2771 24-Nov-2009 Robert Noland <rnoland@2hip.net> Finish fixing the build on FreeBSD
/external/libdrm/include/drm/drm_mode.h
2b42af9a2fd8e35e920d61a212ce6b9c85354289 17-Nov-2009 Kristian Høgsberg <krh@bitplanet.net> Copy headers from kernel v2.6.32-rc6-130-g5b8f0be
/external/libdrm/include/drm/drm_mode.h