summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)Author
2015-01-28drm: Check the right variable when setting formatsDan Carpenter
2015-01-28drm/bridge: make bridge registration independent of drm flowAjay Kumar
2015-01-28drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar
2015-01-28Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm...Dave Airlie
2015-01-27drm/atomic: Add drm_crtc_state->activeDaniel Vetter
2015-01-27drm: Add standardized boolean propsDaniel Vetter
2015-01-27drm: fix drm_display_info_set_bus_formats kernel doc headerBoris Brezillon
2015-01-21drm: add bus_formats and num_bus_formats fields to drm_display_infoBoris Brezillon
2015-01-13drm: fix mismerge in drm_crtc.cDave Airlie
2015-01-10Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-01-09Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm...Dave Airlie
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie
2015-01-05drm: Atomic modeset ioctlRob Clark
2015-01-05drm/atomic: atomic connector propertiesRob Clark
2015-01-05drm/atomic: atomic plane propertiesRob Clark
2015-01-05drm: small property creation cleanupRob Clark
2015-01-05drm: add atomic propertiesRob Clark
2014-12-18drm: refactor getproperties/getconnectorRob Clark
2014-12-18drm: tweak getconnector lockingRob Clark
2014-12-17Merge branch 'topic/core-stuff' into topic/atomic-coreDaniel Vetter
2014-12-17drm: get rid of direct property value accessRob Clark
2014-12-17drm: store property instead of id in obj attachmentRob Clark
2014-12-17drm: allow property validation for refcnted propsRob Clark
2014-12-17drm: Do basic sanity checks for user modesVille Syrjälä
2014-12-11Merge tag 'topic/core-stuff-2014-12-10' of git://anongit.freedesktop.org/drm-...Dave Airlie
2014-12-10drm: Prefer sizeof(type) over sizeof typeThierry Reding
2014-12-10drm: Remove useless else blockThierry Reding
2014-12-10drm: Remove unneeded braces for single statement blocksThierry Reding
2014-12-10drm: Do not assign in if conditionThierry Reding
2014-12-10drm: Prefer kmalloc_array() over kmalloc() with multiplyThierry Reding
2014-12-10drm: Prefer kcalloc() over kzalloc() with multiplyThierry Reding
2014-12-10drm: Miscellaneous checkpatch whitespace cleanupsThierry Reding
2014-12-10drm: Zero out DRM object memory upon cleanupThierry Reding
2014-12-09drm: fix a word repetition in a commentMartin Peres
2014-12-09drm/tile: expose the tile property to userspace (v3)Dave Airlie
2014-12-09drm/connector: store tile information from displayid (v3)Dave Airlie
2014-12-09drm: add tile_group support. (v3)Dave Airlie
2014-12-05drm: add helper to get crtc timings (v5)Gustavo Padovan
2014-11-27drm: Handle atomic state properly in kms getfoo ioctlDaniel Vetter
2014-11-27drm: use mode_object_find helpersRob Clark
2014-11-25drm: Free atomic state during cleanupThierry Reding
2014-11-20drm: s/enum_blob_list/enum_list/ in drm_propertyDaniel Vetter
2014-11-20drm/crtc: Polish kerneldocDaniel Vetter
2014-11-20drm/atomic: Ensure that drm_connector_index is stableDaniel Vetter
2014-11-15Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/li...Dave Airlie
2014-11-15drm: add properties for suggested x/y offset for connectors. (v2)Dave Airlie
2014-11-15drm: Simplify return value handling in drm_crtc.cDaniel Vetter
2014-11-15Merge tag 'drm/fixes/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linu...Dave Airlie
2014-11-13drm: Sanitize DRM_IOCTL_MODE_CREATE_DUMB inputThierry Reding
2014-11-13drm: Make drm_mode_create_tv_properties() signature consistentThierry Reding