summaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'drm-vmwgfx-next' of git://people.freedesktop.org/~syeh/repos_li...Dave Airlie2017-04-281-1/+1
| |\ \ \ \ \ \
| | * | | | | | drm/vmwgfx: Convert macro to octal representationØyvind A. Holm2017-04-211-1/+1
| * | | | | | | drm: mali-dp: use div_u64 for expensive 64-bit divisionsArnd Bergmann2017-04-261-5/+4
| * | | | | | | drm: mali-dp: Check the mclk rate and allow up/down scalingMihail Atanassov2017-04-243-12/+85
| * | | | | | | drm: mali-dp: Enable image enhancement when scalingMihail Atanassov2017-04-244-1/+42
| * | | | | | | drm: mali-dp: Add plane upscaling supportMihail Atanassov2017-04-247-17/+407
| * | | | | | | drm/mali-dp: Add core_id file to the sysfs interfaceLiviu Dudau2017-04-242-0/+36
| * | | | | | | drm: mali-dp: Add CTM supportMihail Atanassov2017-04-245-4/+98
| * | | | | | | drm: mali-dp: enable gamma supportMihail Atanassov2017-04-246-9/+196
| * | | | | | | drm: mali-dp: add malidp_crtc_state structMihail Atanassov2017-04-242-3/+55
| * | | | | | | drm: mali-dp: add custom reset hook for planesMihail Atanassov2017-04-241-1/+22
| * | | | | | | drm: mali-dp: remove unused variableArnd Bergmann2017-04-241-1/+0
| * | | | | | | drm: mali-dp: add atomic_print_state for planesMihail Atanassov2017-04-241-0/+13
| * | | | | | | drm: mali-dp: Enable power management for the device.Liviu Dudau2017-04-244-23/+125
| * | | | | | | drm: mali-dp: Update the state of all planes before re-enabling active CRTCs.Liviu Dudau2017-04-241-4/+8
| |/ / / / / /
| * | | | | | Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie2017-04-2110-40/+41
| |\ \ \ \ \ \
| | * | | | | | dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-208-32/+32
| | * | | | | | drm: atmel-hlcdc: Uninitialized return in atmel_hlcdc_create_outputs()Dan Carpenter2017-04-181-3/+2
| | * | | | | | drm/sti: fix GDP size to support up to UHD resolutionVincent Abriou2017-04-131-5/+7
| * | | | | | | Merge tag 'sunxi-drm-for-4.12' of https://git.kernel.org/pub/scm/linux/kernel...Dave Airlie2017-04-2014-107/+163
| |\ \ \ \ \ \ \
| | * | | | | | | drm/sun4i: Pass pointer for underlying backend into layer initChen-Yu Tsai2017-03-093-9/+9
| | * | | | | | | drm/sun4i: Pass pointers for associated backend and tcon into crtc initChen-Yu Tsai2017-03-093-6/+9
| | * | | | | | | drm/sun4i: tv: Get tcon and backend pointers from associated crtcChen-Yu Tsai2017-03-091-8/+11
| | * | | | | | | drm/sun4i: Use embedded tcon pointer to get the tcon's output port nodeChen-Yu Tsai2017-03-091-1/+1
| | * | | | | | | drm/sun4i: Fix tcon channel 0 comment about backporch = backporch + hsyncChen-Yu Tsai2017-03-091-2/+2
| | * | | | | | | drm/sun4i: Fix TCON clock and regmap initialization sequenceChen-Yu Tsai2017-03-091-7/+15
| | * | | | | | | drm/sun4i: Grab reserved memory regionMaxime Ripard2017-03-071-1/+11
| | * | | | | | | drm/sun4i: Add backend and tcon pointers to sun4i_crtcChen-Yu Tsai2017-03-072-12/+9
| | * | | | | | | drm/sun4i: Add backend pointer to sun4i_layerChen-Yu Tsai2017-03-072-5/+4
| | * | | | | | | drm/sun4i: rgb: Pass tcon pointer when initializing RGB encoderChen-Yu Tsai2017-03-073-20/+11
| | * | | | | | | drm/sun4i: tv: Switch to drm_of_find_possible_crtcsChen-Yu Tsai2017-03-071-1/+7
| | * | | | | | | drm/sun4i: Drop hardcoded .possible_crtcs values from layersChen-Yu Tsai2017-03-073-2/+13
| | * | | | | | | drm/sun4i: Drop primary layer pointer from sun4i_drvChen-Yu Tsai2017-03-073-8/+21
| | * | | | | | | drm/sun4i: Initialize crtc from tcon bind functionChen-Yu Tsai2017-03-075-13/+13
| | * | | | | | | drm/sun4i: Move layers from sun4i_drv to sun4i_crtcChen-Yu Tsai2017-03-074-11/+10
| | * | | | | | | drm/sun4i: Add end of list element for sun4i_layers_init's returned listChen-Yu Tsai2017-03-071-1/+1
| | * | | | | | | drm/sun4i: Set drm_crtc.port to the underlying TCON's output port nodeChen-Yu Tsai2017-03-071-0/+5
| | * | | | | | | drm/sun4i: Make sunxi_rgb2yuv_coef constantChen-Yu Tsai2017-03-071-1/+1
| | * | | | | | | drm/sun4i: Make sun4i_crtc_init return ERR_PTR style error codesChen-Yu Tsai2017-03-072-4/+4
| | * | | | | | | drm/sun4i: Save newly created layer in layers array in sun4i_layers_initChen-Yu Tsai2017-03-071-0/+1
| | * | | | | | | drm/sun4i: Drop useless assignment in sun4i_layers_initChen-Yu Tsai2017-03-071-1/+1
| | * | | | | | | drm/sun4i: Fix kcalloc element size in sun4i_layers_initChen-Yu Tsai2017-03-071-1/+1
| | * | | | | | | drm/sun4i: Check return value of drm_vblank_initChen-Yu Tsai2017-03-071-1/+5
| | * | | | | | | drm/sun4i: Fix up error path cleanup for master bind functionChen-Yu Tsai2017-03-071-5/+11
| | * | | | | | | drm/sun4i: Move drm_mode_config_cleanup call to main driverChen-Yu Tsai2017-03-072-1/+1
| * | | | | | | | Merge tag 'v4.11-rc7' into drm-nextDave Airlie2017-04-1912-27/+78
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'drm-misc-next-fixes-2017-04-12' of git://anongit.freedesktop.org/g...Dave Airlie2017-04-132-1/+16
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | / / / / / | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | drm: Fix get_property logic fumbleDaniel Vetter2017-04-121-1/+1
| | * | | | | | | drm: dw-hdmi: Implement the mode_fixup drm helperRomain Perier2017-04-101-0/+15
| * | | | | | | | Merge tag 'drm/panel/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2017-04-125-0/+1259
| |\ \ \ \ \ \ \ \