summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/cdv_intel_display.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1
* drm/gma: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-7/+6
* drm/gma500: Move to private save/restore hooksDaniel Vetter2015-12-081-2/+0
* drm/gma500: constify all struct drm_*_helper funcs pointersJani Nikula2015-04-071-1/+1
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-011-1/+1
* drm/gma500/cdv: Cedarview display cleanupsPatrik Jakobsson2014-03-171-52/+19
* drm/gma500/cdv: Add and hook up chip op for disabling srPatrik Jakobsson2013-08-151-3/+3
* drm/gma500/cdv: Add and hook up chip op for watermarksPatrik Jakobsson2013-08-141-1/+1
* drm/gma500: Rename psb_intel_encoder to gma_encoderPatrik Jakobsson2013-07-241-5/+5
* drm/gma500: Rename psb_intel_crtc to gma_crtcPatrik Jakobsson2013-07-241-14/+14
* drm/gma500/cdv: Convert to generic set_config()Patrik Jakobsson2013-07-241-20/+1
* drm/gma500/cdv: Convert to generic save/restorePatrik Jakobsson2013-07-241-170/+2
* drm/gma500: Convert to generic encoder funcsPatrik Jakobsson2013-07-241-2/+2
* drm/gma500/cdv: Convert to generic cursor funcsPatrik Jakobsson2013-07-241-128/+2
* drm/gma500/cdv: Convert to generic gamma funcsPatrik Jakobsson2013-07-241-69/+1
* drm/gma500/cdv: Convert to gma_crtc_dpms()Patrik Jakobsson2013-07-241-134/+3
* drm/gma500/cdv: Convert to gma_pipe_set_base()Patrik Jakobsson2013-07-241-76/+1
* drm/gma500/cdv: Use identical generic crtc funcsPatrik Jakobsson2013-07-241-58/+16
* drm/gma500: Make use of gma_pipe_has_type()Patrik Jakobsson2013-07-241-4/+4
* drm/gma500/cdv: Make use of the generic clock codePatrik Jakobsson2013-07-241-163/+34
* drm/gma500/cdv: Fix cursor gem obj referencing on cdvPatrik Jakobsson2013-06-091-5/+11
* drm/gma500/cdv: Unpin framebuffer on crtc disablePatrik Jakobsson2013-06-091-0/+14
* gma500: psb_intel_crtc: Drop crtc_enable flag.Forest Bond2012-08-241-2/+0
* gma500: Fix comment mispelling in cdv_intel_limits definition.Forest Bond2012-08-241-1/+1
* gma500/cdv: Fix call to cdv_intel_dp_set_m_nAlan Cox2012-08-241-2/+2
* gma500/cdv: Add eDP supportZhao Yakui2012-08-241-2/+40
* gma500/cdv: sync up and add the displayport code to the buildAlan Cox2012-08-241-3/+3
* gma500/cdv: add the bits that don't need the new codeAlan Cox2012-08-241-2/+97
* gma500: Program the DPLL lane based on the selected digitial portZhao Yakui2012-08-241-31/+51
* gma500: Fix incorrect SR issue when disabling CRTC already in disabled stateZhao Yakui2012-08-241-4/+3
* drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart2012-07-191-1/+1
* gma500: use the register map to clean upAlan Cox2012-05-111-155/+135
* gma500: introduce a structure describing each pipeAlan Cox2012-05-111-23/+10
* cdv: continue synching up with updated reference codeAlan Cox2012-04-271-34/+27
* gma500: Update the Cedarview clock handlingAlan Cox2012-04-271-65/+266
* gma500: cdv_intel_crt: mark few functions as staticKirill A. Shutemov2012-03-101-3/+3
* gma500: cdv_intel_crt: drop unused variablesKirill A. Shutemov2012-03-101-9/+1
* gma500: cdv_intel_crt: drop dead codeKirill A. Shutemov2012-03-101-47/+0
* gma500: rework register stuff sanelyAlan Cox2012-03-101-15/+16
* gma500: now move the Oaktrail save state into its own structureAlan Cox2012-03-101-11/+16
* gma500: Convert Cedarview to work with new output handlingPatrik Jakobsson2011-12-201-7/+7
* drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä2011-12-201-2/+2
* gma500: Add support for CedarviewAlan Cox2011-11-161-0/+1508