summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm
AgeCommit message (Expand)AuthorFilesLines
2018-08-10Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...drm-next-2018-08-15Dave Airlie2-18/+41
2018-08-06drm/amd/display: Implement custom degamma lut on dcnDavid Francis1-10/+32
2018-08-06drm/amd/display: Read back max backlight value at bootDavid Francis1-0/+1
2018-08-06drm/amd/display: Implement backlight_ops.get_brightnessDavid Francis1-1/+6
2018-08-06drm/amd/display: Use requested HDMI aspect ratioLeo (Sunpeng) Li1-7/+2
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie1-1/+0
2018-07-20drm/amd/display: Convert 10kHz clks from PPLib into kHzRex Zhu1-2/+2
2018-07-20drm/amd/display: Honor pplib stutter mask for all ASICs in DCHarry Wentland1-4/+3
2018-07-20drm/amd/display: Drop unused backlight functions in DMHarry Wentland1-16/+2
2018-07-20Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie5-121/+752
2018-07-20Merge tag 'drm-misc-next-2018-07-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-8/+8
2018-07-19drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86Michel Dänzer1-4/+4
2018-07-16drm/amd/display: Add hook for MST root branch infoNikola Cornij1-0/+5
2018-07-13drm/amd/display: dp debugfs allow link rate lane count greater than dp rx rep...Hersen Wu1-2/+1
2018-07-13drm/amd/display: Return out_link_loss from interrupt handlerFatemeh Darbehani1-1/+1
2018-07-13drm/amd/display: add pp to dc powerlevel enum translatorMikita Lipski1-1/+28
2018-07-13drm/amd/display: Add YCbCr420 only support for HDMI 4K@60Jerry (Fangzhi) Zuo1-1/+4
2018-07-13drm/amd/display: Linux hook test pattern through debufsHersen Wu1-15/+55
2018-07-13drm/amd/display: Fix compile error on older GCC versionsLeo (Sunpeng) Li1-2/+2
2018-07-13drm/amd/display: Linux set/read lane settings through debugfsHersen Wu1-59/+207
2018-07-13drm/amd/display: hook dp test pattern through debugfsHersen Wu1-11/+211
2018-07-13drm/amd/display: Return aux replies directly to DRMHarry Wentland1-33/+56
2018-07-13drm/amd/display: Serialize is_dp_sink_presentHarry Wentland1-0/+16
2018-07-13drm/amd/display: set-read link rate and lane count through debugfsHersen Wu1-31/+196
2018-07-13Revert "drm/amd/display: make dm_dp_aux_transfer return payload bytes instead...Harry Wentland1-5/+4
2018-07-13Revert "drm/amd/display: Don't return ddc result and read_bytes in same retur...Harry Wentland1-12/+8
2018-07-13drm: drop _mode_ from remaining connector functionsDaniel Vetter1-3/+3
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter2-4/+4
2018-07-12drm/amd/display: Convert 10kHz clks from PPLib into kHz for VegaHarry Wentland1-2/+3
2018-07-10Revert "drm/amd/display: Don't return ddc result and read_bytes in same retur...Alex Deucher1-12/+8
2018-07-10drm/amdgpu: allocate gart memory when it's required (v3)Junwei Zhang1-2/+11
2018-07-10drm/amdgpu: separate gpu address from bo pinJunwei Zhang1-1/+2
2018-07-05drm/amd/display: add a check for display depth validityMikita Lipski1-0/+42
2018-07-05drm/amd/display: adding ycbcr420 pixel encoding for hdmiMikita Lipski1-2/+5
2018-07-05drm/amd/display: Fix copy error when set memory clocksRex Zhu1-2/+2
2018-07-05drm/amd/display: Refine the implementation of dm_pp_get_funcs_rvRex Zhu1-40/+40
2018-07-05drm/amd/display: Notify powerplay the display controller idrex zhu1-0/+7
2018-07-05drm/amd/display: Notify powerplay the min_dcef clockrex zhu1-0/+5
2018-07-05drm/amd/pp: Convert clock unit to KHz as definedRex Zhu1-11/+7
2018-07-05drm/amd/display: Ctrl stutter mode through module parameterrex zhu1-1/+1
2018-07-05drm/amd/display: Fix dm-pp clks type convert errorrex zhu1-0/+3
2018-07-05drm/amd/display: Drop unnecessary header filerex zhu1-1/+0
2018-07-05drm/amd/display: Moving powerplay functions to a separate classMikita Lipski3-493/+526
2018-07-05drm/amd/display: Convert 10kHz clks from PPLib into kHzMikita Lipski1-6/+9
2018-07-05drm/amd/display: Add dmpp clks types for conversionMikita Lipski1-23/+18
2018-07-05drm/amd/display: Add front end for dp debugfs filesDavid Francis4-1/+215
2018-07-05drm/amd/display: Add clock types to applying clk for voltageMikita Lipski1-0/+8
2018-07-05drm/amd/display: Use local structs instead of struct pointersMikita Lipski1-11/+11
2018-07-05drm/amd/display: Introduce pp-smu raven functionsMikita Lipski1-1/+87