aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-08media: atomisp: drop contiguous argument from frame_create()Hans de Goede1-6/+2
2022-07-08media: atomisp: drop contiguous argument from frame_allocate_with_data()Hans de Goede1-6/+4
2022-07-08media: atomisp: drop contiguous argument from ia_css_frame_allocate_with_buffer_size()Hans de Goede3-12/+6
2022-07-08drm/msm/dpu: Fix for non-visible planesRob Clark1-0/+6
2022-07-08media: atomisp: remove unused ia_css_frame_allocate_contiguous*() functionsHans de Goede2-81/+0
2022-07-08media: atomisp: remove the unused RAW_BUF_STRIDE macroHans de Goede1-6/+0
2022-07-08media: On Semi AR0521 sensor driverKrzysztof HaƂasa3-0/+1075
2022-07-08drm/tegra: Include DMA API header where usedRobin Murphy4-0/+4
2022-07-08drm/tegra: Fix vmapping of prime buffersDmitry Osipenko1-1/+10
2022-07-08platform/x86/amd/pmc: Add new platform supportShyam Sundar S K1-1/+6
2022-07-08platform/x86/amd/pmc: Add new acpi id for PMC controllerShyam Sundar S K1-2/+7
2022-07-08platform/x86/intel/vsec: Add PCI error recovery support to Intel PMTGayatri Kammela1-2/+80
2022-07-08media: ov5640: Move format mux config in formatJacopo Mondi1-116/+117
2022-07-08media: ov5640: Split DVP and CSI-2 formatsJacopo Mondi1-36/+90
2022-07-08media: ov5640: Adjust format to bpp in s_fmtJacopo Mondi1-0/+12
2022-07-08drm/tegra: vic: Fix build warning when CONFIG_PM=nYueHaibing1-2/+2
2022-07-08media: ov5640: Restrict sizes to mbus codeJacopo Mondi1-3/+17
2022-07-08media: ov5640: Add BGR888 formatJacopo Mondi1-0/+9
2022-07-08media: ov5640: Add RGB565_1X16 formatJacopo Mondi1-0/+5
2022-07-08media: ov5640: Register device propertiesJacopo Mondi1-17/+12
2022-07-08media: ov5640: Implement get_selectionJacopo Mondi1-0/+46
2022-07-08media: ov5640: Implement init_cfgJacopo Mondi1-10/+25
2022-07-08media: ov5640: Change CSI-2 timings to comply with FPSJacopo Mondi1-15/+15
2022-07-08gpu: host1x: Register context bus unconditionallyRobin Murphy1-5/+0
2022-07-08media: ov5640: Remove frame rate check from find_mode()Jacopo Mondi1-10/+9
2022-07-08media: ov5640: Adjust vblank with s_frame_intervalHugues Fruchet1-16/+42
2022-07-08drm/tegra: vic: Add Tegra234 supportMikko Perttunen2-0/+13
2022-07-08gpu: host1x: Use RESTART_W to skip timed out jobs on Tegra186+Mikko Perttunen1-2/+17
2022-07-08gpu: host1x: Add MLOCK release code on Tegra234Mikko Perttunen2-0/+41
2022-07-08gpu: host1x: Rewrite job opcode sequenceMikko Perttunen1-59/+85
2022-07-08gpu: host1x: Tegra234 device data and headersMikko Perttunen10-1/+354
2022-07-08gpu: host1x: Program interrupt destinations on Tegra234Mikko Perttunen1-0/+11
2022-07-08gpu: host1x: Allow reset to be missingMikko Perttunen1-3/+0
2022-07-08gpu: host1x: Program virtualization tablesMikko Perttunen2-3/+26
2022-07-08gpu: host1x: Simplify register mapping and add common apertureMikko Perttunen2-27/+22
2022-07-08gpu: host1x: Deduplicate hardware headersMikko Perttunen7-703/+156
2022-07-08drm/tegra: Implement stream ID related callbacks on enginesMikko Perttunen3-8/+76
2022-07-08drm/tegra: Support context isolationMikko Perttunen3-3/+91
2022-07-08drm/tegra: nvdec: Fix TRANSCFG register offsetMikko Perttunen1-1/+3
2022-07-08drm/tegra: falcon: Set DMACTX field on DMA transactionsMikko Perttunen2-0/+9
2022-07-08gpu: host1x: Program context stream ID on submissionMikko Perttunen3-4/+68
2022-07-08gpu: host1x: Add context device management codeMikko Perttunen5-1/+214
2022-07-08media: ov5640: Add VBLANK controlJacopo Mondi1-0/+52
2022-07-08media: ov5640: Add HBLANK controlJacopo Mondi1-0/+16
2022-07-08media: ov5640: Remove ov5640_mode_init_dataJacopo Mondi1-57/+10
2022-07-08media: ov5640: Remove duplicated mode settingsJacopo Mondi1-105/+15
2022-07-08media: ov5640: Re-sort per-mode register tablesJacopo Mondi1-9/+9
2022-07-08media: ov5640: Provide timings accessorJacopo Mondi1-5/+11
2022-07-08media: ov5640: Split DVP and CSI-2 timingsJacopo Mondi1-162/+420
2022-07-08media: ov5640: Fix 720x480 in RGB888 modeJacopo Mondi1-1/+1