aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-24drm: Fix deadlock due to getconnector locking changesDaniel Vetter1-1/+2
2015-01-28drm: Check the right variable when setting formatsDan Carpenter1-1/+1
2015-01-28drm/bridge: make bridge registration independent of drm flowAjay Kumar1-67/+0
2015-01-28drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar1-4/+1
2015-01-28Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-3/+73
2015-01-27drm/atomic: Add drm_crtc_state->activeDaniel Vetter1-0/+10
2015-01-27drm: Add standardized boolean propsDaniel Vetter1-3/+63
2015-01-27drm: fix drm_display_info_set_bus_formats kernel doc headerBoris Brezillon1-2/+2
2015-01-21drm: add bus_formats and num_bus_formats fields to drm_display_infoBoris Brezillon1-0/+35
2015-01-13drm: fix mismerge in drm_crtc.cDave Airlie1-6/+0
2015-01-10Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-10/+22
2015-01-09Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-115/+230
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-49/+54
2015-01-05drm: Atomic modeset ioctlRob Clark1-2/+2
2015-01-05drm/atomic: atomic connector propertiesRob Clark1-4/+9
2015-01-05drm/atomic: atomic plane propertiesRob Clark1-19/+84
2015-01-05drm: small property creation cleanupRob Clark1-18/+25
2015-01-05drm: add atomic propertiesRob Clark1-7/+24
2014-12-18drm: refactor getproperties/getconnectorRob Clark1-63/+42
2014-12-18drm: tweak getconnector lockingRob Clark1-3/+2
2014-12-17Merge branch 'topic/core-stuff' into topic/atomic-coreDaniel Vetter1-43/+47
2014-12-17drm: get rid of direct property value accessRob Clark1-4/+15
2014-12-17drm: store property instead of id in obj attachmentRob Clark1-9/+8
2014-12-17drm: allow property validation for refcnted propsRob Clark1-15/+43
2014-12-17drm: Do basic sanity checks for user modesVille Syrjälä1-0/+6
2014-12-11Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+11
2014-12-10drm: Prefer sizeof(type) over sizeof typeThierry Reding1-6/+6
2014-12-10drm: Remove useless else blockThierry Reding1-7/+7
2014-12-10drm: Remove unneeded braces for single statement blocksThierry Reding1-4/+2
2014-12-10drm: Do not assign in if conditionThierry Reding1-1/+2
2014-12-10drm: Prefer kmalloc_array() over kmalloc() with multiplyThierry Reding1-5/+5
2014-12-10drm: Prefer kcalloc() over kzalloc() with multiplyThierry Reding1-4/+6
2014-12-10drm: Miscellaneous checkpatch whitespace cleanupsThierry Reding1-22/+20
2014-12-10drm: Zero out DRM object memory upon cleanupThierry Reding1-1/+10
2014-12-09drm: fix a word repetition in a commentMartin Peres1-1/+1
2014-12-09drm/tile: expose the tile property to userspace (v3)Dave Airlie1-0/+51
2014-12-09drm/connector: store tile information from displayid (v3)Dave Airlie1-0/+5
2014-12-09drm: add tile_group support. (v3)Dave Airlie1-0/+99
2014-12-05drm: add helper to get crtc timings (v5)Gustavo Padovan1-10/+22
2014-11-27drm: Handle atomic state properly in kms getfoo ioctlDaniel Vetter1-3/+46
2014-11-27drm: use mode_object_find helpersRob Clark1-9/+4
2014-11-25drm: Free atomic state during cleanupThierry Reding1-0/+13
2014-11-20drm: s/enum_blob_list/enum_list/ in drm_propertyDaniel Vetter1-36/+17
2014-11-20drm/crtc: Polish kerneldocDaniel Vetter1-38/+41
2014-11-20drm/atomic: Ensure that drm_connector_index is stableDaniel Vetter1-0/+5
2014-11-15Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave Airlie1-0/+10
2014-11-15drm: add properties for suggested x/y offset for connectors. (v2)Dave Airlie1-0/+24
2014-11-15drm: Simplify return value handling in drm_crtc.cDaniel Vetter1-17/+9
2014-11-15Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-nextDave Airlie1-10/+13
2014-11-13drm: Sanitize DRM_IOCTL_MODE_CREATE_DUMB inputThierry Reding1-0/+10