summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/nouveau/drm/nouveau: Prevent handling ACPI HPD events too earlyLyude Paul2018-09-061-6/+20
| * | | drm/nouveau: Reset MST branching unit before enablingLyude Paul2018-09-061-8/+12
| * | | drm/nouveau: Only write DP_MSTM_CTRL when neededLyude Paul2018-09-061-9/+36
| * | | drm/nouveau: Remove useless poll_enable() call in drm_load()Lyude Paul2018-09-061-3/+1
| * | | drm/nouveau: Remove useless poll_disable() call in switcheroo_set_state()Lyude Paul2018-09-061-1/+0
| * | | drm/nouveau: Remove useless poll_enable() call in switcheroo_set_state()Lyude Paul2018-09-061-1/+0
| * | | drm/nouveau: Fix deadlocks in nouveau_connector_detect()Lyude Paul2018-09-061-0/+22
| * | | drm/nouveau/drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()Lyude Paul2018-09-061-9/+11
| * | | drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul2018-09-064-2/+64
| * | | drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()Lyude Paul2018-09-061-1/+0
| * | | drm/nouveau/drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placementLyude Paul2018-09-061-2/+5
| | |/ | |/|
* | | drm/i915/dp_mst: Fix enabling pipe clock for all streamsImre Deak2018-09-042-8/+13
* | | drm/i915/dsc: Fix PPS register definition macros for 2nd VDSC engineManasi Navare2018-09-041-2/+2
* | | drm/i915: Re-apply "Perform link quality check, unconditionally during long p...Jan-Marek Glogowski2018-09-041-14/+19
* | | Merge tag 'gvt-fixes-2018-09-04' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2018-09-046-26/+86
|\ \ \ | | |/ | |/|
| * | drm/i915/gvt: Give new born vGPU higher scheduling chanceZhenyu Wang2018-09-031-7/+27
| * | drm/i915/gvt: Fix drm_format_mod value for vGPU planeZhenyu Wang2018-08-303-11/+29
| * | drm/i915/gvt: move intel_runtime_pm_get out of spin_lock in stop_scheduleHang Yuan2018-08-302-2/+3
| * | drm/i915/gvt: Handle GEN9_WM_CHICKEN3 with F_CMD_ACCESS.Colin Xu2018-08-301-1/+3
| * | drm/i915/gvt: Make correct handling to vreg BXT_PHY_CTL_FAMILYColin Xu2018-08-301-3/+9
| * | drm/i915/gvt: emulate gen9 dbuf ctl register accessXiaolin Zhang2018-08-301-2/+15
* | | Merge tag 'drm-intel-fixes-2018-08-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-08-305-13/+11
|\| |
| * | drm/i915/audio: Hook up component bindings even if displays are disabledChris Wilson2018-08-291-3/+0
| * | drm/i915: Increase LSPCON timeoutFredrik Schön2018-08-291-1/+1
| * | drm/i915: Stop holding a ref to the ppgtt from each vmaChris Wilson2018-08-291-4/+0
| * | drm/i915: Free write_buf that we allocated with kzalloc.Rodrigo Vivi2018-08-281-2/+6
| * | drm/i915: Fix glk/cnl display w/a #1175Ville Syrjälä2018-08-281-3/+4
| |/
* | Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-08-3014-109/+124
|\ \
| * | drm/amdgpu: Need to set moved to true when evict boEmily Deng2018-08-281-0/+1
| * | drm/amdgpu: Remove duplicated power source updateRex Zhu2018-08-271-8/+0
| * | drm/amd/display: Fix memory leak caused by missed dc_sink_releaseSivapiriyanKumarasamy2018-08-271-1/+5
| * | drm/amdgpu: fix holding mn_lock while allocating memoryChristian König2018-08-271-12/+19
| * | drm/amdgpu: Power on uvd block when hw_finiRex Zhu2018-08-271-2/+2
| * | drm/amdgpu: Update power state at the end of smu hw_init.Rex Zhu2018-08-272-5/+2
| * | drm/amdgpu: Fix vce initialize failed on Kaveri/MullinsRex Zhu2018-08-271-15/+26
| * | drm/amdgpu: Enable/disable gfx PG feature in rlc safe modeRex Zhu2018-08-271-1/+10
| * | drm/amdgpu: Adjust the VM size based on system memory size v2Felix Kuehling2018-08-272-5/+29
| * | drm/amd/display: Fix bug use wrong pp interfaceRex Zhu2018-08-241-2/+10
| * | drm/amdgpu: Fix page fault and kasan warning on pci device remove.Andrey Grodzovsky2018-08-224-49/+8
| * | amdgpu: fix multi-process hang issueEmily Deng2018-08-221-1/+2
| * | drm/amdgpu: fix preamble handlingChristian König2018-08-221-7/+9
| * | drm/amdgpu: fix VM clearing for the root PDChristian König2018-08-221-1/+1
* | | drm/mediatek: fix connection from RDMA2 to DSI1Stu Hsieh2018-08-271-1/+1
* | | drm/mediatek: update some variable name from ovl to compStu Hsieh2018-08-272-14/+14
* | | drm/mediatek: use layer_nr function to get layer number to init planeStu Hsieh2018-08-272-8/+14
* | | drm/mediatek: add function to return RDMA layer numberStu Hsieh2018-08-271-0/+6
* | | drm/mediatek: add function to return OVL layer numberStu Hsieh2018-08-271-0/+6
* | | drm/mediatek: add function to get layer number for componentStu Hsieh2018-08-271-0/+9
* | | drm/mediatek: add YUYV/UYVY color format support for RDMAStu Hsieh2018-08-271-0/+20
* | | drm/mediatek: add the comment about color format setting for OVLStu Hsieh2018-08-271-0/+5