[Letux-kernel] [openpvrsgx-devgroup/linux_openpvrsgx] Missing directories (Issue #16)
H. Nikolaus Schaller
hns at goldelico.com
Tue Nov 5 07:36:23 CET 2024
> Am 05.11.2024 um 07:13 schrieb Mighty <notifications at github.com>:
>
>
> diff --git a/drivers/gpu/drm/pvrsgx/pvr-drv.c b/drivers/gpu/drm/pvrsgx/pvr-drv.c
> index e56938d08..b13a6c75b 100644
> --- a/drivers/gpu/drm/pvrsgx/pvr-drv.c
> +++ b/drivers/gpu/drm/pvrsgx/pvr-drv.c
> @@ -192,6 +192,7 @@ static const struct file_operations pvr_fops = {
> .poll = drm_poll,
> .read = drm_read,
> .llseek = noop_llseek,
> + .fop_flags = FOP_UNSIGNED_OFFSET,
> };
>
> static struct drm_driver pvr_drm_driver = {
> This is enough to get the GPU working again for me! Phew, we dont need to modify all DDK files
>
Great! I had expected something like this simple..
I'll test on my setup asap.
We may need some version condition since FOP_UNSIGNED_OFFSET doesn't exist for ages,
but that is fine-tuning.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.goldelico.com/pipermail/letux-kernel/attachments/20241105/83fb441b/attachment-0001.htm>
More information about the Letux-kernel
mailing list