Merge tag 'drm-fixes-2020-01-10' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "Pre-LCA pull request I'm not sure how things will look next week, myself and Daniel are at LCA and I'm speaking quite late, so if I get my talk finished I'll probably process fixes. This week has a bunch of i915 fixes, some amdgpu fixes, one sun4i, one core MST, and one core fb_helper fix. More details below: core: - mst Fix NO_STOP_BIT bit offset (Wayne) fb_helper: - fb_helper: Fix bits_per_pixel param set behavior to round up (Geert) sun4i: - Fix RGB_DIV clock min divider on old hardware (Chen-Yu) amdgpu: - Stability fix for raven - Reduce pixel encoding to if max clock is exceeded on HDMI to allow additional high res modes - enable DRIVER_SYNCOBJ_TIMELINE for amdgpu i915: - Fix GitLab issue #446 causing GPU hangs: Do not restore invalid RS state - Fix GitLab issue #846: Restore coarse power gating that was disabled by initial RC66 context corruption security fixes. - Revert f6ec9483 ("drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms") to avoid screen flicker - Fix to fill in unitialized uabi_instance in virtual engine uAPI - Add two missing W/As for ICL and EHL" * tag 'drm-fixes-2020-01-10' of git://anongit.freedesktop.org/drm/drm: drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpu drm/amd/display: Reduce HDMI pixel encoding if max clock is exceeded Revert "drm/amdgpu: Set no-retry as default." drm/fb-helper: Round up bits_per_pixel if possible drm/sun4i: tcon: Set RGB DCLK min. divider based on hardware model drm/i915/dp: Disable Port sync mode correctly on teardown drm/i915: Add Wa_1407352427:icl,ehl drm/i915: Add Wa_1408615072 and Wa_1407596294 to icl,ehl drm/i915/gt: Restore coarse power gating drm/i915/gt: Do not restore invalid RS state drm/i915: Limit audio CDCLK>=2*BCLK constraint back to GLK only drm/i915/gt: Mark up virtual engine uabi_instance drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READ
No related branches found
No related tags found
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 4 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 23 additions, 22 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/drm_dp_mst_topology.c 1 addition, 1 deletiondrivers/gpu/drm/drm_dp_mst_topology.c
- drivers/gpu/drm/drm_fb_helper.c 6 additions, 1 deletiondrivers/gpu/drm/drm_fb_helper.c
- drivers/gpu/drm/i915/display/intel_audio.c 2 additions, 2 deletionsdrivers/gpu/drm/i915/display/intel_audio.c
- drivers/gpu/drm/i915/display/intel_display.c 1 addition, 6 deletionsdrivers/gpu/drm/i915/display/intel_display.c
- drivers/gpu/drm/i915/gt/intel_lrc.c 2 additions, 0 deletionsdrivers/gpu/drm/i915/gt/intel_lrc.c
- drivers/gpu/drm/i915/gt/intel_ring_submission.c 11 additions, 20 deletionsdrivers/gpu/drm/i915/gt/intel_ring_submission.c
- drivers/gpu/drm/i915/i915_drv.h 4 additions, 2 deletionsdrivers/gpu/drm/i915/i915_drv.h
- drivers/gpu/drm/i915/i915_reg.h 7 additions, 1 deletiondrivers/gpu/drm/i915/i915_reg.h
- drivers/gpu/drm/i915/intel_pm.c 11 additions, 0 deletionsdrivers/gpu/drm/i915/intel_pm.c
- drivers/gpu/drm/sun4i/sun4i_tcon.c 12 additions, 3 deletionsdrivers/gpu/drm/sun4i/sun4i_tcon.c
- drivers/gpu/drm/sun4i/sun4i_tcon.h 1 addition, 0 deletionsdrivers/gpu/drm/sun4i/sun4i_tcon.h
Loading
Please register or sign in to comment