summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2019-04-14drm/amd/display: If one stream full updates, full update all planesDavid Francis2-0/+22
2019-04-11drm/amd/display: extending AUX SW TimeoutMartin Leung2-6/+9
2019-04-08drm/amd/display: Fix negative cursor pos programming (v2)Nicholas Kazlauskas1-21/+2
2019-03-27drm/amd/display: VBIOS can't be light up HDMI when restart systemPaul Hsieh1-0/+6
2019-03-12Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2-6/+18
2019-03-06drm/amd/display: don't call dm_pp_ function from an fpu blockHarry Wentland1-2/+6
2019-03-04Merge v5.0 into drm-nextDave Airlie5-9/+31
2019-02-27drm/amd/display: Fix issue with link_active state not correct for MSTAnthony Koo1-4/+11
2019-02-27drm/amd/display: Fix reference counting for struct dc_sink.Mathias Fröhlich1-0/+1
2019-02-22Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie13-177/+302
2019-02-20drm/amd/display: set clocks to 0 on suspend on dce80Bhawanpreet Lakha1-3/+16
2019-02-20drm/amd/display: fix optimize_bandwidth func pointer for dce80Bhawanpreet Lakha2-1/+5
2019-02-20drm/amd/display: Fix negative cursor pos programmingNicholas Kazlauskas1-2/+2
2019-02-19drm/amd/display: Refactor for setup periodic interrupt.Yongqiang Sun9-151/+215
2019-02-19drm/amd/display: Clear stream->mode_changed after commitNicholas Kazlauskas1-0/+3
2019-02-19drm/amd/display: send pipe set command to dmcu when backlight is setJosip Pavic1-22/+23
2019-02-19drm/amd/display: Ungate stream before programming registersGary Kattan3-2/+16
2019-02-19drm/amd/display: remove screen flashes on seamless bootAnthony Koo2-2/+38
2019-02-19drm/amd/display: send pipe set command to dmcu when stream unblanksJosip Pavic3-16/+21
2019-02-19drm/amd/display: Raise dispclk value for dce11Roman Li1-3/+8
2019-02-18drm/amd/display/dce_mem_input: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-18drm/amd/display/dc/bios_parser2: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-1/+9
2019-02-07drm/amd/display: Check hpd_gpio for NULL before accessing itHarry Wentland1-3/+4
2019-02-06drm/amd/display: add n_vid_mul and half pix_rate for odmDmytro Laktyushkin3-5/+8
2019-02-06drm/amd/display: refactor init_hw to isolate pipe related initAnthony Koo3-82/+85
2019-02-06drm/amd/display: refactor programming of DRRAnthony Koo2-31/+15
2019-02-06drm/amd/display: add seamless boot flag to streamAnthony Koo5-6/+75
2019-02-06drm/amd/display: add way to determine if link is activeAnthony Koo3-0/+10
2019-02-06drm/amd/display: refactor out programming of vupdate interruptAnthony Koo3-11/+48
2019-02-06drm/amd/display: interface to check if timing can be seamlessAnthony Koo9-2/+154
2019-02-06drm/amd/display: 3.2.17mark mcgarrity1-1/+1
2019-02-06drm/amd/display: PIP overlay corruptionMurton Liu2-2/+24
2019-02-06drm/amd/display: link_rate_set should index into tableAnthony Koo1-34/+1
2019-02-06drm/amd/display: DC VM FixesEryk Brol4-16/+11
2019-02-06drm/amd/display: Disable Stutter for Stereo 3DWesley Chalmers3-10/+31
2019-02-06drm/amd/display: Calc vline position in dc.Yongqiang Sun5-20/+97
2019-02-06drm/amdgpu/display: fix compiler errors [-Werror,-Wparentheses-equality]Pratik Vishwakarma1-1/+1
2019-02-05drm/amd/display: Disconnect mpcc when changing tgNicholas Kazlauskas1-3/+4
2019-02-05drm/amd/display: add a debug flag to force odm combineDmytro Laktyushkin1-0/+1
2019-02-05drm/amd/display: store timing sync info in dc_stream_statusSu Sung Chung2-1/+21
2019-02-05drm/amd/display: pass vline_config parameter by reference.Yongqiang Sun4-8/+8
2019-02-05drm/amd/display: add gpio lock/unlockChiawen Huang5-25/+73
2019-02-05drm/amd/display: 3.2.16Steven Chiu1-1/+1
2019-02-05drm/amd/display: determine if a pipe is synced by plane stateWenjing Liu1-4/+4
2019-02-05drm/amd/display: dmcu is blocking due to wrong disable ABM commandPaul Hsieh1-2/+2
2019-02-05drm/amd/display: Add monitor patch for backlight offXiaodong Yan2-0/+5
2019-02-05drm/amd/display: Apply all surface updates onto surfacesNicholas Kazlauskas1-8/+96
2019-02-05drm/amd/display: Use udelay when waiting between aux retriesJohn Barberiz1-1/+1
2019-02-05drm/amd/display: Use context parameters to enable FBCShirish S1-1/+1