summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorFilesLines
2024-12-14drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-4/+2
2024-12-14drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-4/+2
2024-04-10drm/imx/ipuv3: do not return negative values from .get_modes()Jani Nikula1-2/+2
2023-08-11drm/imx/ipuv3: Fix front porch adjustment upon hactive aligningAlexander Stein1-1/+1
2023-01-12drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel1-6/+8
2022-11-26drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry1-2/+3
2022-08-25drm/imx/dcss: get rid of HPD warning messageLaurentiu Palcu1-2/+0
2022-07-29drm/imx/dcss: Add missing of_node_put() in fail pathLiang He1-0/+3
2022-06-14drm: imx: fix compiler warning with gcc-12Linus Torvalds1-1/+1
2022-04-13drm/imx: dw_hdmi-imx: Fix bailout in error cases of probeLiu Ying1-1/+7
2022-04-13drm/imx: Fix memory leak in imx_pd_connector_get_modesJosé Expósito1-1/+3
2022-04-13drm/imx: imx-ldb: Check for null pointer after calling kmemdupJiasheng Jiang1-0/+2
2022-03-23drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_che...Christoph Niedermaier1-8/+0
2021-11-18Revert "drm/imx: Annotate dma-fence critical section in commit path"Fabio Estevam1-2/+0
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-27/+3
2021-08-16drm/imx: ipuv3-plane: fix accidental partial revert of 8 pixel alignment fixPhilipp Zabel1-1/+1
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart3-11/+3
2021-06-29drm/imx/dcss: Don't set struct drm_device.irq_enabledThomas Zimmermann1-3/+0
2021-06-29drm/imx: Don't set struct drm_device.irq_enabledThomas Zimmermann1-11/+0
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2-2/+0
2021-05-20Merge tag 'imx-drm-next-2021-05-12' of git://git.pengutronix.de/git/pza/linux...Dave Airlie4-21/+131
2021-05-10drm/imx: ipuv3-plane: add color encoding and range propertiesPhilipp Zabel1-1/+31
2021-05-10gpu: ipu-v3: Add Rec.709 limited range support to DPPhilipp Zabel1-3/+6
2021-05-10drm/imx: ipuv3-plane: fix PRG modifiers after drm managed resource conversionLucas Stach1-7/+9
2021-05-10drm/imx: ipuv3-plane: Remove two unnecessary export symbolsLiu Ying1-2/+0
2021-05-10drm/imx: Add 8 pixel alignment fixSebastian Reichel4-6/+48
2021-05-10drm/imx: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+2
2021-05-10drm/imx: ipuv3-plane: do not advertise YUV formats on planes without CSCPhilipp Zabel1-4/+37
2021-04-26Merge drm/drm-next into drm-misc-nextMaxime Ripard2-2/+12
2021-04-15drm/imx: Don't set allow_fb_modifiers explicitlyDaniel Vetter2-2/+0
2021-04-14Merge drm/drm-fixes into drm-nextDaniel Vetter2-2/+12
2021-03-25drm/imx: imx-ldb: fix out of bounds array access warningArnd Bergmann1-0/+10
2021-03-25drm/imx: imx-ldb: Register LDB channel1 when it is the only channel to be usedLiu Ying1-1/+1
2021-03-25drm/imx: fix memory leak when fails to initPan Bian1-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-71/+85
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard2-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2-4/+8
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard2-34/+36
2021-02-24drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard1-1/+2
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2-2/+6
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard2-28/+29
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2-4/+4
2021-01-07drm/imx: dw_hdmi-imx: depend on OF to fix randconfig compile tests on x86_64Philipp Zabel1-1/+1
2021-01-04drm/imx: ipuv3-crtc: use drm managed resourcesPhilipp Zabel1-71/+43
2021-01-04drm/imx: ipuv3-plane: use drm managed resourcesPhilipp Zabel3-63/+36
2021-01-04drm/imx: parallel-display: use drm managed resourcesPhilipp Zabel1-28/+29
2021-01-04drm/imx: imx-tve: use drm managed resourcesPhilipp Zabel1-35/+39
2021-01-04drm/imx: imx-ldb: use drm managed resourcesPhilipp Zabel1-9/+22
2021-01-04drm/imx: dw_hdmi-imx: use drm managed resourcesPhilipp Zabel1-8/+17