summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/cdv_intel_dp.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2018-04-25drm/gma500: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2017-08-31drm/gma500: Remove null check before kfreeHimanshu Jha1-4/+2
2016-04-04gma500: remove annoying deprecation warningLinus Torvalds1-1/+1
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+2
2015-09-24drm/gma500: Remove DP_LINK_STATUS_SIZE redefinitionThierry Reding1-1/+0
2014-10-23drm/dp-helper: Move the legacy helpers to gma500Daniel Vetter1-0/+195
2014-09-03drm/gma500: Renaming DP training vswing pre emph definesSonika Jindal1-2/+2
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+2
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-1/+1
2014-01-06drivers: gpu: Mark function as static in cdv_intel_dp.cRashika Kheria1-1/+1
2013-12-18drm/dp: Use AUX constants from specificationThierry Reding1-18/+19
2013-10-22drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie1-1/+1
2013-07-24drm/gma500: Rename psb_intel_encoder to gma_encoderPatrik Jakobsson1-66/+64
2013-07-24drm/gma500: Rename psb_intel_connector to gma_connectorPatrik Jakobsson1-8/+8
2013-07-24drm/gma500: Rename psb_intel_crtc to gma_crtcPatrik Jakobsson1-5/+5
2013-07-24drm/gma500: Convert to generic encoder funcsPatrik Jakobsson1-8/+9
2013-07-24drm/gma500: Make all chips use gma_wait_for_vblankPatrik Jakobsson1-1/+2
2013-02-04kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman1-0/+1
2012-11-30drm/gma500: drm_connector_property -> drm_object_propertyRob Clark1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1950
2012-08-24gma500: remove references to drm_display_info raw_edid fieldJani Nikula1-3/+0
2012-08-24gma500: Disable the clock gating of display controller to make DP/eDP work wellZhao Yakui1-0/+24
2012-08-24gma500/cdv: Add eDP supportZhao Yakui1-20/+448
2012-08-24gma500/cdv: sync up and add the displayport code to the buildAlan Cox1-241/+239
2012-08-24gma500: Add the support of display port on CDVAlan Cox1-0/+1504