summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_display.c
AgeCommit message (Expand)Author
2019-12-09drm/i915/fbc: Wait for vblank after FBC disable on glk+Ville Syrjälä
2019-12-09drm/i915: Relocate intel_crtc_active()Ville Syrjälä
2019-12-09drm/i915/fbc: Nuke bogus single pipe fbc1 restrictionVille Syrjälä
2019-12-07drm/i915: Avoid calling i915_gem_object_unbind holding object lockChris Wilson
2019-12-06drm/i915/display: Refactor intel_commit_modeset_disables()José Roberto de Souza
2019-12-06drm/i915/display: Do not check for the ddb allocations of turned off pipesJosé Roberto de Souza
2019-12-04drm/i915: Make intel_crtc_arm_fifo_underrun() functional on gen2Ville Syrjälä
2019-12-04drm/i915: Nuke intel_pre_disable_primary_noatomic()Ville Syrjälä
2019-12-04drm/i915: Clean up the gen2 "no planes -> underrun" workaroundVille Syrjälä
2019-12-04drm/i915: Clean up intel_{pre,post}_plane_update()Ville Syrjälä
2019-12-04drm/i915: s/pipe_config/new_crtc_state/ intel_{pre,post}_plane_update()Ville Syrjälä
2019-12-04drm/i915: Pass dev_priv to ilk_disable_lp_wm()Ville Syrjälä
2019-12-04drm/i915: Clean up arguments to nv12/scaler w/a funcsVille Syrjälä
2019-12-03drm/i915/display: Check the old state to find port sync slaveJosé Roberto de Souza
2019-12-02drm/i915/display: Suspend MST topology manager before destroy fbdevJosé Roberto de Souza
2019-12-02drm/i915: Switch intel_crtc_disable_noatomic() to intel_ typesVille Syrjälä
2019-12-02drm/i915: Use the correct PCH transcoder for LPT/WPT in intel_sanitize_frame_...Ville Syrjälä
2019-11-20drm/i915: Change .crtc_enable/disable() calling conventionVille Syrjälä
2019-11-20drm/i915: s/pipe_config/new_crtc_state/ in .crtc_enable()Ville Syrjälä
2019-11-20drm/i915: s/intel_crtc/crtc/ in .crtc_enable() and .crtc_disable()Ville Syrjälä
2019-11-20drm/i915: Pass dev_priv to cpt_verify_modeset()Ville Syrjälä
2019-11-20drm/i915: Change watermark hook calling conventionVille Syrjälä
2019-11-20drm/i915: Pass intel_crtc to ironlake_fdi_disable()Ville Syrjälä
2019-11-20drm/i915: Move crtc_state to tighter scopeVille Syrjälä
2019-11-20drm/i915: Move assert_vblank_disabled() into intel_crtc_vblank_on()Ville Syrjälä
2019-11-20drm/i915: Add intel_crtc_vblank_off()Ville Syrjälä
2019-11-20drm/i915: Change intel_encoders_<hook>() calling conventionVille Syrjälä
2019-11-19drm/i915/dsi: Do not read the transcoder register.Vandita Kulkarni
2019-11-15drm/i915: Fix frame start delay programmingVille Syrjälä
2019-11-13drm/i915/display/mst: Enable virtual channel payload allocation earlierJosé Roberto de Souza
2019-11-08drm/i915: Don't oops in dumb_create ioctl if we have no crtcsVille Syrjälä
2019-11-07drm/i915: Preload LUTs if the hw isn't currently using themVille Syrjälä
2019-11-07drm/i915/display: only include intel_dp_link_training.h where neededJani Nikula
2019-11-06drm/i915: Frob the correct crtc state in intel_crtc_disable_noatomic()Ville Syrjälä
2019-11-04drm/i915: Eliminate redundancy in intel_primary_plane_create()Ville Syrjälä
2019-11-04drm/i915: Sort format arrays consistentlyVille Syrjälä
2019-11-04drm/i915: Add 10bpc formats with alpha for icl+Ville Syrjälä
2019-11-04drm/i915: Expose alpha formats on VLV/CHV primary planesVille Syrjälä
2019-11-01drm/i915: Remove special case slave handling during hw programming, v3.Maarten Lankhorst
2019-11-01drm/i915: Complete plane hw and uapi split, v2.Maarten Lankhorst
2019-11-01drm/i915: Perform automated conversions for plane uapi/hw split, base -> uapi.Maarten Lankhorst
2019-11-01drm/i915: Perform automated conversions for plane uapi/hw split, base -> hw.Maarten Lankhorst
2019-11-01drm/i915: Perform manual conversions for plane uapi/hw split, v2.Maarten Lankhorst
2019-11-01drm/i915: Complete crtc hw/uapi split, v6.Maarten Lankhorst
2019-11-01drm/i915: Perform automated conversions for crtc uapi/hw split, base -> uapi.Maarten Lankhorst
2019-11-01drm/i915: Perform automated conversions for crtc uapi/hw split, base -> hw.Maarten Lankhorst
2019-11-01drm/i915: Perform manual conversions for crtc uapi/hw split, v2.Maarten Lankhorst
2019-11-01drm/i915: Add aliases for uapi and hw to crtc_stateMaarten Lankhorst
2019-11-01drm/i915: Handle a few more cases for crtc hw/uapi split, v3.Maarten Lankhorst
2019-10-31drm/i915: s/crtc_mask/pipe_mask/Ville Syrjälä