summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/oaktrail_crtc.c
AgeCommit message (Expand)AuthorFilesLines
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