Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
522cf91f30cb0102fd5cb6e8979d45b6151cdcfc
/
drivers
/
gpu
/
drm
/
drm_crtc.c
522cf91
drm: check that planes types are correct while initializing CRTC
by Benjamin Gaignard
· 10 years ago
7eb5f30
drm: Check in setcrtc if the primary plane supports the fb pixel format
by Laurent Pinchart
· 10 years ago
ead8610
drm: Share plane pixel format check code between legacy and atomic
by Laurent Pinchart
· 10 years ago
220dd2b
drm: Fixup racy refcounting in plane_force_disable
by Daniel Vetter
· 10 years ago
8442853
drm: Remove redundant code in the getencoder ioctl
by Daniel Vetter
· 10 years ago
a8c6ecb
Merge tag 'v4.0-rc3' into drm-next
by Dave Airlie
· 10 years ago
7547af9
Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
2caa80e
drm: Fix deadlock due to getconnector locking changes
by Daniel Vetter
· 10 years ago
31c946e
drm: If available use atomic state in getcrtc ioctl
by Daniel Vetter
· 10 years ago
e3eb325
drm: add support for tiled/compressed/etc modifier in addfb2
by Rob Clark
· 10 years ago
944579c
drm: Check the right variable when setting formats
by Dan Carpenter
· 10 years ago
3d3f8b1
drm/bridge: make bridge registration independent of drm flow
by Ajay Kumar
· 10 years ago
b07b90f
drm/bridge: do not pass drm_bridge_funcs to drm_bridge_init
by Ajay Kumar
· 10 years ago
21773f1
Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
eab3bbe
drm/atomic: Add drm_crtc_state->active
by Daniel Vetter
· 10 years ago
960cd9d
drm: Add standardized boolean props
by Daniel Vetter
· 10 years ago
e37bfa1
drm: fix drm_display_info_set_bus_formats kernel doc header
by Boris Brezillon
· 10 years ago
b5571e9
drm: add bus_formats and num_bus_formats fields to drm_display_info
by Boris Brezillon
· 10 years ago
426959c
drm: fix mismerge in drm_crtc.c
by Dave Airlie
· 10 years ago
adc3184
Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
c93546a
Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
e5202a2
Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
d34f20d
drm: Atomic modeset ioctl
by Rob Clark
· 10 years ago
ae16c59
drm/atomic: atomic connector properties
by Rob Clark
· 10 years ago
6b4959f
drm/atomic: atomic plane properties
by Rob Clark
· 10 years ago
356af0e
drm: small property creation cleanup
by Rob Clark
· 10 years ago
88a48e2
drm: add atomic properties
by Rob Clark
· 10 years ago
95cbf11
drm: refactor getproperties/getconnector
by Rob Clark
· 10 years ago
ccfc086
drm: tweak getconnector locking
by Rob Clark
· 10 years ago
72a3697
Merge branch 'topic/core-stuff' into topic/atomic-core
by Daniel Vetter
· 10 years ago
22b8b13
drm: get rid of direct property value access
by Rob Clark
· 10 years ago
b17cd75
drm: store property instead of id in obj attachment
by Rob Clark
· 10 years ago
3843e71
drm: allow property validation for refcnted props
by Rob Clark
· 10 years ago
23e1ce8
drm: Do basic sanity checks for user modes
by Ville Syrjälä
· 10 years ago
da9df2f
Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
f76511b
drm: Prefer sizeof(type) over sizeof type
by Thierry Reding
· 10 years ago
2ca651d
drm: Remove useless else block
by Thierry Reding
· 10 years ago
01073b0
drm: Remove unneeded braces for single statement blocks
by Thierry Reding
· 10 years ago
0cc0b22
drm: Do not assign in if condition
by Thierry Reding
· 10 years ago
2f6c538
drm: Prefer kmalloc_array() over kmalloc() with multiply
by Thierry Reding
· 10 years ago
bd3f0ff
drm: Prefer kcalloc() over kzalloc() with multiply
by Thierry Reding
· 10 years ago
4dfd909
drm: Miscellaneous checkpatch whitespace cleanups
by Thierry Reding
· 10 years ago
a18c0af
drm: Zero out DRM object memory upon cleanup
by Thierry Reding
· 10 years ago
e2db726
drm: fix a word repetition in a comment
by Martin Peres
· 10 years ago
6f134d7
drm/tile: expose the tile property to userspace (v3)
by Dave Airlie
· 10 years ago
40d9b04
drm/connector: store tile information from displayid (v3)
by Dave Airlie
· 10 years ago
138f9eb
drm: add tile_group support. (v3)
by Dave Airlie
· 10 years ago
ecb7e16
drm: add helper to get crtc timings (v5)
by Gustavo Padovan
· 10 years ago
abd69c5
drm: Handle atomic state properly in kms getfoo ioctl
by Daniel Vetter
· 10 years ago
933f622
drm: use mode_object_find helpers
by Rob Clark
· 10 years ago
3009c03
drm: Free atomic state during cleanup
by Thierry Reding
· 10 years ago
3758b34
drm: s/enum_blob_list/enum_list/ in drm_property
by Daniel Vetter
· 10 years ago
1a49863
drm/crtc: Polish kerneldoc
by Daniel Vetter
· 10 years ago
c7eb76f
drm/atomic: Ensure that drm_connector_index is stable
by Daniel Vetter
· 10 years ago
ca5a71d
Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next
by Dave Airlie
· 10 years ago
5bb2bbf
drm: add properties for suggested x/y offset for connectors. (v2)
by Dave Airlie
· 10 years ago
baf698b
drm: Simplify return value handling in drm_crtc.c
by Daniel Vetter
· 10 years ago
4fb2ac6
Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next
by Dave Airlie
· 10 years ago
f608595
drm: Sanitize DRM_IOCTL_MODE_CREATE_DUMB input
by Thierry Reding
· 10 years ago
2f76331
drm: Make drm_mode_create_tv_properties() signature consistent
by Thierry Reding
· 10 years ago
12e6cec
drm: Use const data when creating blob properties
by Thierry Reding
· 11 years ago
ecbbe59
drm: Use size_t for blob property sizes
by Thierry Reding
· 11 years ago
fcf93f6
drm: More specific locking for get* ioctls
by Daniel Vetter
· 10 years ago
4d02e2d
drm: Per-plane locking
by Daniel Vetter
· 10 years ago
cc7096f
drm/mode: document path property and function to set it. (v1.1)
by Dave Airlie
· 10 years ago
3b5b993
drm: Add a note to drm_property_create() about property lifetime
by Damien Lespiau
· 10 years ago
5a1cbdb
gpu: drm: Fix warning caused by a parameter description in drm_crtc.c
by Masanari Iida
· 10 years ago
228f2cb
drm/crtc: Remove duplicated ioctl code
by Chuck Ebbert
· 10 years ago
209f552
drm/crtc: Fix two typos
by Chuck Ebbert
· 10 years ago
32197aa
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
by Masanari Iida
· 10 years ago
1b11629
drm: Drop grab fpriv->fbs_lock in drm_fb_release
by Daniel Vetter
· 10 years ago
f2b50c1
drm: Fixup locking for universal cursor planes
by Daniel Vetter
· 10 years ago
b2efb3f
drm: backmerge tag 'v3.17-rc5' into drm-next
by Dave Airlie
· 10 years ago
19524f7
Merge tag 'topic/core-stuff-2014-09-15' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
d0fa1af
drm: Drop modeset locking from crtc init function
by Daniel Vetter
· 10 years ago
67d0ec4
drm: Move piles of functions from drmP.h to drm_internal.h
by Daniel Vetter
· 10 years ago
a18b29f
Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
00e7208
drm: fix division-by-zero on dumb_create()
by David Herrmann
· 10 years ago
3a5f87c
drm: fix plane rotation when restoring fbdev configuration
by Thomas Wood
· 10 years ago
295ee85
drm: Docbook fixes
by Daniel Vetter
· 10 years ago
2a0d7cf
drm: Add a plane->reset hook
by Daniel Vetter
· 10 years ago
3d30a59
drm: Move ->old_fb from crtc to plane
by Daniel Vetter
· 10 years ago
d059f65
drm: Handle legacy per-crtc locking with full acquire ctx
by Daniel Vetter
· 10 years ago
a6a8bb8
drm: Move modeset_lock_all helpers to drm_modeset_lock.[hc]
by Daniel Vetter
· 10 years ago
10f637b
drm: Add drm_plane/connector_index
by Daniel Vetter
· 10 years ago
7963e9d
Revert "drm: drop redundant drm_file->is_master"
by Dave Airlie
· 10 years ago
eaf99c7
drm: Perform cmdline mode parsing during connector initialisation
by Chris Wilson
· 10 years ago
83f45fc
drm: Don't grab an fb reference for the idr
by Daniel Vetter
· 10 years ago
acf8294
Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-next
by Dave Airlie
· 10 years ago
48ba813
drm: drop redundant drm_file->is_master
by David Herrmann
· 10 years ago
168c02e
drm: Fix race when checking for fb in the generic kms obj lookup
by Daniel Vetter
· 10 years ago
c759606
Merge tag 'drm-intel-next-2014-07-25-merged' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
2ee3945
drm: close race in connector registration (v2)
by Dave Airlie
· 10 years ago
4dac3ed
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
by Daniel Vetter
· 10 years ago
ff587e4
drm/crtc: Add property for aspect ratio
by Vandana Kannan
· 11 years ago
2aa9d2b
drm: Fix function names in kerneldoc
by Thierry Reding
· 10 years ago
3c9855f
drm: Add drm_rotation_simplify()
by Ville Syrjälä
· 10 years ago
c1df5f3
drm: Add drm_mode_create_rotation_property()
by Ville Syrjälä
· 10 years ago
7689ffb
drm: Add support_bits parameter to drm_property_create_bitmask()
by Ville Syrjälä
· 10 years ago
ca5a1b9
Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
Next »