summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_crtc.c
AgeCommit message (Expand)Author
2015-03-10drm: Don't assign fbs for universal cursor support to filesChris Wilson
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie
2015-03-04Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-02-24drm: Fix deadlock due to getconnector locking changesDaniel Vetter
2015-02-23drm: If available use atomic state in getcrtc ioctlDaniel Vetter
2015-02-13drm: add support for tiled/compressed/etc modifier in addfb2Rob Clark
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-27Merge 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-26drm: 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-12drm: fix mismerge in drm_crtc.cDave Airlie
2015-01-09Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-01-08Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm...Dave Airlie
2015-01-08Merge 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-08drm/tile: expose the tile property to userspace (v3)Dave Airlie
2014-12-08drm/connector: store tile information from displayid (v3)Dave Airlie
2014-12-08drm: 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