summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
Commit message (Expand)AuthorAgeFilesLines
...
* drm/amd/display: Fix 3D stereo issues.Charlene Liu2018-09-141-1/+4
* drm/amd/display: Add Raven2 definitions in dcBhawanpreet Lakha2018-09-141-0/+7
* drm/amd/display: use link type to decide stream enc acquisitionEric Yang2018-09-111-1/+1
* drm/amd/display: indent an if statementDan Carpenter2018-08-271-1/+1
* drm/amd/display: Enable Stereo in Dal3Alvin lee2018-08-271-35/+22Star
* drm/amd/display: decouple front and backend pgm using dpms_off as backend ena...Samson Tam2018-08-271-0/+6
* drm/amd/display: Refactor FreeSync moduleAnthony Koo2018-08-271-108/+2Star
* drm/amd/display: fix PIP bugs on Dal3Gloria Li2018-08-271-3/+6
* drm/amd/display: correct image viewport calculationMartin Tsai2018-08-271-0/+49
* Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"Leo (Sunpeng) Li2018-08-211-6/+6
* drm/amd/display: Check if clock source in use before disablingMikita Lipski2018-08-141-14/+32
* drm/amd/display: Allow clock sharing b/w HDMI and DVIMikita Lipski2018-08-141-2/+2
* drm/amd/display: Don't share clk source between DP and HDMIMikita Lipski2018-08-061-1/+21
* drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86Michel Dänzer2018-07-191-6/+6
* drm/amd/display: Fix new stream count check in dc_add_stream_to_ctxKen Chalmers2018-07-131-2/+2
* drm/amd/display: rename display clock block to dccgDmytro Laktyushkin2018-07-051-1/+1
* drm/amd/display: Add use_dynamic_meta flag to stream_stateKrunoslav Kovac2018-06-151-1/+2
* drm/amd/display: upgrade scaler mathDmytro Laktyushkin2018-06-151-130/+289
* drm/amd/display: truncate scaling ratios and inits to 19 bit precisionDmytro Laktyushkin2018-05-181-8/+17
* drm/amd/display: get rid of 32.32 unsigned fixed pointDmytro Laktyushkin2018-05-181-34/+34
* drm/amdgpu/display: remove VEGAM config optionAlex Deucher2018-05-181-4/+0Star
* drm/amd/display: Couple formatting fixesHarry Wentland2018-05-151-3/+3
* drm/amd/display: reprogram infoframe during apply_ctx_to_hwJulian Parkin2018-05-151-0/+18
* drm/amd/display: Implement VEGAM device IDs in DCJerry (Fangzhi) Zuo2018-05-151-0/+7
* drm/amd/display: fix segfault on insufficient TG during validationDmytro Laktyushkin2018-05-151-1/+1
* drm/amd/display: Fix structure initialization of hdmi_info_packetAnthony Koo2018-05-151-1/+3
* drm/amd/display: Updated HDR Static Metadata to directly take info packet rawAnthony Koo2018-05-151-88/+3Star
* drm/amd/display: Update scaler v_active data if interlacedDmytro Laktyushkin2018-04-111-0/+8
* drm/amd/display: Add Dynamic debug printsBhawanpreet Lakha2018-04-111-3/+4
* drm/amd/display: Rename encoder_info_packet to dc_info_packetAnthony Koo2018-04-111-51/+48Star
* drm/amd/display: drop dc_validate_guaranteedJulian Parkin2018-04-111-32/+0Star
* drm/amd/display: Varibright fix bug and review commentsSivapiriyanKumarasamy2018-03-141-0/+5
* drm/amd/display: define DC_LOGGER for loggerBhawanpreet Lakha2018-03-051-3/+4
* drm/amd/display: Use MACROS instead of dm_loggerBhawanpreet Lakha2018-03-051-1/+1
* drm/amd/display: add psr_version to streamXingyue Tao2018-03-051-1/+1
* drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2Tao2018-02-191-1/+3
* drm/amd/display: disable seamless vp adjustment for mirrored surfaceDmytro Laktyushkin2018-02-191-4/+4
* drm/amd/display: Fix null-derefs on non-dcn buildsRoman Li2018-02-191-1/+2
* drm/amd/display: Define remove_stream_from_ctx resource funcNikola Cornij2018-02-191-0/+3
* drm/amd/display: Use real BE and FE index to program regs.Yongqiang Sun2018-02-191-0/+2
* drm/amd/display: Move MAX_TMDS_CLOCK define to headerHarry Wentland2018-02-191-3/+0Star
* drm/amd/display: fix 180 full screen pipe splitDmytro Laktyushkin2017-12-201-10/+4Star
* drm/amd/display: fix rotated surface scalingDmytro Laktyushkin2017-12-201-32/+29Star
* drm/amd/display: fix recout_skip calculation when rotating 180 or 270Yongqiang Sun2017-12-141-34/+60
* drm/amdgpu: add license to files where it was missingAlex Deucher2017-12-071-1/+1
* drm/amd/display/dc/core/dc_resource: use swap macro in rect_swap_helperGustavo A. R. Silva2017-12-061-9/+2Star
* drm/amd/display: Move hdr_metadata from plane to streamAnthony Koo2017-12-041-25/+16Star
* drm/amd/display: Fix couple more inconsistent NULL checks in dc_resourceHarry Wentland2017-11-281-2/+7
* drm/amd/display: try to find matching audio inst for enc inst firstCharlene Liu2017-11-281-2/+7
* drm/amd/display: fix split viewport rounding errorDmytro Laktyushkin2017-11-281-6/+4Star