summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Fix connector leak during driver unloadSam Bobroff2018-12-061-0/+1
* Merge tag 'drm-misc-fixes-2018-12-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-12-069-39/+60
|\
| * drm/fb-helper: Fix typo in parameter descriptionWei Yongjun2018-12-041-1/+1
| * drm/omap: fix incorrect union usageSebastian Reichel2018-12-031-25/+33
| * drm/omap: populate DSI platform bus earlierSebastian Reichel2018-12-031-10/+10
| * drm/omap: fix bus_flags for panel-dpiTomi Valkeinen2018-12-032-1/+2
| * drm/bridge: fix AUX_CMD_SEND bit value for ti, sn65dsi86 bridgeSandeep Panda2018-11-301-1/+1
| * drm/lease: Send a distinct ueventDaniel Vetter2018-11-303-1/+13
* | Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-12-0614-53/+104
|\ \
| * | drm/amdgpu/vcn: Update vcn.cur_state during suspendJames Zhu2018-12-051-1/+2
| * | drm/amd/display: Fix overflow/truncation from strncpy.Nicholas Kazlauskas2018-12-041-3/+3
| * | drm/amd/powerplay: improve OD code robustnesstianci yin2018-12-042-8/+16
| * | drm/amdgpu: enlarge maximum waiting time of KIQwentalou2018-12-041-1/+1
| * | drm/amd/powerplay: support SoftMin/Max setting for some specific DPMEvan Quan2018-12-031-22/+32
| * | drm/amd/powerplay: issue pre-display settings for display change eventEvan Quan2018-12-032-2/+3
| * | drm/amd/powerplay: support new pptable upload on Vega20Evan Quan2018-12-031-1/+3
| * | drm/amdgpu/gmc8: always load MC firmware in the driverAlex Deucher2018-12-031-8/+1
| * | drm/amdgpu/gmc8: update MC firmware for polarisAlex Deucher2018-12-031-5/+24
| * | drm/amdgpu: update mc firmware image for polaris12 variantsJunwei Zhang2018-12-031-0/+10
| * | drm/amdgpu: wait for IB test on first device openChristian König2018-11-301-3/+3
| * | drm/amdgpu: add VCN JPEG support amdgpu_ctx_num_entitiesAlex Deucher2018-11-301-0/+1
| * | drm/ttm: fix LRU handling in ttm_buffer_object_transferChristian König2018-11-301-1/+3
| * | drm/amd/display: Fix 6x4K displays light-up on Vega20 (v2)Roman Li2018-11-291-0/+2
| * | drm/amd/display: Fix unintialized max_bpc state valuesNicholas Kazlauskas2018-11-291-0/+2
* | | drm/msm: Fix error return checkingWen Yang2018-12-031-1/+1
* | | drm/msm/dpu: Ignore alpha for XBGR8888 formatJayant Shekhar2018-12-031-1/+1
* | | drm/msm: dpu: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing2018-12-031-2/+0
* | | drm/msm/hdmi: Drop pointless static qualifier in msm_hdmi_bind()YueHaibing2018-12-031-1/+1
* | | drm/msm: Move fence put to where failure occursRobert Foss2018-12-031-7/+8
* | | drm/msm: dpu: Don't set legacy plane->crtc pointerSean Paul2018-12-031-1/+0
* | | drm/msm/gpu: Don't map command buffers with nr_relocs equal to 0Jordan Crouse2018-12-031-0/+3
* | | drm/msm/hdmi: Enable HPD after HDMI IRQ is set upTodor Tomov2018-12-033-8/+9
* | | drm/msm: validate display and event threadsJeykumar Sankaran2018-12-031-33/+16
* | | drm/msm: Grab a vblank reference when waiting for commit_doneSean Paul2018-11-301-0/+5
* | | drm/msm/dsi: configure VCO rate for 10nm PLL driverAbhinav Kumar2018-11-301-1/+3
* | | drm/msm: fix handling of cmdstream offsetRob Clark2018-11-301-1/+4
* | | drm/msm/gpu: Fix a couple memory leaks in debugfsDan Carpenter2018-11-301-4/+11
* | | drm/msm: Fix task dump in gpu recoverySharat Masetty2018-11-301-5/+4
* | | drm/msm: Check if target supports crash dump captureSharat Masetty2018-11-301-0/+4
|/ /
* | Merge tag 'drm-misc-fixes-2018-11-28-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2018-11-295-8/+38
|\|
| * Revert "drm/dp_mst: Skip validating ports during destruction, just ref"Lyude Paul2018-11-281-13/+2
| * drm/meson: add support for 1080p25 modeChristian Hewitt2018-11-261-0/+1
| * drm/meson: Fix OOB memory accesses in meson_viu_set_osd_lut()Lyude Paul2018-11-261-6/+6
| * drm/meson: Enable fast_io in meson_dw_hdmi_regmap_configLyude Paul2018-11-261-0/+1
| * drm/meson: Fixes for drm_crtc_vblank_on/off supportNeil Armstrong2018-11-262-2/+28
| * drm: set is_master to 0 upon drm_new_set_master() failureSergio Correia2018-11-261-0/+2
| * drm/dp_mst: Skip validating ports during destruction, just refLyude Paul2018-11-261-2/+13
* | Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-11-293-12/+14
|\ \
| * | drm/amdgpu: Add delay after enable RLC ucodeshaoyunl2018-11-281-3/+4
| * | drm/amdgpu: Avoid endless loop in GPUVM fragment processingFelix Kuehling2018-11-281-2/+4