aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/oaktrail_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07drm/gma500: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-03-23drm/gma500: Make use of the drm connector iteratorPatrik Jakobsson1-6/+11
2022-03-21drm/gma500: Use drm_mode_copy()Ville Syrjälä1-6/+2
2021-10-19drm/gma500: Rename struct gtt_range to struct psb_gem_objectThomas Zimmermann1-1/+2
2021-09-23drm/gma500: Replace references to dev_private with helper functionThomas Zimmermann1-4/+4
2021-01-18drm/gma500/oaktrail_crtc: Demote unworthy kernel-doc headersLee Jones1-3/+3
2019-10-22drm/gma500: fix memory disclosures due to uninitialized bytesKangjie Lu1-0/+2
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2019-05-22drm/gma500: drop drmp.h include from all .c filesSam Ravnborg1-3/+5
2018-05-18drm/gma500: Move GEM BO to drm_framebufferDaniel Stone1-2/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+1
2016-12-14drm/gma500: Add some local 'fb' variablesVille Syrjälä1-6/+7
2016-03-04drm/gma: removed optional dummy crtc mode_fixup function.Carlos Palminha1-1/+0
2015-04-07drm/gma500: constify all struct drm_*_helper funcs pointersJani Nikula1-1/+1
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-6/+6
2013-11-08drm/gma500/mrst: Replace WMs and chickenbits with values from EMGDPatrik Jakobsson1-7/+6
2013-11-08drm/gma500/mrst: Properly route oaktrail hdmi hooksPatrik Jakobsson1-2/+2
2013-11-08drm/gma500/mrst: Add aux register writes when programming pipePatrik Jakobsson1-106/+135
2013-11-08drm/gma500/mrst: Add SDVO clock calculationPatrik Jakobsson1-49/+126
2013-07-24drm/gma500: Rename psb_intel_encoder to gma_encoderPatrik Jakobsson1-4/+4
2013-07-24drm/gma500: Rename psb_intel_crtc to gma_crtcPatrik Jakobsson1-8/+8
2013-07-24drm/gma500: Convert to generic encoder funcsPatrik Jakobsson1-1/+1
2013-07-24drm/gma500/oak: Use identical generic crtc funcsPatrik Jakobsson1-22/+3
2013-07-24drm/gma500: Convert to generic gamma funcsPatrik Jakobsson1-1/+1
2013-07-24drm/gma500: Make all chips use gma_wait_for_vblankPatrik Jakobsson1-3/+3
2013-07-24drm/gma500: Make use of gma_pipe_has_type()Patrik Jakobsson1-3/+3
2012-11-30drm/gma500: drm_connector_property -> drm_object_propertyRob Clark1-1/+1
2012-11-07gma600: Enable HDMI supportAlan Cox1-0/+8
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+1
2012-05-11gma500: use the register map to clean upAlan Cox1-74/+60
2012-03-10gma500: oaktrail_crtc: drop unused variablesKirill A. Shutemov1-10/+1
2012-03-10gma500: oaktrail_crtc: mark few functions as staticKirill A. Shutemov1-2/+2
2012-03-10gma500: clean up some of the struct fields we no longer useAlan Cox1-3/+0
2011-12-20gma500: Convert Oaktrail to work with new output handlingPatrik Jakobsson1-9/+9
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-2/+2
2011-12-06gma500: do a pass over the FIXME tagsAlan Cox1-11/+5
2011-11-16gma500: Add Oaktrail supportAlan Cox1-0/+610