summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-22drm/msm/dpu: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-13/+2
2020-09-15drm/msm/dp: add audio support for Display Port on MSMAbhinav Kumar1-0/+7
2020-09-15drm/msm/dp: Add DP compliance tests on Snapdragon ChipsetsKuogee Hsieh1-0/+6
2020-09-15drm/msm/dpu: add display port support in DPUJeykumar Sankaran1-4/+4
2020-09-15drm/msm/dp: add displayPort driver supportChandan Uddaraju1-0/+19
2020-08-17drm/msm/dpu: Fix reservation failures in modesetKalyan Thota1-9/+11
2020-07-31drm/msm/dpu: update UBWC config for sm8150 and sm8250Jonathan Marek1-8/+0
2020-07-31drm/msm/dpu: fix/enable 6bpc dither with split-lmRob Clark1-10/+12
2020-07-31drm/msm/dpu: add support for dither block in displayKalyan Thota1-0/+39
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-7/+11
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-28/+1
2020-06-11drm/msm/dpu: allow initialization of encoder locks during encoder initKrishna Manikandan1-2/+2
2020-06-11drm/msm/dpu: fix error return code in dpu_encoder_initChen Tao1-1/+1
2020-06-11drm/msm/dpu: request for display color blocks based on hw catalog entryKalyan Thota1-4/+8
2020-05-27drm/msm/dpu: Stop copying around mode->private_flagsVille Syrjälä1-28/+1
2020-05-18drm/msm/dpu: add support for color processing blocks in dpu driverKalyan Thota1-1/+11
2020-03-31Merge tag 'drm-msm-next-2020-03-22' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-68/+50
2020-03-19drm/msm/dpu: fix comparing pointer to 0 in dpu_encoder.cZheng Bin1-5/+5
2020-03-19drm/msm/dpu: Track resources in global stateDrew Davenport1-35/+30
2020-03-19drm/msm/dpu: Refactor rm iteratorDrew Davenport1-36/+23
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-104/+82
2020-02-15drm: drop unused drm_display_mode.privateSam Ravnborg1-1/+0
2020-01-02drm/msm/dpu: Remove unneeded semicolon in dpu_encoder.czhengbin1-1/+1
2020-01-02drm/msm/dpu: Remove unnecessary NULL checkDrew Davenport1-95/+60
2020-01-02drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport1-6/+4
2020-01-02msm:disp:dpu1: add mixer selection for display topologyKalyan Thota1-3/+18
2019-10-07drm/msm/dpu: Remove set but not used variables 'mode', 'dpu_kms', 'priv'zhengbin1-3/+0
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport1-12/+2
2019-10-07drm/msm/dpu: Remove unnecessary NULL checksDrew Davenport1-10/+5
2019-10-07drm/msm/dpu: Remove unused variablesDrew Davenport1-7/+0
2019-09-03drm/msm/dpu: async commit supportRob Clark1-4/+3
2019-09-03drm/msm/dpu: unwind async commit handlingRob Clark1-26/+13
2019-09-03drm/msm/dpu: remove unused argRob Clark1-1/+1
2019-09-03drm/msm/dpu: remove some impossible error checkingRob Clark1-19/+0
2019-09-03drm/msm: drop use of drmP.hSam Ravnborg1-3/+5
2019-07-22drm/msm/dpu: Correct dpu encoder spinlock initializationShubhashree Dhar1-2/+1
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-5/+0
2019-06-20drm/msm/dpu: Remove call to drm_mode_set_crtcinfoSean Paul1-3/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-18msm: dpu1: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2019-04-18drm/msm/dpu: assign intf to encoder in mode_setJeykumar Sankaran1-1/+21
2019-04-18drm/msm/dpu: map mixer/ctl hw blocks in encoder modesetJeykumar Sankaran1-7/+30
2019-04-18drm/msm/dpu: dont use encoder->crtc in atomic pathJeykumar Sankaran1-1/+6
2019-04-18drm/msm/dpu: release resources on modeset failureJeykumar Sankaran1-2/+5
2019-04-18drm/msm: dpu: Don't set frame_busy_mask for async updatesSean Paul1-1/+7
2019-04-18drm/msm: dpu: Don't queue the frame_done watchdog for cursorSean Paul1-6/+13
2019-04-18drm/msm: dpu: Untangle frame_done timeout unitsSean Paul1-8/+11
2019-04-18drm/msm: dpu: Simplify frame_done watchdog timeout calculationSean Paul1-5/+7
2019-04-18drm/msm: Use drm_mode_vrefresh instead of mode->vrefreshSean Paul1-3/+3
2019-02-20Merge https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-22/+10