summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn20/dcn20_resource.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-18drm/amd/display: early return when pipe_cnt is 0 in bw validationEric Yang1-1/+7
2019-07-18drm/amd/display: cap DCFCLK hardmin to 507 for NV10Jun Lei1-0/+4
2019-07-18drm/amd/display: move bw calc code into helpersEric Yang1-97/+153
2019-07-18drm/amd/display: disable display writeback for navi14Xiaojie Yuan1-1/+1
2019-07-18drm/amd/display: add NAVI14 in resource constructBhawanpreet Lakha1-4/+19
2019-07-18drm/amd/display: Force uclk to max for every stateNicholas Kazlauskas1-0/+10
2019-07-16drm/amd/display: return 'NULL' instead of 'false' from dcn20_acquire_idle_pip...Arnd Bergmann1-1/+1
2019-07-08drm/amd/display: avoid 64-bit divisionArnd Bergmann1-1/+1
2019-06-25drm/amd/amdgpu: Fix style issues in dcn20_resource.cErnst Sjöstrand1-5/+5
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-0/+2
2019-06-22drm/amd/display/dc: set num-dwb = 1 as navi10 asic caphersen wu1-1/+1
2019-06-22drm/amd/display: Add Underflow Asserts to dcThomas Lim1-0/+2
2019-06-22drm/amd/display: move vmid determination logic to a moduleDmytro Laktyushkin1-1/+1
2019-06-22drm/amd/display: dcn2 use fixed clocks.Charlene Liu1-1/+8
2019-06-22drm/amd/display: making DCN20 WM table non-overlappingJun Lei1-9/+8
2019-06-22drm/amd/display: add some parameters to validate bandwidth functionsCharlene Liu1-1/+2
2019-06-22drm/amd/display: Fix incorrect DML output_bpp valueIlya Bakoulin1-1/+39
2019-06-22drm/amd/display: Enable DSC power-gating for DSC streamsNikola Cornij1-3/+0
2019-06-22drm/amd/display: decouple dsc adjustment out of enablementWenjing Liu1-8/+4
2019-06-22drm/amd/display: always use 4 dp lanes for dmlJun Lei1-11/+1
2019-06-22drm/amd/display: Use DCN2 functions instead of DCEWesley Chalmers1-1/+2
2019-06-22drm/amd/display: DCN2 Engine-specifc encoder allocationWesley Chalmers1-1/+2
2019-06-22drm/amd/display: Disable DSC power gating in DiagsNikola Cornij1-0/+3
2019-06-22drm/amd/display: add null checks and set update flags for DCN2Dmytro Laktyushkin1-1/+0
2019-06-22drm/amd/display: used optimum VSTARTUP instead of MaxVStartupCharlene Liu1-0/+4
2019-06-22drm/amd/display: Fix LB BPP and Cursor widthIlya Bakoulin1-8/+19
2019-06-22drm/amd/display: fix macro_tile_size for tilingDmytro Laktyushkin1-2/+2
2019-06-22drm/amd/display: fix odm mpo disableDmytro Laktyushkin1-5/+6
2019-06-22drm/amd/display: Create DWB resource for DCN2Charlene Liu1-0/+111
2019-06-22drm/amd/display: fix dcn2 mpc split decisionDmytro Laktyushkin1-1/+1
2019-06-22drm/amd/display: enable abm on dcn2Josip Pavic1-7/+7
2019-06-22drm/amd/display: Acquire DSC HW resource only if required by streamNikola Cornij1-61/+78
2019-06-22drm/amd/display: Disable display writeback on Linux for NV10hersen wu1-1/+1
2019-06-22drm/amd/display: Mark DSC resource as unused after copying to the secondary O...Nikola Cornij1-0/+3
2019-06-22drm/amd/display: Add profiling tools for bandwidth validationJoshua Aberback1-0/+13
2019-06-22drm/amd/display: Optimize bandwidth validation by adding early returnJoshua Aberback1-9/+26
2019-06-22drm/amd/display: fix can not turn on two displays due to DSC_RESOURCE failed.Charlene Liu1-0/+6
2019-06-22drm/amd/display: Fix DCFCLK and SOCCLK not setIlya Bakoulin1-0/+4
2019-06-22drm/amd/display: move dsc clock from plane_resource to stream_resourceTony Cheng1-1/+1
2019-06-22drm/amd/display: fix dsc validationDmytro Laktyushkin1-39/+52
2019-06-22drm/amd/display: Properly set u clockAidan Wood1-1/+1
2019-06-22drm/amd/display: Properly set DCF clockAidan Wood1-2/+5
2019-06-22drm/amd/display: clean up validation failure log spamDmytro Laktyushkin1-0/+3
2019-06-22drm/amd/display: skip dsc config for navi10 bring uphersen wu1-1/+1
2019-06-22drm/amd/display: update calculated bounding box logic for NVJun Lei1-31/+24
2019-06-22drm/amd/display: Add DSC support for Navi (v2)Harry Wentland1-0/+184
2019-06-22drm/amd/display: update dcn2 dc_plane_capAlex Deucher1-3/+18
2019-06-22drm/amd/display: add fast_validate parameter to dcn20_validate_bandwidthAlex Deucher1-1/+3
2019-06-21drm/amd/display: Add DCN2 HW Sequencer and ResourceHarry Wentland1-0/+2741