summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'mediatek-drm-fixes-4.19' of https://github.com/ckhu-mediatek/li...Dave Airlie2018-08-307-39/+168
|\ \ \ | |_|/ |/| |
| * | 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
| * | drm/mediatek: add RGB color format support for RDMAStu Hsieh2018-08-271-0/+45
| * | drm/mediatek: add memory mode and layer_config for RDMAStu Hsieh2018-08-271-0/+21
| * | drm/mediatek: add connection from RDMA2 to DSI0Stu Hsieh2018-08-271-0/+4
| * | drm/mediatek: add connection from RDMA1 to DSI0Stu Hsieh2018-08-271-0/+4
| * | drm/mediatek: add connection from RDMA0 to DSI1Stu Hsieh2018-08-271-0/+4
| * | drm/mediatek: add connection from RDMA0 to DPI1Stu Hsieh2018-08-271-0/+4
| * | drm/mediatek: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-08-271-3/+3
| * | drm/mediatek: Convert drm_atomic_helper_suspend/resume()Souptick Joarder2018-08-271-13/+8
|/ /
* | Linux 4.19-rc1v4.19-rc1Linus Torvalds2018-08-261-2/+2
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
|\ \
| * | y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15
* | | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-2628-679/+485
|\ \ \
| * | | ida: Change ida_get_new_above to return the idMatthew Wilcox2018-08-221-18/+12
| * | | ida: Remove old APIMatthew Wilcox2018-08-223-67/+11
| * | | test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-222-66/+58
| * | | test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-222-46/+40
| * | | test_ida: Move ida_check_maxMatthew Wilcox2018-08-222-28/+23
| * | | test_ida: Move ida_check_leafMatthew Wilcox2018-08-222-27/+25
| * | | idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-221-6/+7
| * | | ida: Start new test_ida moduleMatthew Wilcox2018-08-227-7/+71