summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/oaktrail_hdmi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/gma500: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2023-01-181-0/+2
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/gma500: gma500 don't register non-hotpluggable connectorsPatrik Jakobsson2022-03-231-1/+0
* drm/gma500: Replace references to dev_private with helper functionThomas Zimmermann2021-09-231-9/+9
* drm/gma500: remove unused variable 'hdmi_ids'YueHaibing2020-04-211-5/+0
* drm/gma500: Use simple encoderThomas Zimmermann2020-04-021-12/+2
* drm/gma500: remove set but not used variable 'htotal'zhengbin2019-11-151-3/+1
* drm/gma500: drop drmp.h include from all .c filesSam Ravnborg2019-05-221-2/+4
* drm/gma500: drop use of DRM_UDELAY wrapperSam Ravnborg2019-05-221-1/+1
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-1/+1
* drm/gma500: fix mode_valid's return typeLuc Van Oostenryck2018-04-251-1/+1
* drm/gma500: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-1/+0
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm/gma500: constify all struct drm_*_helper funcs pointersJani Nikula2015-04-071-1/+1
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* drm: add register and unregister functions for connectorsThomas Wood2014-06-191-1/+1
* drm/gma500: Unify encoder mode fixupPatrik Jakobsson2014-03-171-8/+1
* drm/gma500: Rename psb_intel_encoder to gma_encoderPatrik Jakobsson2013-07-241-7/+7
* drm/gma500: Rename psb_intel_connector to gma_connectorPatrik Jakobsson2013-07-241-5/+5
* drm/gma500: Convert to generic encoder funcsPatrik Jakobsson2013-07-241-5/+4
* drm/gma500: Convert to generic gamma funcsPatrik Jakobsson2013-07-241-1/+1
* drm/gma500: Make all chips use gma_wait_for_vblankPatrik Jakobsson2013-07-241-9/+3
* gma600: Enable HDMI supportAlan Cox2012-11-071-15/+350
* drm: remove the raw_edid field from struct drm_display_infoJani Nikula2012-08-241-1/+0
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-201-1/+1
* gma500: introduce a structure describing each pipeAlan Cox2012-05-111-29/+31
* gma500: support 1080pAlan Cox2012-04-271-6/+0
* gma500: oaktrail_hdmi: fix -Wmissing-field-initializers warningKirill A. Shutemov2012-03-101-1/+1
* gma500: oaktrail_hdmi: drop dead codeKirill A. Shutemov2012-03-101-327/+0
* gma500: rework register stuff sanelyAlan Cox2012-03-101-2/+2
* gma500: now move the Oaktrail save state into its own structureAlan Cox2012-03-101-35/+37
* gma500: Discard modes that don't fit in stolen memoryAlan Cox2012-01-131-0/+6
* gma500: Convert Oaktrail to work with new output handlingPatrik Jakobsson2011-12-201-11/+18
* gma500: Add Oaktrail supportAlan Cox2011-11-161-0/+852