Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'drm-next' into drm-next-5.3 | Alex Deucher | 2019-06-25 | 1260 | -22916/+30637 |
|\ | |||||
| * | drm/edid: use for_each_displayid_db where applicable | Andres Rodriguez | 2019-06-25 | 1 | -10/+2 |
| * | drm/edid: parse CEA blocks embedded in DisplayID | Andres Rodriguez | 2019-06-25 | 1 | -11/+70 |
| * | Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu... | Dave Airlie | 2019-06-25 | 6 | -44/+67 |
| |\ | |||||
| | * | host1x: debugfs_create_dir() can never return NULL | Greg Kroah-Hartman | 2019-06-13 | 1 | -3/+0 |
| | * | drm/tegra: dpaux: Make VDD supply optional | Thierry Reding | 2019-06-05 | 1 | -4/+9 |
| | * | drm/tegra: Use GPIO descriptor API | Thierry Reding | 2019-06-05 | 2 | -35/+20 |
| | * | gpu: host1x: Do not link logical devices to DT nodes | Thierry Reding | 2019-06-05 | 1 | -1/+31 |
| | * | gpu: host1x: Increase maximum DMA segment size | Thierry Reding | 2019-06-05 | 1 | -0/+3 |
| | * | gpu: host1x: Do not output error message for deferred probe | Thierry Reding | 2019-06-05 | 1 | -1/+4 |
| * | | Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into... | Dave Airlie | 2019-06-25 | 24 | -218/+2714 |
| |\ \ | |||||
| | * | | drm/komeda: Make Komeda interrupts shareable | Ayan Halder | 2019-06-21 | 1 | -7/+9 |
| | * | | drm/komeda: fix 32-bit komeda_crtc_update_clock_ratio | Arnd Bergmann | 2019-06-21 | 1 | -3/+2 |
| | * | | drm/komeda: Correct printk format specifier for "size_t" | james qian wang (Arm Technology China) | 2019-06-19 | 1 | -5/+6 |
| | * | | malidp: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-19 | 1 | -9/+2 |
| | * | | komeda: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-06-19 | 1 | -3/+0 |
| | * | | drm/komeda: Enable writeback split support | james qian wang (Arm Technology China) | 2019-06-19 | 3 | -14/+124 |
| | * | | drm/komeda: Add new component komeda_splitter | james qian wang (Arm Technology China) | 2019-06-19 | 4 | -2/+133 |
| | * | | drm/komeda: Accept null writeback configurations for writeback | james qian wang (Arm Technology China) | 2019-06-19 | 1 | -5/+6 |
| | * | | drm/komeda: Refine function to_d71_input_id | james qian wang (Arm Technology China) | 2019-06-19 | 1 | -15/+17 |
| | * | | drm/komeda: Add slave pipeline support | Lowry Li (Arm Technology China) | 2019-06-19 | 7 | -3/+128 |
| | * | | drm/komeda: Add layer split support | james qian wang (Arm Technology China) | 2019-06-19 | 6 | -11/+378 |
| | * | | drm/komeda: Add split support for scaler | james qian wang (Arm Technology China) | 2019-06-19 | 5 | -17/+80 |
| | * | | drm/komeda: Add component komeda_merger | james qian wang (Arm Technology China) | 2019-06-19 | 4 | -1/+143 |
| | * | | drm/komeda: Rename main engine clk name "mclk" to "aclk" | james qian wang (Arm Technology China) | 2019-06-19 | 7 | -40/+40 |
| | * | | drm/komeda: Unify mclk/pclk/pipeline->aclk to one MCLK | james qian wang (Arm Technology China) | 2019-06-19 | 5 | -42/+7 |
| | * | | drm/komeda: Adds zorder support | Lowry Li (Arm Technology China) | 2019-06-19 | 3 | -2/+97 |
| | * | | drm/komeda: Add format support for Y0L2, P010, YUV420_8/10BIT | james qian wang (Arm Technology China) | 2019-06-19 | 5 | -99/+97 |
| | * | | drm/komeda: Add komeda_fb_check_src_coords | james qian wang (Arm Technology China) | 2019-06-19 | 3 | -11/+46 |
| | * | | drm/komeda: Adds SMMU support | Lowry Li (Arm Technology China) | 2019-06-19 | 6 | -0/+82 |
| | * | | drm/komeda: Enable color-encoding (YUV format) support | Lowry Li (Arm Technology China) | 2019-06-19 | 5 | -0/+104 |
| | * | | drm/komeda: Update HW up-sampling on D71 | Lowry Li (Arm Technology China) | 2019-06-19 | 1 | -0/+29 |
| | * | | drm/komeda: Adds limitation check for AFBC wide block not support Rot90 | Lowry Li (Arm Technology China) | 2019-06-19 | 7 | -15/+48 |
| | * | | drm/komeda: Add rotation support on Komeda driver | Lowry Li (Arm Technology China) | 2019-06-19 | 3 | -0/+34 |
| | * | | drm/komeda: Clear enable bit in CU_INPUTx_CONTROL | Lowry Li (Arm Technology China) | 2019-06-19 | 1 | -1/+11 |
| | * | | arm/komeda: Convert dp_wait_cond() to return an error code. | Liviu Dudau | 2019-06-19 | 2 | -5/+4 |
| | * | | drm/komeda: Creates plane alpha and blend mode properties | Lowry Li (Arm Technology China) | 2019-06-19 | 1 | -0/+11 |
| | * | | drm/komeda: Add image enhancement support | james qian wang (Arm Technology China) | 2019-06-19 | 5 | -7/+85 |
| | * | | drm/komeda: Add engine clock requirement check for the downscaling | james qian wang (Arm Technology China) | 2019-06-19 | 7 | -6/+142 |
| | * | | drm/komeda: Add writeback scaling support | james qian wang (Arm Technology China) | 2019-06-19 | 4 | -14/+34 |
| | * | | drm/komeda: Implement D71 scaler support | james qian wang (Arm Technology China) | 2019-06-19 | 1 | -1/+130 |
| | * | | drm/komeda: Add the initial scaler support for CORE | james qian wang (Arm Technology China) | 2019-06-19 | 4 | -1/+157 |
| | * | | drm/komeda: Attach scaler to drm as private object | james qian wang (Arm Technology China) | 2019-06-19 | 1 | -0/+49 |
| | * | | drm/komeda: Added AFBC support for komeda driver | james qian wang (Arm Technology China) | 2019-06-19 | 9 | -5/+210 |
| | * | | drm/komeda: Add writeback support | james qian wang (Arm Technology China) | 2019-06-19 | 10 | -3/+398 |
| * | | | Merge tag 'drm-intel-next-2019-06-19' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 2019-06-21 | 295 | -15593/+17617 |
| |\ \ \ | |||||
| | * | | | drm/i915: Update DRIVER_DATE to 20190619 | Jani Nikula | 2019-06-19 | 1 | -2/+2 |
| | * | | | drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait() | Chris Wilson | 2019-06-19 | 11 | -66/+36 |
| | * | | | drm/i915/execlists: Detect cross-contamination with GuC | Chris Wilson | 2019-06-19 | 1 | -0/+1 |
| | * | | | drm/i915: Make the semaphore saturation mask global | Chris Wilson | 2019-06-19 | 6 | -7/+21 |