summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos/vidi: fix memory leak in .get_modes()Jani Nikula2024-07-051-1/+6
* drm/exynos: Call drm_atomic_helper_shutdown() at shutdown/unbind timeDouglas Anderson2024-02-231-0/+11
* drm/exynos: gsc: minor fix for loop iteration in gsc_runtime_resumeFedor Pchelkin2024-02-231-1/+1
* drm/exynos: fix a potential error pointer dereferenceXiang Yang2024-01-251-0/+2
* drm/exynos: fix a possible null-pointer dereference due to data race in exyno...Tuo Li2023-09-231-3/+2
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-3/+3
* drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctlMin Li2023-06-281-1/+1
* drm/exynos: vidi: fix a wrong error returnInki Dae2023-06-281-2/+0
* drm/exynos: fix g2d_open/close helper function definitionsArnd Bergmann2023-05-301-2/+2
* drm/exynos: fix ref count leak in mic_pre_enableNavid Emamdoost2020-07-221-1/+3
* drm/exynos: dsi: fix workaround for the legacy clock nameMarek Szyprowski2020-03-251-3/+4
* drm/exynos: dsi: propagate error value and silence meaningless warningMarek Szyprowski2020-03-251-2/+3
* drm/exynos: gsc: add missed component_delChuhong Yuan2020-01-121-0/+1
* drm/exynos: fix missing decrement of retry counterColin Ian King2019-08-251-2/+2
* drm/exynos/mixer: fix MIXER shadow registry synchronisation codeAndrzej Hajda2019-04-201-44/+66
* Revert "drm/exynos/decon5433: implement frame counter"Inki Dae2018-11-273-21/+0
* drm/exynos: Use selected dma_dev default iommu domain instead of a fake oneMarek Szyprowski2018-10-011-28/+6
* drm/exynos/mixer: Remove unused local variable privKrzysztof Kozlowski2018-07-241-2/+0
* drm/exynos: Ensure suspended runtime PM state during system suspendMarek Szyprowski2018-07-248-0/+17
* drm/exynos: Suspend/resume display pipeline as early/late as possibleMarek Szyprowski2018-07-241-7/+4
* drm/exynos: Drop useless check from exynos_drm_{suspend,resume}Marek Szyprowski2018-07-241-2/+2
* drm/exynos: Use common exynos_drm_gem_get()/put() functions for GEM lookupMarek Szyprowski2018-07-242-11/+9
* drm/exynos: gem: Simplify access to exynos GEM objectsMarek Szyprowski2018-07-243-96/+35
* drm/exynos: g2d: Convert to driver component APIMarek Szyprowski2018-07-246-335/+115
* Merge tag 'exynos-drm-fixes-for-v4.18-rc4' of git://git.kernel.org/pub/scm/li...Inki Dae2018-07-2411-102/+149
|\
| * drm/exynos: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-07-021-2/+2
| * drm/exynos: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-07-022-6/+6
| * drm/exynos: Replace drm_framebuffer_{un/reference} with put,get functionsThomas Zimmermann2018-07-021-1/+1
| * drm/exynos: ipp: use correct enum typeStefan Agner2018-06-291-1/+1
| * drm/exynos: decon5433: Fix WINCONx reset valueMarek Szyprowski2018-06-291-1/+1
| * drm/exynos: decon5433: Fix per-plane global alpha for XRGB modesMarek Szyprowski2018-06-291-2/+2
| * drm/exynos: fimc: Use real buffer width for configuring the hardwareMarek Szyprowski2018-06-291-7/+10
| * drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modesMarek Szyprowski2018-06-292-9/+21
| * drm/exynos: gsc: Fix DRM_MODE_REFLECT_{X,Y} interpretationMarek Szyprowski2018-06-291-8/+8
| * drm/exynos: gsc: Increase Exynos5433 buffer width alignment to 16 pixelsMarek Szyprowski2018-06-291-1/+1
| * drm/exynos: gsc: Use real buffer width for configuring the hardwareMarek Szyprowski2018-06-291-2/+2
| * drm/exynos: scaler: Fix support for YUV420, YUV422 and YUV444 modesMarek Szyprowski2018-06-291-6/+6
| * drm/exynos: scaler: Reset hardware before starting the operationAndrzej Pietrasiewicz2018-06-291-3/+29
| * drm/exynos: rotator: Fix DRM_MODE_REFLECT_{X,Y} interpretationMarek Szyprowski2018-06-291-2/+2
| * drm/exynos: ipp: Rework checking for the correct buffer formatsMarek Szyprowski2018-06-291-51/+57
* | drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-134-4/+4
* | drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-132-2/+2
* | drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon2018-07-103-4/+9
* | Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-06-221-2/+0
|\ \ | |/ |/|
| * Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-06-2023-2168/+3203
| |\
| * | drm/exynos: Stop updating plane->crtcVille Syrjälä2018-06-111-2/+0
* | | treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-124-6/+8
| |/ |/|
* | Merge tag 'exynos-drm-next-for-v4.18-v2' of git://git.kernel.org/pub/scm/linu...Dave Airlie2018-05-306-20/+22
|\ \
| * | drm/exynos: fimc: signedness bug in fimc_setup_clocks()Dan Carpenter2018-05-251-1/+1
| * | drm/exynos: scaler: fix static checker warningInki Dae2018-05-251-1/+1