summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-09-26drm/amd/display: dce80, 100, 110 and 112 to dce ipp refactorDmytro Laktyushkin15-848/+171
2017-09-26drm/amd/display: dce120 to dce ipp refactorDmytro Laktyushkin14-525/+521
2017-09-26drm/amd/display: clarify delay param for REG_WAITTony Cheng1-2/+2
2017-09-26drm/amd/display: move tg_color to dc_hw_typesTony Cheng2-18/+6
2017-09-26drm/amd/display: PSR RefactorSylvia Tsai11-150/+93
2017-09-26drm/amd/display: Make dc_link param const in set_drive_settingsZeyu Fan2-2/+2
2017-09-26drm/amd/display: improve cursor programming reliabilityDmytro Laktyushkin7-41/+32
2017-09-26drm/amd/display: USB-c DP-HDMI dongle shows garbage on Sony TVCharlene Liu4-4/+47
2017-09-26drm/amd/display: Make sure v_total_min and max not less than v_total.Yongqiang Sun3-4/+16
2017-09-26drm/amd/display: always retrieve PSR capAmy Zhang1-2/+1
2017-09-26drm/amd/display: fix memory leakDmytro Laktyushkin1-14/+12
2017-09-26drm/amd/display: set correct v_total_min and v_total_max for dce.Yongqiang Sun2-4/+4
2017-09-26drm/amd/display: remove unnecessary allocation for regamma_params inside oppDmytro Laktyushkin4-17/+5
2017-09-26drm/amd/display: Fix memory leak in post_update_surfacesHarry Wentland1-2/+5
2017-09-26drm/amd/display: Block YCbCr formats for eDP. Revert previous change.Zeyu Fan1-2/+6
2017-09-26drm/amd/display: make dc_commit_surfaces_to_stream() re-entrantShirish S1-27/+44
2017-09-26drm/amd/display: update the YUV plane offsetsShirish S1-7/+7
2017-09-26drm/amd/display: initialize YUV plane capabilitiesShirish S1-17/+45
2017-09-26drm/amd/display: Return context from validate_contextHarry Wentland3-15/+52
2017-09-26drm/amd/display: Move resource_validate_ctx_destruct to dc.hHarry Wentland4-19/+19
2017-09-26drm/amd/display: Copy ctx to current_context instead of assignHarry Wentland1-5/+4
2017-09-26drm/amd/display: pull commit_surfaces out of atomic_commit into helper functionHarry Wentland1-51/+62
2017-09-26drm/amd/display: update dce8 & 10 bw programmingDmytro Laktyushkin6-41/+21
2017-09-26drm/amd/display: Get rid of temp_flip_contextHarry Wentland2-14/+13
2017-09-26drm/amd/display: Remove unused scratch_val_ctxHarry Wentland2-4/+0
2017-09-26drm/amd/display: FreeSync LFC MIN/MAX update on current frameEric Cook1-28/+39
2017-09-26drm/amd/display: Add support for programming stereo syncVitaly Prosyak6-5/+49
2017-09-26drm/amd/display: Parse scanline registersSylvia Tsai7-66/+89
2017-09-26drm/amd/display: use full surface update when stream is NULLCharlene Liu2-3/+3
2017-09-26drm/amd/display: Fix missing irq refactor causing potential i2c raceJordan Lazare1-5/+10
2017-09-26drm/amd/display: Fix for tile MSTDing Wang4-0/+21
2017-09-26drm/amd/display: set NULL value during removal for remoteSinkLeon Elazar1-1/+1
2017-09-26drm/amd/display: change mpo surface update check condition.Yongqiang Sun1-5/+11
2017-09-26drm/amd/display: Add same check as reset pipes for programing backend regs.Yongqiang Sun1-0/+4
2017-09-26drm/amd/display: Adding dm controlled signal type in dc_streamSylvia Tsai2-15/+16
2017-09-26drm/amd/display: Memory was freed twice during disableLeon Elazar1-1/+0
2017-09-26drm/amd/display: Fix hotspot programming during set cursor position.Zeyu Fan4-30/+8
2017-09-26drm/amd/display: adding FCLK and DPPCLK clock typesCharlene Liu1-1/+3
2017-09-26drm/amd/display: Prevent premature pageflip when comitting in vblank. (v3)Mario Kleiner1-10/+10
2017-09-26drm/amd/display: Fix race between vblank irq and pageflip irq. (v2)Mario Kleiner1-0/+3
2017-09-26drm/amd/display: get_atomic_property missing for drm_connector_funcsPratik Vishwakarma2-38/+49
2017-09-26drm/amd/display: Fallback on legacy properties in atomic_get_propertiesHarry Wentland1-1/+39
2017-09-26drm/amd/display: Allow planes on all crtcsHarry Wentland1-1/+1
2017-09-26drm/amd/display: fix nullptr on vega initializationAlex Deucher1-0/+1
2017-09-26drm/amd/display: Fix s3 hang on resume.Andrey Grodzovsky3-7/+13
2017-09-26drm/amd/display: Log clock source in error conditionJordan Lazare1-1/+2
2017-09-26drm/amd/display: Ignore visible flag when check surface update type.Yongqiang Sun1-1/+1
2017-09-26drm/amd/display: Fill in vrefresh and min_vblank_time for dce8/dce10Jordan Lazare5-4/+40
2017-09-26drm/amd/display: PSR Aux Channel and Static Screen Support FixAmy Zhang1-2/+0
2017-09-26drm/amd/display: Refactor edid read.Andrey Grodzovsky15-465/+254