aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-0/+2
2019-06-10drm/amd: drop use of drmp.h in os_types.hSam Ravnborg1-0/+2
2019-05-31drm/amd/display: make clk mgr soc specificEric Yang1-27/+0
2019-05-24drm/amd/display: Engine-specific encoder allocationWesley Chalmers1-1/+34
2019-05-24drm/amd/display: stop external access to internal optc sync paramsDmytro Laktyushkin1-0/+5
2019-04-15drm/amd/display: Add fast_validate parameterJoshua Aberback1-1/+2
2019-04-15drm/amd/display: expand plane caps to include fp16 and scaling capabilityJun Lei1-2/+36
2019-04-03drm/amd/display: Fix multi-thread writing to 1 stateAidan Wood1-31/+31
2019-03-19drm/amd/display: Add plane capabilities to dc_capsNicholas Kazlauskas1-0/+20
2019-01-25drm/amd/display: fix eDP fast bootup for pre-raven asichersen wu1-0/+2
2019-01-14drm/amd/display: Change from aux_engine to dce_auxDavid Francis1-1/+1
2019-01-14drm/amd/display: Use 100 Hz precision for pipe pixel clocksKen Chalmers1-5/+5
2019-01-14drm/amd/display: remove sink reference in dc_stream_stateJun Lei1-1/+1
2018-11-07drm/amdgpu/display/dce11: only enable FBC when selectedAlex Deucher1-1/+2
2018-11-05drm/amd/display: rename dccg to clk_mgrDmytro Laktyushkin1-8/+8
2018-11-05drm/amd/display: split dccg clock manager into asic foldersDmytro Laktyushkin1-1/+1
2018-11-05drm/amd/display: clean up base dccg structDmytro Laktyushkin1-8/+0
2018-11-05drm/amd/display: move pplib/smu notification to dccg blockDmytro Laktyushkin1-4/+4
2018-10-24drm/amd/display: Disable 4k 60 HDMI on DCE11David Francis1-1/+1
2018-10-09drm/amd/display: fix memory leak in resource poolsJun Lei1-0/+2
2018-10-09drm/amd/display: clean up encoding checksEric Yang1-2/+1
2018-09-14drm/amd/display: Fix 3D stereo issues.Charlene Liu1-0/+3
2018-09-10drm/amd/display: num of sw i2c/aux engines less than num of connectorsHersen Wu1-0/+4
2018-08-27drm/amd/display: Create new i2c resourceDavid Francis1-1/+50
2018-07-27drm/amd/display: flatten aux_engine and engineBhawanpreet Lakha1-2/+2
2018-07-24drm/amd/display: Decouple aux from i2cBhawanpreet Lakha1-0/+45
2018-07-13drm/amd/display: Convert remaining loggers off dc_loggerNicholas Kazlauskas1-20/+14
2018-07-05drm/amd/display: rename dce_disp_clk to dccgDmytro Laktyushkin1-3/+3
2018-07-05drm/amd/display: rename display clock block to dccgDmytro Laktyushkin1-5/+5
2018-06-15drm/amdgpu/display: drop DRM_AMD_DC_FBC kconfig optionAlex Deucher1-6/+1
2018-04-11drm/amd/display: drop dc_validate_guaranteedJulian Parkin1-33/+0
2018-03-07drm/amd/display: validate plane format on primary planeShirish S1-0/+7
2018-03-05drm/amd/display: validate plane in dce110 for scalingShirish S1-0/+11
2018-03-05drm/amd/display: define DC_LOGGER for loggerBhawanpreet Lakha1-3/+3
2018-03-05drm/amd/display: Use MACROS instead of dm_loggerBhawanpreet Lakha1-3/+3
2018-02-19drm/amd/display: Add timing generator count to resource pool.Yongqiang Sun1-1/+1
2018-02-19drm/amd/display: Use real BE and FE index to program regs.Yongqiang Sun1-2/+2
2017-12-19BackMerge tag 'v4.15-rc4' into drm-nextDave Airlie1-1/+1
2017-12-04drm/amd/display: Add APU cap in dc_capsAnthony Koo1-0/+1
2017-12-04drm/amdgpu: add license to files where it was missingAlex Deucher1-1/+1
2017-11-28drm/amd/display: fix memory leaks on error exit returnColin Ian King1-5/+7
2017-10-21drm/amd/display: make FBC configurable optionShirish S1-2/+2
2017-10-21drm/amd/display: fix multi-display on CZRoman Li1-8/+21
2017-10-06amdgpu/dc: kfree already checks for NULL.Dave Airlie1-8/+3
2017-09-29amdgpu/dc: remove pointless return from build_pipe_hw_paramDave Airlie1-8/+2
2017-09-29amdgpu/dc: another round of dce/dcn construct cleanups.Dave Airlie1-4/+2
2017-09-29amdgpu/dc: make dce transform constructor voidDave Airlie1-7/+3
2017-09-29amdgpu/dc: make opp construct void.Dave Airlie1-7/+3
2017-09-29amdgpu/dc: make link encoder construct void.Dave Airlie1-14/+7
2017-09-29amdgpu/dc: make stream encoder constructor return void.Dave Airlie1-8/+4