I think you are confused on how displays/graphics work. An active display needs to be lit, and the more pixels you have the more lighting is required, so physical size matters less than resolution. As for the GPU, moving the pixels can require more power but you must constantly redraw as your scene changes (you could cache static backgrounds as an image, but this is often not done). GPU power needed is most definitely impacted by resolution and has absolutely no bearing on screen size.